Quote:
Originally Posted by phpxcache
this applies to apc too, if you wanna fix it, try
open class_core.php, look for:
$this->prefix =& $this->registry->config['Datastore']['prefix'];
and modify to:
$this->prefix = $this->registry->config['Datastore']['prefix'] . $_SERVER['SERVER_NAME']; // or HTTP_HOST
|
Ok yah i could try that... thats a good idea.. I did setup memcached for my other forum as a test..
Quote:
Originally Posted by Paul M
I'm running vbseo 3.1, with xcache and this mod.
|
ditto that, same here.. two boards and no issue.. although my xcache deleted count never goes up.. odd..