Bryan Choo
Customer


hi, vboptimise is my fav mod and everything was working perfectly until recently. i did not change any of the settings and before coming here i also verified with my host who spent hours trying to figure out what was wrong (they said they didn't change anything on their server side)
Some information to help:
When i run the system test everything works except the t hird one where i get this error message for "fetch cache"
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
xcahce is enabled on my vps, i have chose that as my cache option and this is the config from the config file.
PHP:
$config['Datastore']['class'] = 'vB_Datastore_XCache';
$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;
This is my phpinfo()
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies
please help!!