Quoting Michael M Slusarz <slus...@horde.org>:
You either haven't updated Horde_Core or your cache settings are not correct. (Also make sure you are not using SQL for either cache or session storage).

Thanks for your suggestion, Michael. I'm running Horde_Core 2.13.0 which was upgraded when I ran 'pear upgrade -a -B horde/webmail' I believe.

I believe that I've got the cache and session handlers set up properly using the recommended Horde file system types. My config is below, perhaps you could tell me where I'm going wrong with it?

Many thanks for your time on this,

Tim

$conf['sessionhandler']['params']['path'] = '/tmp';
$conf['sessionhandler']['type'] = 'File';
$conf['sessionhandler']['hashtable'] = false;
$conf['session']['cache_limiter'] = 'nocache';
$conf['share']['cache'] = false;
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['dir'] = '/tmp';
$conf['cache']['params']['sub'] = 0;
$conf['cache']['params']['prefix'] = 'horde_cache';
$conf['cache']['driver'] = 'File';
$conf['cache']['use_memorycache'] = '';
$conf['cachecssparams']['driver'] = 'filesystem';
$conf['cachecssparams']['filemtime'] = false;
$conf['cachecssparams']['lifetime'] = 86400;
$conf['cachecss'] = true;
$conf['cachejsparams']['driver'] = 'filesystem';
$conf['cachejsparams']['compress'] = 'php';
$conf['cachejsparams']['lifetime'] = 604800;
$conf['cachejs'] = true;
$conf['cachethemesparams']['check'] = 'appversion';
$conf['cachethemesparams']['lifetime'] = 604800;
$conf['cachethemes'] = true;


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to