friends-of-contao / contao.wtf

Contao What's the failure - An collection of common contao failures
4 stars 0 forks source link

There is no column with name ... #12

Open fiedsch opened 5 years ago

fiedsch commented 5 years ago

Wortlaut der Fehlermeldung

[2018-12-14 09:27:40] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Schema\\SchemaException(code: 30): There is no column with name 'path(333)' on table 'tl_files'. at /var/virtual/peter-gumpold/public/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php:82)"} []

Versionen/Zusatzinformationen

Ort

Falls vorhanden: Link zum Forumsthread

https://community.contao.org/de/showthread.php?72935-Install-Tool-Fehler-There-is-no-column-with-name-path(333)-on-table-tl_files&highlight=path%28333%29

fiedsch commented 5 years ago

Es existiert ein Problem mit Doctrine. Kann gelösst werden, indem die problematische Version (hier 2.9.1 als conflict in der composer.jsonhinzugefügt wird und danach ein composer update durchgeführt wird:

"conflict": {
        "doctrine/dbal": "2.9.1"
 }

Siehe auch https://github.com/contao/contao/issues/238