Highland3r Posted April 16, 2010 Author Share Posted April 16, 2010 any idea were i would start looking to find the problem? Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1043324 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... Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1043335 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 Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1043339 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. Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1043349 Share on other sites More sharing options...
Highland3r Posted April 16, 2010 Author Share Posted April 16, 2010 thanks for trying anyway Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1043351 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 Link to comment https://forums.phpfreaks.com/topic/196297-error-500-windows-2008-server-online-hosting/page/2/#findComment-1047045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.