·
Added a discussion

After the update to Una 15.0.0-B2 I get the following error:

Query:

DELETE FROM `sys_background_jobs` WHERE 1 AND `added` + :timeout < UNIX_TIMESTAMP() AND `status` = :status 

Mysql error:

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ':timeout < UNIX_TIMESTAMP() AND `status` = :status' at line 1

Location:

The error was found in query function in the file /www/htdocs/w01e23de/inc/classes/BxDolBackgroundJobsQuery.php at line 153.

collation_connection:

utf8mb4_unicode_ci“

Any idea how to fix this?

  • 101
Comments