[Tickets #10098] Re: save_sent_mail pref gets corrupted
bugs at horde.org
bugs at horde.org
Fri May 20 10:12:18 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10098
------------------------------------------------------------------------------
Ticket | 10098
Updated By | rsalmon at mbpgroup.com
Summary | save_sent_mail pref gets corrupted
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
+New Attachment | logs.zip
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2011-05-20 10:12) wrote:
this doesn't happen when backend.local.php:$servers['imap']['cache'] => false.
it looks like the cache gets corrupt at some stage. can it be related
to some TTL ?
attached is the logs when the problem occurs and then hitting "rebuild
folder list".
I don't have cache enabled :
$conf['session']['cache_limiter'] = 'nocache';
$conf['group']['cache'] = false;
$conf['share']['cache'] = false;
$conf['cache']['driver'] = 'Null';
$conf['cache']['use_memorycache'] = '';
$conf['cachecss'] = false;
$conf['cachejs'] = false;
$conf['cachethemes'] = false;
$conf['sessionhandler']['memcache'] = false;
$conf['memcache']['enabled'] = false;
More information about the bugs
mailing list