Sorry folks, don't have a github account.
When upgrading to 1.7.0 I am greeted with an error (500 I believe) in the logs I see:
DB Error: [1054] Unknown column 'expires_at' in 'INSERT INTO' (SQL
Query: INSERT INTO session (sess_id, vars, ip, expires_at)
VALUES ('...', '192.168.1.228', now() + INTERVAL 36000 SECOND)) in
/etc/mailwww/program/lib/Roundcube/rcube_db.php on line 553 (GET
/mail/...)
[10-May-2026 15:15:39 +0000]: <c455ce65> DB Error: [1054] Unknown column
'expires_at' in 'SELECT' (SQL Query: SELECT vars, ip, expires_at,
now() AS ts, CASE WHEN expires_at < now() THEN 1 ELSE 0 END AS expired
FROM session WHERE sess_id = 'c455ce6567c5f3e7d27ae128ed40a670') in
/etc/mailwww/program/lib/Roundcube/rcube_db.php on line 553 (GET
/mail/public_html/)
[10-May-2026 15:15:39 +0000]: <c455ce65> DB Error: [1054] Unknown column
'expires_at' in 'INSERT INTO' (SQL Query: INSERT INTO session
(sess_id, vars, ip, expires_at) VALUES ('...', '...',
'192.168.1.228', now() + INTERVAL 36000 SECOND)) in
/etc/mailwww/program/lib/Roundcube/rcube_db.php on line 553 (GET
/mail/public_html/)
My workaround for now, add to config.inc.php:
$config['session_storage'] = 'php';
Then all works, I do prefer to use the database for session storage though. Seen this happen on 2 different instances.
Thanks, Barry
On 2026-05-10 14:01, Aleksander Machniak via Announce wrote:
This is the stable release of the next major version 1.7 of Roundcube Webmail.
After almost four years of development we introduce a few breaking changes, some new features, and bring support for recent PHP versions. With automated code style and quality checks, removed code bloat and updated dependencies, we hope for even more codebase quality.
Some noteworthy changes are:
- Mandatory
public_html/entry-point for HTTP servers, protecting allinstallations better.
- Improved OAuth2/OIDC support (e.g. support for OIDC discovery, OIDC
logout).
- Markdown mail rendering and composing.
- A quick actions mouse-over menu on the messages list.
- Advanced mail search syntax.
## Breaking Changes
- Dropped support for PHP < 8.1.
- Dropped support for Internet Explorer.
- Dropped support for MS SQL Server and Oracle.
public_html/entry-point made mandatory, all static resources areserved via
public_html/static.php.
- Removed
apccache driver (replaced byapcucache driver).- Changed
smtp_logoption default value tofalse.- Removed
contact_search_nameoption in favor of
contactlist_name_template.
- Replaced session property
changedbyexpires_at.- Removed the (insecure) virtualmin password driver.
This release is considered stable and we encourage you to update your productive installations after carefully testing the upgrade scenario.
With the release of Roundcube 1.7.0, the previous stable release branch 1.6.x changes into an LTS (low maintenance) mode which means it will only receive important security updates. The 1.5.x series is no longer supported and maintained.
And don't forget to backup your data before installing it!
You can download it from https://roundcube.net
Cheers, Alec _______________________________________________ Announce mailing list -- announce@lists.roundcube.net To unsubscribe send an email to announce-leave@lists.roundcube.net