标签:
Php源文件出错但浏览器没有提示,解决方法如下:
Php.ini Error_reporting html_error 等几个要设置为on
但这样还不够,Apache服务器里还要设置,httpd.conf里可以设置,但设置在conf.d目录下php.conf里,添加 php_flag display_errors on
另:日志文件目录在 /var/log/httpd下。
标签:
原文地址:http://www.cnblogs.com/starnix/p/4828782.html