Release Support > Resolved Issues

[SOLVED] Invalid request. No data was saved

(1/1)

lperkins2:
I spent several hours today trying to get roundcube webmail to let me log in.  The eventual error was 'Invalid request. No data was saved'.  That error message is less than useful, but I traced the program (index.php) and found it was not setting the cookies properly.  Had the CGI server dump out what it thought was going on, and spotted that the cookie was getting set, and promptly deleted.  Anyway, if you're trying to get this working via CGI (php7,  debian),  grab the latest version off github (current commit is afa03008c7da4162e1705f0e27179802001f589d), it just works with no issues. 

ruller90:
Maybe you have a Incorrect webmail configuration
On the webmail node you have:
# grep https /usr/share/psa-roundcube/config/main.inc.php | grep -v '/'
$rcmail_config['force_https'] = true;
$rcmail_config['use_https'] = true;
You should set one of the option to false
Try and let me know if it helped

Umar313:
any option to solve the issue without coding?

Navigation

[0] Message Index

Go to full version