Author Topic: Latests message can not be loaded / shown  (Read 5244 times)

Offline linuxpro

  • Newbie
  • *
  • Posts: 8
Latests message can not be loaded / shown
« 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?

Offline knuckles

  • Jr. Member
  • **
  • Posts: 28
Re: Latests message can not be loaded / shown
« Reply #1 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.

Offline linuxpro

  • Newbie
  • *
  • Posts: 8
Re: Latests message can not be loaded / shown
« Reply #2 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