PHP Erro

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
parkyt
Forum Newbie
Posts: 1
Joined: Fri Mar 12, 2010 4:42 pm

PHP Erro

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: PHP Erro

Post by s.dot »

Usually whenever this happens to me, it is an error in my .htaccess file
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: PHP Erro

Post 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
Post Reply