Roundcube Community Forum

 

Invalid request. no data was saved. HELP!

Started by niwang09, November 21, 2018, 09:48:46 PM

Previous topic - Next topic

niwang09

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'

alec

Debug_level should be 1. Are you sure you need use_https?

niwang09

ive also tried putting both on false . still no luck .

rm13

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?