I have XCache installed on the server and its configured in the VBulletin Config.php as $config['Datastore']['class'] = 'vB_Datastore_XCache';
I also have VBSeo installed, which under Cache Type i have these options.
None
memcached Unsupported
APC Cache Unsupported
XCache Supported
eAccelerator Unsupported
So I select XCache. Its found it okay.
However when I go into VBOptimise, Select vB Optimise: Opcache Operator as XCache,
It comes up with
vB Optimise: XCache Authentification is set to 'NO'
It appears I dont need a username and password for XCache as the other two items appears to be working with XCache.
Is there something I can check?
Before asking this question I checked the forum, I noticed someone said try
So XCache appears to be working but VBOptimise wont let me select it.
I also have VBSeo installed, which under Cache Type i have these options.
None
memcached Unsupported
APC Cache Unsupported
XCache Supported
eAccelerator Unsupported
So I select XCache. Its found it okay.
However when I go into VBOptimise, Select vB Optimise: Opcache Operator as XCache,
It comes up with
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.
vB Optimise: XCache Authentification is set to 'NO'
It appears I dont need a username and password for XCache as the other two items appears to be working with XCache.
Is there something I can check?
Before asking this question I checked the forum, I noticed someone said try
This can be run from http://www.solent-renegades.co.uk/xcachetest.php<?php
xcache_set('test', 'Working!');
echo xcache_get("test");
?>
So XCache appears to be working but VBOptimise wont let me select it.