benphp Posted February 23, 2012 Share Posted February 23, 2012 How do I display the actual errors in IIS 7.5? If I miss a semicolon, I get: "HTTP Error 500.0 - Internal Server Error" absolutely useless. In prior versions, I could see the line and get to the PHP error. How do I display PHP errors? I've added: set_ini('display_errors', '1'); but it doesn't help. Link to comment https://forums.phpfreaks.com/topic/257581-useless-errors-in-iis-75-how-to-get-my-errors/ Share on other sites More sharing options...
kicken Posted February 23, 2012 Share Posted February 23, 2012 Try setting in your php.ini: fastcgi.logging=1 Seems to work for me in my test setup. Link to comment https://forums.phpfreaks.com/topic/257581-useless-errors-in-iis-75-how-to-get-my-errors/#findComment-1320296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.