To your second question, you may want to look into Roundcube logging, f.e.
$config['per_user_logging'] = true; $config['log_session'] = true; $config['log_logins'] = true; $config['debug_level'] = 4; $config['sql_debug'] = true; $config['imap_debug'] = true; $config['imap_log_session'] = true; $config['ldap_debug'] = true; $config['smtp_log'] = true; $config['smtp_debug'] = true;
This may help you retrieve more specific error codes
Kr, Vincent
On 2018-10-08 14:06, Meaulnes Legler @ roundcube wrote:
dear RoundCubers
it's me again, I still cannot login after an update to version 1.3.7... After googling the necessary bin/updatedb.sh params, I got:
497# bin/update.sh --package roundcube --dir=./SQL What version are you upgrading from? Type '?' if you don't know. ? WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again. Executing database schema update. Updating database schema (2013011000)... [OK] Updating database schema (2013042700)... [OK] Updating database schema (2013052500)... [OK] Updating database schema (2013061000)... [OK] Updating database schema (2014042900)... [OK] Updating database schema (2015030800)... [OK] Updating database schema (2015111100)... [OK] Updating database schema (2016081200)... [OK] Updating database schema (2016100900)... [OK] Updating database schema (2016112200)... [OK] This instance of Roundcube is up-to-date. Have fun! 498#
I was all exited thinking it would work now, but it I didn't :-( Still get the « /!\ Login failed » error with the correct credentials.
I uninstalled and reinstalled RC and went thru the same procedures -- no success.
2nd question: how can I get more specific error messages as just a lapidary « /!\ Login failed » ?
Thank you and best regards
Meaulnes Legler Zurich, Switzerland
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Vincent Van Houtte