位置:/include/common.inc.php

//error_reporting(E_ALL);

 error_reporting(E_ALL || ~E_NOTICE);

替换成

error_reporting(E_ALL);

//error_reporting(E_ALL || ~E_NOTICE);
05-21 16:11