Author Topic: Invalid request. no data was saved. HELP!  (Read 8456 times)

Offline niwang09

  • Newbie
  • *
  • Posts: 2
Invalid request. no data was saved. HELP!
« on: November 21, 2018, 09:48:46 PM »
ive been using roundcube for a while now . ive setup two roundcube on my domains . the other one is working and the other one give me Invalid request no data was saved . please help me its frustrating.

heres my conf.inc.php

$config['db_dsnw'] = 'mysql://user:pass@ip/dbname';
$config['force_https'] = false;
$config['use_https'] = true;
$config['imap_debug'] = true;
$config['debug_level'] = '4';
$config['default_host'] = 'mail.communityeducation.edu.au';
$config['des_key'] = 'key'

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: Invalid request. no data was saved. HELP!
« Reply #1 on: November 22, 2018, 01:51:09 AM »
Debug_level should be 1. Are you sure you need use_https?

Offline niwang09

  • Newbie
  • *
  • Posts: 2
Re: Invalid request. no data was saved. HELP!
« Reply #2 on: November 22, 2018, 01:56:14 AM »
ive also tried putting both on false . still no luck .

Offline rm13

  • Full Member
  • ***
  • Posts: 129
Re: Invalid request. no data was saved. HELP!
« Reply #3 on: December 06, 2018, 05:50:27 PM »
I see that if I leave the browser window on the login screen overnight. Appears to be the session has expired or been cleaned out of the session table.

Are you seeing it after the session has expired. Maybe it is set too a short time?