[Tickets #8116] Re: memcache imp/dimp and message cache
bugs at horde.org
bugs at horde.org
Wed Mar 25 13:28:17 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8116
------------------------------------------------------------------------------
Ticket | 8116
Updated 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 09:28) wrote:
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.
> 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