Status
Not open for further replies.

barroca

Customer
hello

I need uncomment and edit this lines in config to use filecache system??
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = '';

thanks in advance
joao barroca
 
I think you only have to remove the // before $config['Datastore']['class'] = 'vB_Datastore_Filecache';

So I think it should be:
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
$config['Datastore']['class'] = 'vB_Datastore_Filecache';

// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = '';

(just trying to help...)
Official staff will confirm or deny my reply ;)
 
Yes ... the lines are this two lines
But ... I need uncomment this?
*I don't read this in readme file
And if I need uncomment this lines the correct prefix is vbo_ for exemple?
all the best
 
Yes ... the lines are this two lines
But ... I need uncomment this?
*I don't read this in readme file
And if I need uncomment this lines the correct prefix is vbo_ for exemple?
all the best

I think I'm going to leave this to Fillip H.
I thought I knew the/an answer to it, but suddenly got confused & wasn't sure anymore... :confused:

Sorry that I couldn't be more of assistance...
 
You don't need to use the config.php variable in order to use Filecache; just CHMOD the folder it wants and that's it :)
 
Status
Not open for further replies.

Similar threads

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,980
Customer rating
0.00 star(s) 0 ratings
Back
Top