下面是具体的解决方法
打开 /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);
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。