I just installed Roundcube. Tried both the released beta and latest from svn. I get this error randomly, but consistently when I compose a new message and hit send. I also get it when trying to modify the personal preferences of someone, or add something to my addressbook.
Basically, I can't do much except check mail without getting the error. I have tried both Firefox and IE and multiple PCs.
Any thoughts? Isn't it a cookie issue? I turned on debug mode... no additional errors reported on the screen.
Thanks,
Joe
I have noticed this problem on Mozilla Firefox (strangely it doesn't happen on IE) when behind a corporate proxy server. I suspect that the proxy server is to blame for breaking the session.
Is there some way to use a cookie rather than a user session to keep one logged in???
set $rcmail_config['ip_check'] = FALSE;
in config/main.inc.php and it should work
I think it fixed it! Thanks!