paulrichards19 Posted September 5, 2006 Share Posted September 5, 2006 hi, I'm using plesk, and it appear i'm getting the blank screen when php throws a error. This obvously seems to be a problem out there but unable to solve, starting to think its something werid with plesk.i set up my php.ini file withdisplay_errors = ondisplay_startup_errors = onerror_reporting(E_ALL);but still appears not to work?Anyone got any ideas? thanks----------Jabroo.com Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/ Share on other sites More sharing options...
onlyican Posted September 5, 2006 Share Posted September 5, 2006 is there @ anywhere on the codeThe @ sign hides the errorrequire("ApageThatAintThere.php");Throws an error@require("ApageThatAintThere.php");Loads a blank screenAlso check for exits, die ect Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/#findComment-86769 Share on other sites More sharing options...
paulrichards19 Posted September 6, 2006 Author Share Posted September 6, 2006 I dont think so, i'm actually moving this web site from one server to another, which it works on there.I'm only doing it with something simple, i just did something to create a simple error i did.<?phpecho 'hello world';'?>Should throw a error, but blank! Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/#findComment-86939 Share on other sites More sharing options...
wildteen88 Posted September 6, 2006 Share Posted September 6, 2006 When you changed the php.ini you did restart the server. It is important that you restart the server if you have changed any configuration files. Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/#findComment-86981 Share on other sites More sharing options...
paulrichards19 Posted September 6, 2006 Author Share Posted September 6, 2006 ok, i'll try that there is a button on plesk to restart the server, i'll give that a go. Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/#findComment-87235 Share on other sites More sharing options...
paulrichards19 Posted September 7, 2006 Author Share Posted September 7, 2006 i restarted the server and appears to make no difference! Quote Link to comment https://forums.phpfreaks.com/topic/19830-no-errors-with-php/#findComment-87607 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.