Go to includes/config.php
Open it, find:
$config['Datastore']['class'] = 'vB_Datastore_XCache';
Replace "XCache" with "Filecache"
It looks like this now:
$config['Datastore']['class'] = 'vB_Datastore_Filecache';
Try that..
It worked Jason :O
Thanks so much man! I owe you one.
PS: what affect does doing that, have on the site now?
Also, it's loading veryyyyyyyy slow now is that normal when changing that over?