解析错误:语法错误,第17行/clientdata/apache-www/r/i/rivervalley.org.au/www/wordpress/index.php中的意外T_CONSTANT_ENCAPSED_STRING

时间:2015-04-01 01:39:54

标签: php wordpress error-handling syntax-error

我在我的网站上收到以下错误消息: 解析错误:语法错误,第17行/clientdata/apache-www/r/i/rivervalley.org.au/www/wordpress/index.php中的意外T_CONSTANT_ENCAPSED_STRING

我不是一个程序员,只是一个试图教自己某事的人。我已经在互联网上搜索了一些关于如何解决这个问题的想法,并且已经对我进行了一些改变,看看我是否可以自己修复它。但是,当我进行更改时,我会收到相同的错误或类似错误。

该网站在不到一周前就完美运作了!

我想我的一个问题是我不明白T_CONSTANT_ENCAPSED_STRING意味着什么,所以我不知道可能出错了什么。虽然我猜这里的字符串封装不正确 - 但是什么?

index.php文件是:

<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/ **
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('dirname( __FILE__ )./wordpress/wp-blog-header.php');(include path '.:/clientdata/php/pear-5-3:/clientdata/php/lib');

0 个答案:

没有答案