伙计们,两天前,我管理的一个网站的虚拟主机出现了故障。现在它似乎恢复了工作,但是当我尝试访问 wp-admin 时,我收到以下错误消息:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING in
/home/ohmycut/public_html/wp-settings.php on line 80
这些是从 75 到 85 的行:
// Include the wpdb class and, if present, a db.php database drop-in.
require_wp_db();
// Set the database table prefix and the format specifiers for database table columns.
$GLOBALS['table_prefix'] = $table_prefix;
wp_set_wpdb_vars();
// Start the WordPress object cache, or an external object cache if the drop-in is present.
wp_start_object_cache();
老实说,我不明白为什么会出现此错误。有任何想法吗?
谢谢!