Joomla error message

Discussion in 'Joomla' started by SubmissionFC, Sep 21, 2011.

  1. #1
    So, I'm trying to add a new photo album on my joomla website using Joomgallery and it is giving me this error message :

    "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.
    Apache Server at submissionfc.com Port 80"

    What does this mean???
     
    SubmissionFC, Sep 21, 2011 IP
  2. selvamurali

    selvamurali Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i thing thats have some config or permission mismatch :) kindly check folder permission
     
    selvamurali, Sep 26, 2011 IP
  3. tjutjus

    tjutjus Peon

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh, you've got an error with folder permission in your joomla folder installation,
    did you fix it?
     
    tjutjus, Sep 27, 2011 IP
  4. rebbu

    rebbu Active Member

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #4
    Check your apache configuration. In most cases wrong apache configuration is causing this error.
     
    rebbu, Sep 29, 2011 IP
  5. chtdatweb

    chtdatweb Well-Known Member

    Messages:
    1,473
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    160
    #5
    Try this. Login as root, the do this CHMOD 777 -R /path/to/joomla

    see if that fixes the error, if it does run these two commands to reset the permissions. (must run from the directory your joomla is installed in)

    find . -type f -exec chmod 644 {} \;
    find . -type d -exec chmod 755 {} \;
     
    chtdatweb, Oct 6, 2011 IP
  6. salmanshafiq

    salmanshafiq Well-Known Member

    Messages:
    260
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #6
    can you please check mod_rewrite is "on" on your server?
     
    salmanshafiq, Oct 17, 2011 IP