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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.