Turn off all your plugins... then check it. if its all good
(what would probably be true) start activating your plugins
on at a time to find the problem maker.
这在我身上发生过好几次,在9/10的案例中是一个插件。。。
1/10的时间是我粘贴到函数中的一段讨厌的代码。php所以如果关闭插件不起作用,请激活临时错误报告
by changing:
define(\'WP_DEBUG\', false);
To: define(\'WP_DEBUG\', true);
然后将错误粘贴到问题中,或者如果可以修复,请重试。。。
希望这有帮助;)<干杯,萨吉夫。