[imp] Search results of more than 100 messages cause 'error communicating with the server'

Tim ODriscoll tim.odriscoll at lambrookschool.co.uk
Tue Aug 19 20:56:09 UTC 2014


Quoting Michael M Slusarz <slusarz at 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;




More information about the imp mailing list