Finally got vB Optomise Lite 2.01 running fine, including passing all tests.
So, purchased vB Optomise v2.03 PRO with one year support.
As per instructions, un-installed vB Optomise Lite 2.01, then installed vB Optomise v2.03 PRO .
Set up MAIN settings selecting Memcache as per Lite version and SAVED it.
Setup CACHE and Misc settings ...
Ran SYSTEM TEST and receive this message:
vB Optimise is currently offline. Please enable and configure vB Optimise to run a system test.
It is ENABLED just as it was under the Lite version which was working fine and the SYSTEM TEST was fine with it.
Un-installed and re-insalled vB Optomise v2.03 PRO and it still doesn't work. Same error message.
So, how to I get vB Optomise v2.03 PRO enabled so I can use it?
Thanks ...
Regards,
Doug
Update Edit:
My config.php file ..
So, purchased vB Optomise v2.03 PRO with one year support.
As per instructions, un-installed vB Optomise Lite 2.01, then installed vB Optomise v2.03 PRO .
Set up MAIN settings selecting Memcache as per Lite version and SAVED it.
Setup CACHE and Misc settings ...
Ran SYSTEM TEST and receive this message:
vB Optimise is currently offline. Please enable and configure vB Optimise to run a system test.
It is ENABLED just as it was under the Lite version which was working fine and the SYSTEM TEST was fine with it.

Un-installed and re-insalled vB Optomise v2.03 PRO and it still doesn't work. Same error message.
So, how to I get vB Optomise v2.03 PRO enabled so I can use it?

Thanks ...

Regards,
Doug
Update Edit:
My config.php file ..
PHP:
// ****** 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';
// ******** 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.3';
$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;
Last edited: