Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: linuxpro on March 08, 2007, 08:10:39 AM

Title: Latests message can not be loaded / shown
Post by: linuxpro on March 08, 2007, 08:10:39 AM
I notice that alway the latetst message in Inbox or any other folder returns in an error: Cannot load message from server. It's even so that when a new mail arrives, the previous unloadable message can be successfully loaded and read. :-\

I am now using Linux Fedora Core 4, PHP 5.0.x and Cyrus. The same problems happend when I used Courier-IMAP but since a few weeks we migrated to Cyrus.

This problem is really annoying, any suggestions or workarounds?
Title: Re: Latests message can not be loaded / shown
Post by: knuckles on March 19, 2007, 06:40:03 AM
You might try disabling roundcube's cache via the following:

$rcmail_config['enable_caching'] = FALSE;

That change seemed to have fixed a problem similar to yours on my server.
Title: Re: Latests message can not be loaded / shown
Post by: linuxpro on March 19, 2007, 08:45:15 AM
Quote from: knuckles
You might try disabling roundcube's cache via the following:

$rcmail_config['enable_caching'] = FALSE;

That change seemed to have fixed a problem similar to yours on my server.

nope.. I tried it but no difference, emptied cache, removed entries at tmp ... no luck so far