Status
Not open for further replies.
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?
 
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..


Damn i commented
$config['Datastore']['class'] = 'vB_Datastore_XCache';
& it didnt work & when u said terror to do it it worked weird lol ^o)
 
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?


Xcache helps u to render ur site fast by caching. That would affect site speed a bit
 
Yeah, but many providers of shared hosting don't have XCache enabled on server, so when XSLTel fixes the XCache problem, you can just replace "Filecache" with "XCache".
 
Status
Not open for further replies.
Back
Top