We’d love your help testing the upgrade and ensuring that it goes smoothly. You can get the release candidate by heading to the download page and scrolling down past the official releases. Please take it for a test drive and let us know what you think.
Initially I had a problem with the update, but it’s probably the server’s fault, after the update it looks quite stable, when are you planning to release an official version?
The “health” section and removing tasks seems very useful.
Updated hoping that ‘Fixed error registering users with email validation under PHP 8’ was going to fix my issue with ‘Class “Concrete\Controller\SinglePage\Config” not found’, since that gets thrown up at
if (Config::get('concrete.email.register_notification.name')) {
But nope, still getting the error; the user is submitted to the database with no way to verify them short of a direct db edit.
(and yes, have confirmed that registration works fine if email validation isn’t required)
Maybe it’s my environment (Linux Linux Mint 20 Ulyana MySQL 8.0.32-0ubuntu0.20.04.2, home brewed PHP 8.1.8) , but I got an exception when upgrading from 9.1.2
An exception occurred while executing ‘ALTER TABLE OAuth2ClientScopes ADD CONSTRAINT FK_497E26F39ECFF1A8 FOREIGN KEY (clientIdentifier) REFERENCES OAuth2Client (identifier) ON DELETE CASCADE’: SQLSTATE[HY000]: General error: 3780 Referencing column ‘clientIdentifier’ and referenced column ‘identifier’ in foreign key constraint ‘FK_497E26F39ECFF1A8’ are incompatible.