Mates,两天前,我管理的网站的网站主办了。 现在它似乎恢复工作,但当我尝试访问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();
老实说,我不明白为什么我会收到这个错误。 有什么想法吗?
谢谢!
答案 0 :(得分:0)
尝试联系网络托管服务,看看他们是否可以在服务中断之前将其恢复到某个状态。