What server error can this be?

Discussion in 'Site & Server Administration' started by csreference, Mar 19, 2010.

  1. #1
    Hello All,

    I got this server error and i want to know if this error is from the .php script file or from server side?

    "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."

    Thanks
     
    csreference, Mar 19, 2010 IP
  2. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #2
    It is more than likely from your script. Depending on your hosts setup, will depend on why you are getting that error. I would check permissions on the file being executed, ensure they are 644. Also check your .htaccess file within that directory, if your host is running suphp, you cannot have any sort of php declarations in it, ie :

    php_value xxx

    If that's not it, check with your host, they should be able to help you figure out what is causing the error.

    Chris
     
    RHS-Chris, Mar 19, 2010 IP
  3. ivan.kristianto

    ivan.kristianto Active Member

    Messages:
    136
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    Please check the apache error_log file or php error log file.
     
    ivan.kristianto, Mar 20, 2010 IP
  4. phpcat

    phpcat Peon

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Probably because youre using SuPHP and youve CHMODded to 777.
    PM me for any help
     
    phpcat, Mar 20, 2010 IP