Tsukasa Posted January 16, 2003 Share Posted January 16, 2003 I am having a bit of a problem with my Apache, or it may be something PHP, I\'m not quite sure, but I THINK it\'s my Apache. You see, when something is wrong with a script being run, normally it reports something on a white screen, like \"Parse error: unexpectec {\" or something like that. But it doesn\'t do that for me. The screen just goes completely white, nothing at all is shown and the script dies. This can be a REAL nuisance when coding, since I can\'t see where I might have done anything wrong. Really need some help with this one. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
effigy Posted January 16, 2003 Share Posted January 16, 2003 check the error_reporting line in your php.ini Quote Link to comment Share on other sites More sharing options...
metalblend Posted January 16, 2003 Share Posted January 16, 2003 You can also use error_reporting(E_ALL) ..I think it\'s E_ALL .. correct me if I\'m wrong. Quote Link to comment Share on other sites More sharing options...
Tsukasa Posted January 17, 2003 Author Share Posted January 17, 2003 Grr....It was my php.ini that had set the default as off, since it \"compromises security\". In short, the problem was error_reporting off, been solved now, thank you so much for your help guys. 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.