dennismonsewicz Posted April 1, 2008 Share Posted April 1, 2008 How do you turn on Error Reporting? Quote Link to comment 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); ?> Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
trilbyfish Posted April 1, 2008 Share Posted April 1, 2008 maybe there are no errors to report? Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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.