umbrella_thing Posted December 1, 2006 Share Posted December 1, 2006 I've just installed a php website onto a commercial server, whos PHP (4) has turned off showing errors. While I'm in the testing process I wouldn't mind having them showing, because I think there is some version issues.I think there is some code you can throw in your script to override the php.ini right?Thanks dudes! Quote Link to comment https://forums.phpfreaks.com/topic/29091-showing-errors/ Share on other sites More sharing options...
HuggieBear Posted December 1, 2006 Share Posted December 1, 2006 Try [code=php:0]error_reporting(E_ALL);[/code] at the top of your scriptRegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/29091-showing-errors/#findComment-133330 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.