Wp-includes/unctions.php中出现意外的“$mm”(T_Variable)

时间:2013-04-15 作者:ohho

我有几个Wordpress网站,但都已关闭:

服务器尝试满足请求时遇到意外情况。错误代码:500

当我查看apache日志时,会出现错误(针对不同的站点):

[Mon Apr 15 04:00:28 2013] [error] [client ...] PHP Parse error:  syntax error, unexpected \'$mm\' (T_VARIABLE) in /var/www/SITEA/html/wp-includes/functions.php on line 192, referer: http:...
[Mon Apr 15 04:00:55 2013] [error] [client ...] PHP Parse error:  syntax error, unexpected \'$mm\' (T_VARIABLE) in /var/www/SITEB/html/blog/wp-includes/functions.php on line 183
[Mon Apr 15 04:01:42 2013] [error] [client ...] PHP Parse error:  syntax error, unexpected \'$mm\' (T_VARIABLE) in /var/www/SITEC/html/wp-includes/functions.php on line 203
如何修复错误?还是与the recent wordpress attack?

1 个回复
最合适的回答,由SO网友:fuxia 整理而成

在最新的WordPress版本中,此变量的正确行号为207和209。所以我猜你的文件被弄坏了。

如果没有看到代码,就不可能回答到底发生了什么。

查找新用户帐户,并从中重新上载所有WordPress文件the source.

结束

相关推荐