打开 /include/common.inc.php 找到
error_reporting(E_ALL || ~E_NOTICE);
改成
ini_set('display_errors','On');
error_reporting(E_ALL);