PDA

View Full Version : Sever Error



jnrng2000
05-06-2008, 11:15 AM
Could anybody assist in solving this problem. I have a script which I had earlier used to insert data into mysql database. However, while trying to use thesame script again, I received the following 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@myhostname.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.


--------------------------------------------------------------------------------

Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.myhostname.com Port 80

felgall
05-06-2008, 01:18 PM
It might be possible to work it out if you could provide a little more information. At the moment all we know is that something doesn't work.

KenJackson
05-07-2008, 05:34 AM
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
BlueHost always puts default error files in each site directory, public_html. I think that's what this is referring to.

If I'm right, Apache (the server software) encountered some server error and tried to find 500.shtml or 500.php in your site directory but couldn't find it. That is, it encountered an error while trying to process the first error.

Did you delete or move those default files? I'm not sure how to restore them, though they are small files, so someone could easily copy them for you if need be.


More information about this error may be available in the server error log.
This is a good tip. Did you take a look? Go to the control panel, about the sixth section down, Logs. Then click on Error Logs.