Roundcube Community Forum

 

Latests message can not be loaded / shown

Started by linuxpro, March 08, 2007, 08:10:39 AM

Previous topic - Next topic

linuxpro

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?

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.

linuxpro

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