Ive had someone complain lately about php not displaying parse errors, just showing a blank page. Error reporting is on,. What could I do to get it to display parse errors?
mistwang
09-10-2007, 06:25 PM
Make sure notice log level is enabled in php.ini
felosi
09-10-2007, 08:13 PM
That done it, I cant belive I didnt check those options, I figured that would be default.