6.0.0-beta1
9/4/25

[#8116] memcache imp/dimp and message cache
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

History
03/26/2009 09:58:10 AM dom (dot) lalot (at) gmail (dot) com Comment #4 Reply to this comment
Duplicate of Ticket #7181.
OK, I've seen. I leave memcache for the moment and wait for new release.



Thanks



Dom
03/25/2009 04:15:37 PM Michael Slusarz Comment #3
State ⇒ Duplicate
Reply to this comment
Duplicate of Ticket #7181.
03/25/2009 01:28:17 PM dom (dot) lalot (at) gmail (dot) com Comment #2 Reply to this comment


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.

[Show Quoted Text - 31 lines]
03/25/2009 10:24:37 AM dom (dot) lalot (at) gmail (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ memcache imp/dimp and message cache
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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




Saved Queries