Summary | memcache imp/dimp and message cache |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2.2 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | dom.lalot (at) gmail (dot) com |
Created | 03/25/2009 (6007 days ago) |
Due | |
Updated | 03/26/2009 (6006 days ago) |
Assigned | |
Resolved | 03/25/2009 (6007 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Ticket #7181.Thanks
Dom
State ⇒ Duplicate
Ticket #7181.Mar 25 14:20:37 testDom HORDE[2826]: [imp] tracedom Unserialization
failed. [pid 2826 on line 80 of
"/var/www/perso/horde-webmail-1.2.2/lib/Horde/IMAP/Cache.php"]
It says unserialization failed. Seems that message caching/jss/css are
not working over memcache?.. There is not much logging either in horde
or memcache to see where and why it's not working.
I'm just (for the moment) staying over memcached sessions through php
I switched to filesystem for css and jss cache.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ memcache imp/dimp and message cache
Type ⇒ Bug
State ⇒ Unconfirmed
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