Discuz!X1打开报错调试的方法
打开 ./source/class/class_core.PHP
找到
error_reporting(E_ERROR);
改为
error_reporting(E_ERROR|E_ALL);
问题解决!