[Tickets #8116] memcache imp/dimp and message cache
bugs at horde.org
bugs at horde.org
Wed Mar 25 10:24:37 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8116
------------------------------------------------------------------------------
Ticket | 8116
Created By | dom.lalot at gmail.com
Summary | memcache imp/dimp and message cache
Queue | Horde Groupware Webmail Edition
Version | 1.2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
dom.lalot at gmail.com (2009-03-25 06:24) wrote:
I have difficulties to use memcache.
I see request in the memcache server, kronolith is OK, but imp or dimp failed
Fatal error: Cannot use object of type PEAR_Error as array in
/var/www/perso/horde-webmail-1.2.2/lib/Horde/IMAP/Cache.php on line 80
What I noticed is that I am obliged to get rid of those cache in order to run.
#$conf['msgcache']['use_compress'] = false;
#$conf['msgcache']['preview_size'] = 1000;
#$conf['msgcache']['lifetime'] = 86400;
#$conf['msgcache']['use_msgcache'] = true;
#$conf['mlistcache']['lifetime'] = 86400;
#$conf['mlistcache']['use_mlistcache'] = true;
#$conf['server']['cachejsparams']['lifetime'] = 86400;
#$conf['server']['cachejs'] = 'horde_cache';
#$conf['server']['cachecssparams']['lifetime'] = 86400;
#$conf['server']['cachecss'] = 'horde_cache';
So what is better, now memcache or message caching? Is it designed to
get it working?
Nothing written in debug logs, nor in memcache server.
Dom
More information about the bugs
mailing list