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! 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 Link to comment https://forums.phpfreaks.com/topic/29091-showing-errors/#findComment-133330 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.