DaveLinger Posted July 31, 2006 Share Posted July 31, 2006 Tried searching, but got many different ways. I just want to slap a line of code in before the rest of the page to see what's up. No luck in the FAQ either, might want to add that. Quote Link to comment https://forums.phpfreaks.com/topic/16061-how-to-enable-error-reporting/ Share on other sites More sharing options...
Drumminxx Posted July 31, 2006 Share Posted July 31, 2006 you can enable it in the php.ini or use this on top of your php pageerror_reporting(E_ALL);for more info look up error_reporting on php.net Quote Link to comment https://forums.phpfreaks.com/topic/16061-how-to-enable-error-reporting/#findComment-66184 Share on other sites More sharing options...
wildteen88 Posted July 31, 2006 Share Posted July 31, 2006 adding error_reporting(E_ALL); may not work if you have the display_errors directive is turned off. Quote Link to comment https://forums.phpfreaks.com/topic/16061-how-to-enable-error-reporting/#findComment-66267 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.