在每个文件头上加
error_reporting(0);
或者
搜索php.ini: error_reporting = E_ALL 改为: error_reporting = E_ALL & ~E_NOTICE