simon551 Posted June 19, 2008 Share Posted June 19, 2008 Hello, I'm using xampp on my windows testing computer and when I test my files on localhost, if there is any problem, the errors generally will print some kind of description. On the live server, which is an IIS server running, the errors don't print. usually I can go back to the testing server and figure out what the error is, but I have a case now where that doesn't work. any idea on figuring out what the error is if the browser is just blank? the testing server runs my code fine. Also, the problem I have is regarding using PEAR to run Mail processing using PHP. Link to comment https://forums.phpfreaks.com/topic/110978-solved-iis-server-and-php-errors-not-printing/ Share on other sites More sharing options...
DarkWater Posted June 19, 2008 Share Posted June 19, 2008 display_errors (which is a php.ini directive) must be off on the IIS server. Quick question: Why are you using IIS? You should find another host that provides Linux hosting instead. =/ Link to comment https://forums.phpfreaks.com/topic/110978-solved-iis-server-and-php-errors-not-printing/#findComment-569368 Share on other sites More sharing options...
simon551 Posted June 19, 2008 Author Share Posted June 19, 2008 thanks. no choice. Link to comment https://forums.phpfreaks.com/topic/110978-solved-iis-server-and-php-errors-not-printing/#findComment-569412 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.