No wreszcie mnie przekierowało!
1.: Spróbuj zmienić prefix dla ciasteczek w ustawieniach config,
bo obecnie masz:
Kod:
$config['Misc']['cookieprefix'] = 'bb';
możesz ustawić np.:
Kod:
$config['Misc']['cookieprefix'] = 'hdtvforum';
2.: W config.php masz dobrze ustawione cachowanie?
Standardowy fragment config.php:
Kod:
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
// ******** 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'] = '';
// It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
*/
Powinieneś to odkomentować usuwająć /* oraz */ i skonfigurować.
Nie zapomnij, żeby pierwsze:
Kod:
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
było zakomentowane oraz, żeby:
Kod:
// $config['Datastore']['prefix'] = '';
odkomentować usuwając //.
Równie dobrze powinien być ustawiony prefix np na hdtvforum.
3.: Czy w vBSEO Memcache jest włączony?
4.: Po skonfigurowaniu tego - wyczyść cały memcache.
5.: Wejdź w jakieś dowolne forum, edytuj je i zapisz (może być bez wprowadzania zmian) - to odbuduje datastore.
6.: Wyłącz funkcję "Redirects" w vBSEO - jeżeli po tym problem nie ustąpi.