Quote:
Originally Posted by betterthanyours
Go to /includes/ and open config.php you need to uncomment:
Code:
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
and set it to
Code:
$config['Datastore']['class'] = 'vB_Datastore_XCache';
Then, you need to go to /includes/datastore/ and open the datastore.php file and set all the vars (between each '') to
Code:
vB_Datastore_XCache
e.g.
Code:
'vB_Datastore_XCache'
If you need further assistance feel free to contact me.
|
Wel. I'm try your method but show this error.
Code:
Fatal error: Storing of variables is not enabled within XCache in [path]/includes/class_datastore.php on line 533
Any idea? to solve this?