Notice: Undefined variable: php_errormsg in /54/885/WAs/index.php on line 5出错了,错误原因是:
error_reporting = E_ALL & ~E_NOTICE 把配置文件中改成这样,你自己找下。Notice为注意错误,不影响脚本执行。屏蔽到就可以了
明显就是你的变量php_errormsg还没有定义哦
你的变量php_errormsg还没有定义啊