Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mafa77 on January 27, 2010, 12:23:15 PM

Title: roundcube db problem
Post by: mafa77 on January 27, 2010, 12:23:15 PM
Hi!
some users see email that are not in server imap (if they try to open them, they got an error). I think this is a misalignment between roundcube db and mail server.

Is there a procedure to update roundcube db?

Thanks in advance,
Fabio
Title: roundcube db problem
Post by: JohnDoh on January 28, 2010, 03:13:35 AM
do you have caching enabled? if so try turning it off in config/main.inc.php... $rcmail_config['enable_caching'] = FALSE;
Title: roundcube db problem
Post by: mafa77 on January 28, 2010, 03:39:19 AM
Thanks, I'll try your suggest.

Fabio