include/common.inc.php

找到文件18行

error_reporting(E_ALL || ~E_NOTICE);
改为
error_reporting(E_ALL);
保存上传之后再访问首页就会显示错误信息,按提示修改就可以了