Results 1 to 8 of 8

xcache + multiple vbseo instances

This is a discussion on xcache + multiple vbseo instances within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Vbseo needs to be fixed to support multiple versions of it running on a server. I was running a test ...

  1. #1
    Junior Member
    Real Name
    ssslippy
    Join Date
    Dec 2006
    Posts
    21
    Liked
    0 times

    xcache + multiple vbseo instances

    Vbseo needs to be fixed to support multiple versions of it running on a server. I was running a test vbulletin and it corrupted my mains site cache.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello ,

    Please check the following setting within config_vbseo.php
    PHP Code:
        define('VBSEO_CACHE_VAR',              'vbseo_storage'); 
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    711
    711 is offline
    Junior Member
    Real Name
    711
    Join Date
    Nov 2007
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Hello ,

    Please check the following setting within config_vbseo.php
    PHP Code:
        define('VBSEO_CACHE_VAR',              'vbseo_storage'); 
    Should we change this for each vBulletin/vBSEO installation?

    to something like:

    PHP Code:
        define('VBSEO_CACHE_VAR',              'vbseo_storage_forum1'); 

    PHP Code:
        define('VBSEO_CACHE_VAR',              'vbseo_storage_forum2'); 

    ?

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    yes, you can name it whatever you want, as long as its not the same per site.

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    You should also check your vBulletin config.php and define a prefix for your Cache settings.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    711
    711 is offline
    Junior Member
    Real Name
    711
    Join Date
    Nov 2007
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    You should also check your vBulletin config.php and define a prefix for your Cache settings.
    Yes I had done that right from the start, but wasn't sure how I should change the
    PHP Code:
    define('VBSEO_CACHE_VAR''vbseo_storage'); 
    variable.

    All set now, thanks for the quick responses.

  7. #7
    Junior Member
    Real Name
    Joe Velez
    Join Date
    Nov 2006
    Posts
    29
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    You should also check your vBulletin config.php and define a prefix for your Cache settings.
    can you be more specific?

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello Joe ,

    Please check the following option within config_vbseo.php and define a different cache prefix for each of your forums

    PHP Code:
        define('VBSEO_CACHE_VAR',              'vbseo_storage'); 
    vBulletin also introduced a cache prefix with vB 3.7 series. You can check the following line within config.php and define a cache prefix

    PHP Code:
        // ******** DATASTORE PREFIX ******
        // If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
        // than one set of forums installed on your host, you *may* need to use a prefix
        // so that they do not try to use the same variable within the cache.
        // This works in a similar manner to the database table prefix.
    // $config['Datastore']['prefix'] = ''; 
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Replies: 4
    Last Post: 09-25-2009, 03:11 AM
  2. xcache, vBSEO & 3.7
    By woostar in forum Troubleshooting
    Replies: 3
    Last Post: 04-12-2008, 03:19 PM
  3. Two instances of 'base href'
    By Chris-777 in forum General Discussion
    Replies: 2
    Last Post: 05-17-2007, 02:28 PM
  4. xcache & vbseo
    By vissa in forum Pre-Sales Questions
    Replies: 1
    Last Post: 01-07-2007, 12:23 PM

Posting Permissions

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