Kingy Posted January 24, 2008 Share Posted January 24, 2008 When using php on my local machine, errors do not get displayed and all i get is a blank (white) page. I have access to php.ini so what lines do i need to remove the # or switch to On for errors to be displayed? Quote Link to comment https://forums.phpfreaks.com/topic/87506-php-errors/ Share on other sites More sharing options...
rajivgonsalves Posted January 24, 2008 Share Posted January 24, 2008 you'll have to find the following lines display_errors error_reporting turn display_errors to on and error_reporting to E_ALL display_errors = On error_reporting = E_ALL Quote Link to comment https://forums.phpfreaks.com/topic/87506-php-errors/#findComment-447598 Share on other sites More sharing options...
Kingy Posted January 24, 2008 Author Share Posted January 24, 2008 cheers, will i need to restart php for this to work? Quote Link to comment https://forums.phpfreaks.com/topic/87506-php-errors/#findComment-447599 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.