On 09/22/2018 06:48 PM, WaveWeb - M. Legler wrote: > DB Error: [1364] Field 'alias' doesn't have a default value (SQL Query: > INSERT INTO > `users` (`created`, `last_login`, `username`, `mail_host`, `language`) VALUES > (now(), > now(), 'leglerlugano', 'legler.org', 'it_IT')) in > /home/.sites/xxx/xxx/web/roundcube/program/lib/Roundcube/rcube_db.php on line > 539 (POST > /roundcube/?_task=login&_action=login)
Looks like your database structure is outdated. There's no 'alias' column since Roundcube 0.8. You can just drop the column, but would be better to verify the whole structure. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
