PHP not outputting errors?
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-18T03:21:13Z
Indexed on
2010/05/18
3:51 UTC
Read the original article
Hit count: 295
My webpage is putting out a 500 Internal Server Error. I've turned on E_ALL for error reporting in the php.ini, and restarted the httpd. I've even used error_reporting(E_ALL)
and error_reporting(-1)
but still no luck. Any suggestions?
OS: CentOS5.5
PHP: 5.2.6
HTTPD: Apache/2.2.3
© Stack Overflow or respective owner