Page 1 of 1

PHP Erro

Posted: Fri Mar 12, 2010 4:45 pm
by parkyt
Hi guys sorry if I have placed this in the wrong section but I thought it might be a general thing.

I have created a PHP login system but everytime I click login I get and Internal Server error 500.

Now im not sure if it is my PHP configuration but I can't seam to find what is coursing this issue with the server. Can someone please give me some help?

Server Information:
Windows Server 2008 R2
IIS 7.0
PHP 5.3.2

Many Thanks
Thomas

Re: PHP Erro

Posted: Fri Mar 12, 2010 5:14 pm
by s.dot
Usually whenever this happens to me, it is an error in my .htaccess file

Re: PHP Erro

Posted: Mon Mar 15, 2010 12:46 pm
by Darhazer
Yeah, .htaccess... on apache :)

parkyt, by default PHP 5.2+ (most likely for PHP 5.3 it's the same) produces HTTP 500 if there is a fatal error and error reporting is turned off. So try turning on error reporting