dennismonsewicz Posted April 1, 2008 Share Posted April 1, 2008 How do you turn on Error Reporting? Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/ Share on other sites More sharing options...
trq Posted April 1, 2008 Share Posted April 1, 2008 In your php.ini, or on a per script basis using something like.... <?php error_reporting(E_ALL); ?> Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506858 Share on other sites More sharing options...
dennismonsewicz Posted April 1, 2008 Author Share Posted April 1, 2008 I turned it on, on my server but i am still getting a blank white page. Any ideas? Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506873 Share on other sites More sharing options...
trilbyfish Posted April 1, 2008 Share Posted April 1, 2008 maybe there are no errors to report? Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506875 Share on other sites More sharing options...
trq Posted April 1, 2008 Share Posted April 1, 2008 You'll also need display_errors enabled and did you restart your server after making the changes? Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506879 Share on other sites More sharing options...
darkfreaks Posted April 1, 2008 Share Posted April 1, 2008 i find that ini_set('error_reporting',EALL); usually does it for me Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506880 Share on other sites More sharing options...
dennismonsewicz Posted April 1, 2008 Author Share Posted April 1, 2008 Fixed it guys! Forgot to Restart the server... Its been a REALLY long day! And Trilby we do not live in a walgreens perfect world, so errors are going to happen Link to comment https://forums.phpfreaks.com/topic/99052-solved-error-reporting/#findComment-506886 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.