PDA

View Full Version : config.php data-store cache affects style selection?


OldSchoolDSL
02-04-2011, 01:41 AM
So every time I turn on this option within

Forum ROOT /includes/config.php

The menu option to switch themes / styles is completely gone. It's neither visible in the lower, left side or within user control panels.

// ****** 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';

However, when I turn off this option.....


// ****** 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';

All is restored.

Thoughts?

Zachery
02-04-2011, 01:52 AM
Its a bug in php 5.2.14-17 and in at least one version of php 5.3.x.

OldSchoolDSL
02-04-2011, 01:54 AM
Its a bug in php 5.2.14-17 and in at least one version of php 5.3.x.

Just another reason to contact my host. LOL

PHP Version 5.2.14 would be the reason then.....

Thanks for the quick reply.

Fluke667
02-11-2012, 03:08 PM
same for me... i will set my php to 5.2.9

--------------- Added 1328976973 at 1328976973 ---------------

EDIT:

Same Problem with PHP 5.2.9

Zachery
02-14-2012, 12:45 PM
Upgrade to php 5.3.x