Error messages not displaying

liunx

Guest
I have PHP 5.0.3 as an Apache 2.0.52 module on WinXP. If it matters, I'm also running SunOne ASP.

I can't get anything except fatal errors to appear. I have E_ALL set in php.ini, display_errors on, and error_reporting(E_ALL) set in my php file. phpinfo() shows everything as it should be to display all errors, but no errors appear. I can type "kjsdfkjhsdf" and get no errors displayed. I'd appreciate hearing from anyone who has seen this happen, or even any suggestions.I still don't know why this happened, but having time constraints, I uninstalled SunOne ASP, PHP and Apache and re-installed them (Apache first, then PHP as an Apache module, then SunOne ASP). Everything is working now, including error messages.

I had upgraded PHP 5.0.2 to PHP 5.0.3, so I might have overlooked something that caused errors not to display. With a clean install, everything seems to work.

If anyone wants to comment, others may find this info useful for PHP upgrades.
 
Back
Top