【发布时间】:2015-12-24 12:44:46
【问题描述】:
我的 wordpress 网站出现问题,我在登录屏幕上看不到任何内容:http://vtrails.us/login - 它是空白的。
但是在我的error_log 文件中,我正在寻找一个问题
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/vtrailsu/public_html/wp-content/plugins/mix-tape/update_calls.php:198) in /home/vtrailsu/public_html/wp-includes/pluggable.php on line 1228
但我在update_calls : line 198 上看不到任何东西(见上文)
那么它的解决方案是什么?我可以得到更多关于它的信息吗?
【问题讨论】:
-
在这种情况下你有错误(称为警告):)
-
尝试在 PHP.ini 中更改“output_buffering = On”。它解决了我的问题。 chevronscode.com/index.php/…
标签: php error-handling wordpress