Status
Not open for further replies.

04Venom

Customer
Ok, I think I'm experiencing a little problem. I'm trying to take advantage of using memcached with vBOtimise. Here is my config.php file:

// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
$config['Datastore']['class'] = 'vB_Datastore_Memcached';

...............

$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;

Here's memcached running in the OS:

nobody 15956 1 0 13:05 ? 00:00:00 memcached -d -p 11211 -u nobody -c 1024 -m 16 -l 127.0.0.1

What could I be missing?

Thanks!
 
Ok, when I enable VBOptimise in the AdminCP, I get the following message:

vB Optimise: You have selected a cache method that vB Optimise has detected you cannot use, this may be because the extension required is either not installed or configured correctly on your server. Please contact your system administrator or hosting provider for more information.
 
Did you select memcached in the dropdown?

We used to use memcached, but have since gotten XCache to work so we're using that currently.

Sadly we're unable to assist with setting up the cache systems as each server vary vastly in how to install and properly configure each opcacher.
 
Status
Not open for further replies.

Similar threads

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,977
Customer rating
0.00 star(s) 0 ratings
Back
Top