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.
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 ...
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.
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
yes, you can name it whatever you want, as long as its not the same per site.
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
Hello Joe ,
Please check the following option within config_vbseo.php and define a different cache prefix for each of your forums
vBulletin also introduced a cache prefix with vB 3.7 series. You can check the following line within config.php and define a cache prefixPHP Code:define('VBSEO_CACHE_VAR', 'vbseo_storage');
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