织梦dedecms页面空白后开启错误信息提示功能方便调试错误
下面是具体的解决方法
打开 /include/common.inc.php 找到
error_reporting(E_ALL || ~E_NOTICE);
改成
ini_set('display_errors','On');
error_reporting(E_ALL);
下面是具体的解决方法
打开 /include/common.inc.php 找到
error_reporting(E_ALL || ~E_NOTICE);
改成
ini_set('display_errors','On');
error_reporting(E_ALL);