[Solved] PHP not displaying errors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kingconnections
Forum Contributor
Posts: 137
Joined: Thu Jul 14, 2005 4:28 pm

[Solved] PHP not displaying errors

Post by kingconnections »

This might not be the right place to put this, but I was unsure where to put it.

Ok so I noticed after a recent update to my server that my php is no longer displaying any errors. I tried to change error_reporting to all, still just blank pages.

I am not sure whats up, any help would be greatly appreciated.

Here is my phpinfo page in case you want to see it.

http://www.kingconnections.com/phpinfo.php
Last edited by kingconnections on Mon Jan 01, 2007 2:40 am, edited 1 time in total.
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

display_errors is off.

Happy New Year!
kingconnections
Forum Contributor
Posts: 137
Joined: Thu Jul 14, 2005 4:28 pm

Post by kingconnections »

ok let me try it.. Thanks by the way
Post Reply