Author Topic: Logins fail silently after 1.6.0 upgrade  (Read 1272 times)

Offline paulschreiber

  • Newbie
  • *
  • Posts: 6
Logins fail silently after 1.6.0 upgrade
« on: January 09, 2023, 10:58:22 AM »
After upgrading from Ubuntu 22.04 to 22.10, Roundcube stopped working. Entering a username and password and clicking "login" redisplays the login page. No errors appear.

It didn't look like the database migrations ran, so I tried running them manually. Got some DB errors (columns/indexes failed to be added removed), so I deleted the database and created a new one with the current schema. Still seeing the same failure.

In config.inc.php, I enabled $config['imap_debug'] = true; and $config['sql_debug'] = true;. I am not seeing any IMAP logs and nothing interesting in the SQL log.

How can I further debug this?

Offline paulschreiber

  • Newbie
  • *
  • Posts: 6
Re: Logins fail silently after 1.6.0 upgrade
« Reply #1 on: January 10, 2023, 10:15:23 PM »
Solve: PHP's post_max_size was too small.