Hallo
bei meiner Contao 4.13.34 installation kann ich die Datenbank nicht Aktualisieren (7 ausstehende Schema-Änderungen).
Dabei bekomme ich immer folgende Fehlermeldung wenn ich die Aktualisierung über das Install-Tool mache:
Code:Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs" at /home/yyyyyyy/www/xxxxx/vendor/doctrine/ dbal/src/Driver/API/MySQL/ExceptionConverter.php line 117
Kontext:
Code:exception": "[object] (Doctrine\DBAL\Exception\DriverException(code: 1118): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs at /home/xxxxx/www/xxxxx/vendor/doctrine/ dbal/src/Driver/API/MySQL/ExceptionConverter.php:117) [previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 1118): SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs at /home/xxxxx/www/xxxxx/vendor/doctrine/ dbal/src/Driver/PDO/Exception.php:28) [previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs at /home/xxxxx/www/xxxxx/vendor/doctrine/ dbal/src/Driver/PDO/Connection.php:33)"

Zitieren
