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
    Liked
    0 times

    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?!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hi,

    try to add the following to your .htaccess (right after "rewriteengine on"):
    RewriteRule ^$ index.php [L]
    Just a guess
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    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????

  4. #4
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    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????

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    PM sent
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member Doc Great's Avatar
    Real Name
    Sven
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    86
    Liked
    0 times
    dito, thanks for the 'personal touch'

Posting Permissions

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