Results 1 to 4 of 4

Internal Server Error on site.com/forum/sitemap_index.xml.gz ver 2.5

This is a discussion on Internal Server Error on site.com/forum/sitemap_index.xml.gz ver 2.5 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; OK, I have upgraded vbseo and the sitemap to 2.5 and have the following issue Access the page Code: http://www.allfreechips.com/phpBB2/sitemap_index.xml.gz ...

  1. #1
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times

    Internal Server Error on site.com/forum/sitemap_index.xml.gz ver 2.5

    OK, I have upgraded vbseo and the sitemap to 2.5 and have the following issue

    Access the page
    Code:
    http://www.allfreechips.com/phpBB2/sitemap_index.xml.gz
    gives an internal server error.

    I can Access the sitemaps directly if I remove the .htaccess deny all so the files are there

    The Rewrire rule is working -
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    #RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    I insured the files were all updated correctly on the upgrade (note this same error was happening before the upgrade)

    I set the data folder to (777) on install

    all I get is
    Code:
    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!

    Chris
    VBSEO in action at E-Discovery as well as Allfreechips

  2. #2
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Chris,

    vBSEO Sitemap Generator 2.5 is not compatible with vBSEO 3.5.x-3.6.x. You should upgrade to vBSEO Search Engine XML Sitemaps.

    Please supply the full content of your .htaccess file.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    Code:
    #redirect 301 /phpBB2/phpdice.php Allfreechips Dice Contest Center
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    #RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
     
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/phpBB2/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/phpBB2/$2 [L,QSA]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    VBSEO in action at E-Discovery as well as Allfreechips

  4. #4
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    OK, I upgraded to 3.0 and got the same error. then I deleted the entire vbseo folder and ran again

    got this error i saw before
    Code:
    Warning: strtr() [function.strtr]: The second argument is not an array in /home/allfreec/public_html/phpBB2/vbseo/includes/functions_vbseo_url.php on line 598
    but the sitemap works now with no internal server error! Wooooo

    Must not have been able to overwrite somthing?
    VBSEO in action at E-Discovery as well as Allfreechips

Similar Threads

  1. vBulletin 4.x Internal Server Error - Forum
    By Mondi in forum Troubleshooting
    Replies: 5
    Last Post: 04-27-2010, 12:39 AM
  2. Internal Server Error?
    By PWO in forum General Discussion
    Replies: 1
    Last Post: 10-12-2009, 02:33 PM
  3. Getting 500 Internal Server Error
    By JDM6763 in forum Troubleshooting
    Replies: 7
    Last Post: 06-11-2009, 05:59 AM
  4. Internal server error
    By Spree in forum Troubleshooting
    Replies: 1
    Last Post: 05-06-2009, 11:39 PM
  5. 1.6 -> Internal Server Error
    By psico in forum Troubleshooting
    Replies: 9
    Last Post: 06-23-2007, 07:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •