Menu

Internal Server Error

Help
Henry
2005-01-25
2013-06-03
  • Henry

    Henry - 2005-01-25

    Hi,

    Please help.. new to php and to this form. i loaded the same directory to the server, create the form with database name, changed the permission to 777. i tested the form then when i hit submit, it gave me this Internal Server Error message.

    don't know if this has been posted. didn;t see the same message.

    thank you for your help.. really appreciated.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, 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.

     
    • flyboyshell

      flyboyshell - 2005-03-02

      I am getting the same Error. But no one seems to help!!

       
    • Ditto

      Ditto - 2005-03-03

      I'd try using 755 permission on the form you generated.  The only time something needs to be 777 is if the script has to write to that file, and most hosts won't allow you to run scripts with global write permissions.  You can create them and change them when you have 777 permissions, but when you use the script, it should probably be given a less risky chmod setting.

      Just my two cents.

       

Log in to post a comment.