Internal Server Error (help)

Discussion in 'Scripts' started by kojakfilth, Jan 17, 2007.

  1. #1
    Hi i just install a script in www.yuvamunch.com and i think it works fine until when i registered and login to my account this type of error just appear
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, webmaster@arcadebrigade.org 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. 
    Code (markup):
    You can see it here http://www.yuvamunch.com/member/

    Please advice
     
    kojakfilth, Jan 17, 2007 IP
    D'Godown likes this.
  2. scriptdance

    scriptdance Active Member

    Messages:
    340
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    are you running phpfox? what is the version, did you check whether index.php is under the directory?
     
    scriptdance, Jan 17, 2007 IP
  3. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #3
    yes phpfox version 1.1 i dont know whats the error. I just test 2 registrations there earlier then the error just pops out.. do you kwno what this cause??
     
    kojakfilth, Jan 17, 2007 IP
  4. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Check the .htacess file and paste it here
     
    koolasia, Jan 17, 2007 IP
  5. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #5
    ###
    #
    # PHPFOX PORTAL
    # To use this file either copy the data found in this file into your .htaccess file or simply rename this file to .htaccess
    #
    #######
    
    RewriteEngine on
    
    RewriteCond  $1  !^adminpanel
    RewriteCond  $1  !^archive
    RewriteCond  $1  !^blog
    RewriteCond  $1  !^gallery
    RewriteCond  $1  !^poll
    RewriteCond  $1  !^fun
    RewriteCond  $1  !^forum
    RewriteCond  $1  !^member
    RewriteCond  $1  !^rate
    RewriteCond  $1  !^groups
    RewriteCond  $1  !^browse
    RewriteCond  $1  !^listing
    RewriteCond  $1  !^quiz
    RewriteCond  $1  !^events
    RewriteCond  $1  !^music
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ profile.php?user=$1&sub_section=$2&sub_id=$3&ht_url=true [L]
    
    ## START BLOGS ##
    
    RewriteCond  $1  ^blog
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ blog.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END BLOGS ##
    
    ## START RATE ##
    
    RewriteCond  $1  ^rate
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ rate.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END RATE ##
    
    ## START GALLERY ##
    
    RewriteCond  $1  ^gallery
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ gallery.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END GALLERY ##
    
    ## START POLL ##
    
    RewriteCond  $1  ^poll
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ poll.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END POLL ##
    
    ## START FUN ##
    
    RewriteCond  $1  ^fun
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ fun.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END FUN ##
    
    ## START FORUM ##
    
    RewriteCond  $1  ^forum
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ forum.php?sub_section=$2&id=$3&sub_id=$4&title=$5&ht_url=true [L]
    
    ## END FORUM ##
    
    ## START BROWSE ##
    
    RewriteCond  $1  ^browse
    
    RewriteRule ^([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?([^/\.]+)?/?$ browse.php?sub_section=$2&id=$3&title=$4&ht_url=true [L]
    
    ## END BROWSE ##
    
    Code (markup):
    .htaccess file
     
    kojakfilth, Jan 17, 2007 IP
  6. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #6
    if someone can help me i will put your site in a pr5 page. please help..
     
    kojakfilth, Jan 17, 2007 IP
  7. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Remove the whole .htacess file it will go ur mod rewrite is not enabled therefore ur getting it delete .htaccess
     
    koolasia, Jan 18, 2007 IP
  8. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #8
    I just fixed the member link i just give the index.php in members folder to 755 and its works. Thanks to Ivan.
     
    kojakfilth, Jan 18, 2007 IP
  9. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ok buddy no probs
     
    koolasia, Jan 18, 2007 IP