Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: niwang09 on November 21, 2018, 09:48:46 PM

Title: Invalid request. no data was saved. HELP!
Post by: niwang09 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'
Title: Re: Invalid request. no data was saved. HELP!
Post by: alec on November 22, 2018, 01:51:09 AM
Debug_level should be 1. Are you sure you need use_https?
Title: Re: Invalid request. no data was saved. HELP!
Post by: niwang09 on November 22, 2018, 01:56:14 AM
ive also tried putting both on false . still no luck .
Title: Re: Invalid request. no data was saved. HELP!
Post by: rm13 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?