You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also added #[AllowDynamicProperties] to multiple classes in updates.php, checker.php and the DB Class I think to deal with the deprecation error that is thrown in PHP 8.2
The error in this update is resolved if you change line 19 to:
$this->db->query('ALTER TABLE playlists ADD COLUMN file_location VARCHAR(2) NOT NULL AFTER name;');
The IF NOT EXISTS is not supported in MySQL 8.
Removing this and running again, I managed to get the last 4 updates to install.
localadmin@observer:/var/www/html$ sudo tools/cli/ob updates run all
Updating OB Core
Core: Update failed, exiting.
localadmin@observer:/var/www/html$
The text was updated successfully, but these errors were encountered: