heimrichhannot / contao-subcolumns-bootstrap-bundle

GNU Lesser General Public License v3.0
0 stars 1 forks source link

Fehler bei der Konfiguration der Spaltensets #7

Closed contaoacademy closed 3 years ago

contaoacademy commented 3 years ago

Ich wollte heute die Erweiterung testen, leider bekomme ich bei der Konfiguration der Spaltensets eine Fehlermeldung:

An exception occurred while executing 'UPDATE tl_columnset SET `columnset_xl`='a:3:{i:0;a:3:{s:5:\"width\";s:1:\"4\";s:6:\"offset\";s:0:\"\";s:5:\"order\";s:0:\"\";}i:1;a:3:{s:5:\"width\";s:1:\"4\";s:6:\"offset\";s:0:\"\";s:5:\"order\";s:0:\"\";}i:2;a:3:{s:5:\"width\";s:1:\"4\";s:6:\"offset\";s:0:\"\";s:5:\"order\";s:0:\"\";}}' WHERE id='1'':

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'columnset_xl' in 'field list'

Siehe auch Screenshot:

screen-20211028_tVRzhMCC
koertho commented 3 years ago

Hi, wir schauen es uns an. Bitte auch immer Contao- und PHP-Version mit angeben.

contaoacademy commented 3 years ago

Sorry, hab ich gestern in der Eile vergessen.

[2021-10-28 17:26:30] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'UPDATE tl_content SET `sc_type`='33x33x33', `sc_gap`='0', `sc_sortid`=1, `sc_nam
e`='set1-End', `sc_color`='a:2:{i:0;s:6:\"99ff00\";i:1;s:0:\"\";}' WHERE id=':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB serve
r version for the right syntax to use near '' at line 1" at /…vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 98 {"exception":"[object] (Doctrine\\DBAL\\Exception\
\SyntaxErrorException(code: 0): An exception occurred while executing 'UPDATE tl_content SET `sc_type`='33x33x33', `sc_gap`='0', `sc_sortid`=1, `sc_name`='set1-End', `sc_color`='a:2:{i:0;s:6:\\\"99ff00\\\";i:1;s:0:\\\"\\\";}' WHE
RE id=':\n\nSQLSTATE[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 '' at line 1 at /…/demo1/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:98, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an er
ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 at /…/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/
Exception.php:18, 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 u
se near '' at line 1 at /…/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:137)"} []
koertho commented 3 years ago

Ok, nachdem man Bootstrap in den Einstellungen ausgewählt hat, muss man nochmal ein DB-Update durchführen. Das sollte man eventuell in der Readme und in einer Banachrichtigung erwähnen :sweat_smile:

koertho commented 3 years ago

Hi, ich habe die Readme ergänzt und eine Meldung im Backend eingebaut, welche darauf hinweißt. Mehr kann ich an dieser Stelle nicht tun, wenn ich nicht das ganze Bundle umbauen möchte :D