vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 6 of 6

[2.2.0] Error message

This is a discussion on [2.2.0] Error message within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hello everyone since i have been upgrading, i'm getting an error (don't know how called in english, but it normaly ...

  1. #1
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86

    Arrow [2.2.0] Error message

    Hello everyone

    since i have been upgrading, i'm getting an error (don't know how called in english, but it normaly occures at circlelinking) you can test by yourselfe --> www.emuleboard.net (Firefox shows the Error, IE/Opera loading to death).

    I got the same error a week ago for about 6 hours, could it be possible the the server has a bad configuration?

    Turning RewriteEnging off (.htaccess --> #) lets the board run

    Edit: Sorry wrong forum --> troubleshooting would be better

    So, testet 2.1.1 --> same problem

    Edit II: installed a testvb on a subfolder --> no problems with vbseo!

    Edit II: temp. removed vBSEO, board is running fine, but i couldn't find a error *grrr*

    Re installed vBSEO --> error .... is there witch anywhere?!
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550

    Re: [2.2.0] Error message

    Hi,

    try to add the following to your .htaccess (right after "rewriteengine on"):
    RewriteRule ^$ index.php [L]
    Just a guess
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  3. #3
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86

    Re: [2.2.0] Error message

    Hi Oleg,

    sorry no match. This can't be possible, at least vBSEO 2.1 isn't working (no problems till this morning).

    Quote Originally Posted by htaccess
    Options +FollowSymLinks

    # 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 ^$ index.php [L]

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !admincp/
    RewriteCond %{REQUEST_FILENAME} !modcp/
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{HTTP_HOST} ^emuleboard\.net$ [NC]
    RewriteRule ^(.*)$ http://www.emuleboard.net/$1 [R=301,L]
    *tipping www.ebay.com ... selling www.emuleboard.net*


    Edit: look @ http://www.emuleboard.net/testvb/ i cloned my style with all links and it works, why not on the standardforum????
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  4. #4
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86

    Re: [2.2.0] Error message

    Commenting following Line out of the .htaccess makes my forum run normally
    Code:
    #RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    Could the new php version cause the problems????
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550

    Re: [2.2.0] Error message

    PM sent
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation

    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!

  6. #6
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86

    Re: [2.2.0] Error message

    dito, thanks for the 'personal touch'
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!