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 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. 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 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. 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 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
Archived
This topic is now archived and is closed to further replies.