Quote:
Originally Posted by Wings900
Does this mod work when you have more than one VB installation on a server? I've got two installs but the variables are clashing with each other if i enable the mod on both vb installs at the same time.. 
|
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