Highland3r Posted April 16, 2010 Author Share Posted April 16, 2010 any idea were i would start looking to find the problem? Quote Link to comment Share on other sites More sharing options...
Mchl Posted April 16, 2010 Share Posted April 16, 2010 All PHP Notices you get are about undefined variables. These are not actual coding errors, but you should avoid such situations. Anyway, since they're no actual errors, you can disable reporting of those, by putting error_reporting(E_ALL ^ E_NOTICE); somewhere on top of this script. Let's see if this will help getting rid of 500 error as well... Quote Link to comment Share on other sites More sharing options...
Highland3r Posted April 16, 2010 Author Share Posted April 16, 2010 nope no luck with that any other ideas Quote Link to comment Share on other sites More sharing options...
Mchl Posted April 16, 2010 Share Posted April 16, 2010 I've no experience with ISS, so I'm just shooting blind here. Apparently missing. Sorry. Quote Link to comment Share on other sites More sharing options...
Highland3r Posted April 16, 2010 Author Share Posted April 16, 2010 thanks for trying anyway Quote Link to comment Share on other sites More sharing options...
Barand Posted April 23, 2010 Share Posted April 23, 2010 try reinstalling php under IIS using MS platform installer http://www.microsoft.com/web/downloads/platform.aspx Quote Link to comment 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.