nach dem Update auf 6.7.5.0 haben wir das Problem, dass wir keine Varianten mehr generieren und löschen können.
Es kommt keine Fehlermeldung. Es passiert einfach nichts.
Im Log ist folgender Fehler mehrfach zu sehen. Ich kann leider nicht einschätzen, ob es damit was zu tun hat.
[2025-12-05T09:31:00.452935+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: „An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 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 ‚pcs WHERE pcs.product_id IN (_binary‘\0001???\001DzP?\000By??Py\0012’) …’ at line 1“ at ExceptionConverter.php line 78 {„exception“:„[object] (Doctrine\DBAL\Exception\SyntaxErrorException(code: 1064): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 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 ‚pcs\n WHERE pcs.product_id IN (_binary‘\0001???\001DzP?\000By??Py\0012’)\n …’ at line 1 at /www/htdocs/xyz/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:78)\n[previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 1064): SQLSTATE[42000]: Syntax error or access violation: 1064 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 ‚pcs\n WHERE pcs.product_id IN (_binary‘\0001???\001DzP?\000By??Py\0012’)\n …’ at line 1 at /www/htdocs/xyz/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 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 ‚pcs\n WHERE pcs.product_id IN (_binary‘\0001???\001DzP?\000By??Py\0012’)\n …’ at line 1 at /www/htdocs/xyz/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:55)“}
Hat jemand eine Idee? Ist das Problem möglicherweise schon bekannt?