Author Topic: Invalid request. No data was saved  (Read 3387 times)

Offline troit

  • Newbie
  • *
  • Posts: 1
Invalid request. No data was saved
« on: August 14, 2016, 09:36:38 AM »
Roundcube 0.8.1 was working fine for us. Moved from shared hosting to dedicated, and now I get the message:
"Invalid request. No data was saved." when I try to login. I believe php has changed to 5.6 on this server, and there was an issue getting our certificate setup, so I'm not ruling out a problem there. I can't find any errors logged, but i do see this in /logs/userlogins
Failed login for [user] from [server_ip](X-Real-IP: [my_ip],X-Forwarded-For: [my_ip]) in session af7c89461081d8b21a6fe4989012ef6a (error: 1)

I do see roundcube updating the database, so I know that's not the issue. I've tried setting
$config['imap_conn_options'] = array(
  'ssl'         => array(
     'verify_peer'  => false,
     'verify_peer_name' => false
),);

per some Googling, but that didn't help. Can anyone offer a suggestion on how to either fix this problem, or how to get more information on where the error is occurring?
I did update roundcube to version 1.2.1, but that didn't help either.

Thanks!