ikscovski Posted July 1, 2007 Share Posted July 1, 2007 newbie here, iv installed windows server 2003, iis 6 and mssql 2005 and im using php to code my web pages. The problem is im not seeing php error messages...even when i kno there is an error on the coded page, its not showing up in the browser , all i get is a blank page and im sure iv done the configuration of the of the applications iv installed correctly. can someone help me ? thanks Quote Link to comment https://forums.phpfreaks.com/topic/57905-no-error-message-showing-uphelp/ Share on other sites More sharing options...
corbin Posted July 1, 2007 Share Posted July 1, 2007 You need to find your php.ini and change the line that says error_reporting = . It should have in php.ini what you can change it to. Quote Link to comment https://forums.phpfreaks.com/topic/57905-no-error-message-showing-uphelp/#findComment-286950 Share on other sites More sharing options...
wildteen88 Posted July 1, 2007 Share Posted July 1, 2007 Quote You need to find your php.ini and change the line that says error_reporting = . It should have in php.ini what you can change it to. No no no, nothing to do with error_reporting. The default setting for error_reporting is fine. In order for errors to be displayed you need to turn display_errors on. Quote Link to comment https://forums.phpfreaks.com/topic/57905-no-error-message-showing-uphelp/#findComment-287101 Share on other sites More sharing options...
ikscovski Posted July 3, 2007 Author Share Posted July 3, 2007 Thanks guys...wildteen88...it worked Quote Link to comment https://forums.phpfreaks.com/topic/57905-no-error-message-showing-uphelp/#findComment-288949 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.