PHP ERRORS

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
ryry
Forum Newbie
Posts: 2
Joined: Wed Aug 17, 2011 1:17 am

PHP ERRORS

Post by ryry »

When i upload a PHP site to my web sever it gives me this error :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@gamtoos.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

can someone please tell me what is going on ?? :banghead:

Thanks a million!

RYAN!
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: PHP ERRORS

Post by Jonah Bron »

What if you upload a file with no PHP in it but with the same name? Do you have an .htaccess file? That can cause that error if there's a problem with it.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: PHP ERRORS

Post by social_experiment »

Does your webserver have php installed?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: PHP ERRORS

Post by califdon »

If you are running your own server, examine the server log. If your server is hosted somewhere, follow the instructions in the error message and contact the server administrator.
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: PHP ERRORS

Post by flying_circus »

Is your server running IIS? If so, you may need to enable error messages.

http://blogs.msdn.com/b/rakkimk/archive ... wsers.aspx
Post Reply