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..