Contao-Camp 2024
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 40 von 72

Thema: Contao 4.6.9 Update of "doctrine/dbal" v2.9.0 throws error invoking "contao/install"

  1. #1
    Contao-Fan Avatar von Seefahrer
    Registriert seit
    20.12.2012.
    Ort
    Wurster Nordseeküste
    Beiträge
    276

    Standard Contao 4.6.9 Update of "doctrine/dbal" v2.9.0 throws error invoking "contao/install"

    After updating (with some difficulties) the CM to v1.1.1 I did run a package update which updated "doctrine/dbal" to v 2.9.0.

    Now the contao/install route throws fllwg error:
    Code:
    2018-12-04 09:01:30] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE ASNull, COLUMN_KEY AS Key, COLUMN_DEFAULT AS Default, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'xxxxx' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1" at .../cmsc4ME/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS Null, COLUMN_KEY AS Key, COLUMN_DEFAULT AS Default, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'xxxxxxx' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at .../cmsc4ME/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at .../cmsc4ME/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at
    "doctrine/dbal" needed to be downgraded back to v2.8.1 to let the install work again:

    Code:
    "conflict": { 
       "doctrine/dbal": "2.9.0" 
    },
    reported on github: https://github.com/contao/contao/issues/212

  2. #2
    Contao-Nutzer
    Registriert seit
    06.10.2009.
    Beiträge
    99

    Frage Update 4.4.28 auf 4.4.29 - SQL-Fehler

    Hallo zusammen,
    ich bekomme bei Alfahosting in var/log folgenden Fehler beim Update angezeigt:

    Code:
    app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'usr_xxx' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/xxx/html/cms/c44demo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/xxx/html/cms/c44demo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/xxx/html/cms/c44demo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    Bisher haben alle Updates funktioniert. Vielleicht hat jemand eine Idee?

  3. #3
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    Moderation: Themen zusammengeführt.

    Zwei Threads zum gleichen Thema zur fast gleichen Zeit, nice

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    @Seefahrer danke für's reporten

  5. #5
    Contao-Nutzer
    Registriert seit
    04.12.2018.
    Beiträge
    9

    Standard Contao 4.4 Installtool nicht mehr aufrufbar

    Hallo liebe Community,

    nach dem Core update auf die neueste 4.4er Version, komme ich leider nicht mehr ins Install-Tool von Contao. Ein Blick in die Logs ergab folgenden Fehler:

    Code:
    [2018-12-04 10:25:12] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'db546042' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /kunden/546042_93476/webseiten/ingenious-design.de/website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /kunden/546042_93476/webseiten/ingenious-design.de/website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /kunden/546042_93476/webseiten/ingenious-design.de/website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []

    Kann sich darauf jemand nen Reim machen?
    Es wurde schon der Cache geleert und gelöscht und die Sytemwartung sowohl im Manager als auch im Backend durchgeführt.

    Vielen Dank schon mal für eure Hilfe.

  6. #6
    Contao-Nutzer Avatar von allmächt!
    Registriert seit
    02.08.2014.
    Ort
    91174 Spalt
    Beiträge
    121

    Standard Nach Update auf Manager 1.1.1 lässt sich das Installtool nicht mehr aufrufen

    Guten Tag,

    ich habe heute
    a) ein Testsystem (neueste Version von 4.6) unter MAMP neu aufgesetzt und
    b) bei einem bestehenden System (WebGo) den neuen Manager 1.1.1eingespielt.

    Beides tat, jedoch kann ich bei beiden Systemen das InstallTool nicht aufrufen. Meldung bei beiden Systemen:

    Es ist ein Fehler aufgetreten
    Was ist das Problem?

    Bei der Ausführung des Skriptes ist ein Fehler aufgetreten. Irgendetwas funktioniert nicht richtig.

    In ../var/logs wird diese Fehlermeldung geschrieben (bei der WebGo Installation):

    [2018-12-04 10:09:16] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{" _ro ute":"contao_install","_scope":"backend","_token_ c heck":true,"_controller":"Contao\\InstallationBund le\\Controller\\InstallationController::installAct ion"},"request_uri":"https://domain.xx/contao/install","method":"HEAD"} []
    [2018-12-04 10:09:16] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{" _ro ute":"contao_install","_scope":"backend","_token_ c heck":true,"_controller":"Contao\\InstallationBund le\\Controller\\InstallationController::installAct ion"},"request_uri":"https://domain.xx/contao/install","method":"GET"} []
    [2018-12-04 10:09:16] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'web74_db2' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1" at /home/www/domain.xx/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(c ode: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'web74_db2' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /home/www/domain.xx/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /home/www/domain.xx/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /home/www/domain.xx/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []

    Bei der neuen Installation auf MAMP lief die Installation durch, bis das Installtool aufgerufen (Datenbank Einrichtung klappte noch) werden sollte, danach kam die Meldung, dass ein Fehler aufgetreten sei.

    Grüße aus Mittelfranken-Süd
    Rudolf
    Grüße von Rudolf (alias allmächt! --> beliebter Ausdruck in Mittelfranken-Süd )

  7. #7
    Contao-Nutzer
    Registriert seit
    29.11.2016.
    Beiträge
    49

    Standard Fehlermeldung bei Umzug 4.4.x und Update des Contao-Managers

    Hallo,

    ich habe eine Installation Contao 4.4.28 umgezogen auf einen neuen Serverplatz.
    Zunächst wurde der Contao-Manager upgedatet, dann wollte die Installation von Contao 4.4.29 nur mit Cloud-Resolver laufen, obwohl das bisher immer ohne ging.
    Nach dem Aufruf des Installtools und Einbinden der DB erhalte ich eine Fehlermeldung "Es ist ein Fehler aufgetreten"
    Code:
    [2018-12-04 10:05:20] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"HEAD"} []
    [2018-12-04 10:05:20] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:05:20] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"GET"} []
    [2018-12-04 10:05:20] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:05:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: http://www.lmcare.de/contao-manager/users.json" at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:64)"} []
    [2018-12-04 10:08:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"HEAD"} []
    [2018-12-04 10:08:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:08:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"GET"} []
    [2018-12-04 10:08:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:08:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: http://www.lmcare.de/contao-manager/users.json" at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:64)"} []
    [2018-12-04 10:10:27] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"HEAD"} []
    [2018-12-04 10:10:27] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:10:27] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"http://www.lmcare.de/contao-manager/users.json","method":"GET"} []
    [2018-12-04 10:10:27] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2018-12-04 10:10:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: http://www.lmcare.de/contao-manager/users.json" at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: http://www.lmcare.de/contao-manager/users.json at /var/www/11115/lmcare.de/htdocs/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:64)"} []
    [2018-12-04 10:16:14] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://www.lmcare.de/contao/install","method":"HEAD"} []
    [2018-12-04 10:16:14] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://www.lmcare.de/contao/install","method":"GET"} []
    [2018-12-04 10:16:21] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'db_11115_1' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    [2018-12-04 10:16:29] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://www.lmcare.de/contao/install","method":"HEAD"} []
    [2018-12-04 10:16:29] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://www.lmcare.de/contao/install","method":"GET"} []
    [2018-12-04 10:16:29] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'db_11115_1' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /var/www/11115/lmcare.de/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    Der Fehler scheint ähnlich wie bei dem vorangegangenen thread.

    LG seagull

  8. #8
    Contao-Fan Avatar von Seefahrer
    Registriert seit
    20.12.2012.
    Ort
    Wurster Nordseeküste
    Beiträge
    276

    Standard

    @allmächt!

    Dafür gibt es bereits einen Thread mit Report auf Github.

    https://community.contao.org/de/showthread.php?72801

  9. #9
    Contao-Fan Avatar von Seefahrer
    Registriert seit
    20.12.2012.
    Ort
    Wurster Nordseeküste
    Beiträge
    276

    Standard

    Im Moment hilft nur ein Downgrade von "doctrine/dbal" auf v2.8.1

    s.a. https://community.contao.org/de/showthread.php?72801

  10. #10
    Contao-Fan Avatar von Seefahrer
    Registriert seit
    20.12.2012.
    Ort
    Wurster Nordseeküste
    Beiträge
    276

  11. #11
    Contao-Nutzer
    Registriert seit
    04.12.2018.
    Beiträge
    9

    Standard

    Danke für die schnelle Antwort, ich werd's versuchen!

  12. #12
    Contao-Nutzer
    Registriert seit
    29.11.2016.
    Beiträge
    49

    Standard gelöst: Fehlermeldung bei Umzug 4.4.x und Update des Contao-Managers

    Danke

    Ich hab den conflict in der composer.json eingetragen, nach dem composer update alles wieder ok.

    LG seagull

  13. #13
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    Moderation: Thema zusammengeführt.

  14. #14
    Contao-Nutzer
    Registriert seit
    04.12.2018.
    Beiträge
    9

    Standard

    Die Antwort von @Seefahrer hat auch bei mir funktioniert

  15. #15
    Contao-Nutzer Avatar von Schmidty
    Registriert seit
    06.06.2011.
    Ort
    Pforzheim
    Beiträge
    203

    Fehler Neuinstallation Contao 4.4.29 mit Datenbankfehler

    Hallo,
    ich bekomme bei einer Contao 4.4.29 Neuinstallation im Install-Tool eine Fehlermeldung. Auf dem gleichen Paket laufen weitere Contao 4.4.29-Installationen ohne Probleme (noch mit ContaoManager 1.0.4, die letzten Updates wurden bei diesen Installationen am 23.11.18 durchgeführt. Hier die Daten der Problem-Installation:

    Paket All-Inkl Business
    Contao-Manager 1.1.1, Cloud-Resolver aktiviert
    PHP 7.2.11-nmm1
    MySQL 5.7.21

    Contao Neuinstallation (Full), im Install-Tool lassen sich die Datenbankdaten eingeben, wenn man dann weiter macht wird bei der Erstellung der Datenbanktabellen die Contao-Fehlermeldung „Es ist ein Fehler aufgetreten“ angezeigt. Es wird auf var/logs verwiesen, da steht in der Datei prod-2018-12-04.log:

    Code:
    [2018-12-04 11:43:14] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"http://domain.de/contao/install","method":"POST"} []
    [2018-12-04 11:43:14] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'dXXXXXXX' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/htdocs/wXXXXXXX/verzeichnisname/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/htdocs/wXXXXXXX/verzeichnis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/htdocs/wXXXXXXX/verzeichnis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    Ist das ein Fehler bei Contao oder muss ich bei All-Inkl etwas umstellen?

    Danke für die Hilfe.

  16. #16
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.742
    Contao-Projekt unterstützen

    Support Contao
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  17. #17
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard Installtool bringt Fehlermeldung

    Hallo,

    habe letzte Woche per Contao Manager die neueste Contao 4.6.9 und dann noch einige Erweiterungen installiert. Heute hab ich auf den Contao Manager 1.1.1 aktualisiert. Danach hab ich noch eine Erweiterung aktualisiert und mich beim Installtool eingeloggt.
    Seitdem bekomm ich die Seite mit "Es ist ein Fehler aufgetreten" angezeigt.
    In der Logdatei steht:

    Code:
    [2018-12-04 12:32:56] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"http://XXXXXXXXX.at/contao/install","method":"HEAD"} []
    [2018-12-04 12:32:56] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"http://XXXXXXXXX.at/contao/install","method":"GET"} []
    [2018-12-04 12:32:56] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'XXX-MYNAME-XXX' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1" at /www/XXX-MYNAME-XXX/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'XXX-MYNAME-XXX' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/XXX-MYNAME-XXX/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/XXX-MYNAME-XXX/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /www/XXX-MYNAME-XXX/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    Kann mir hier eventuell jemand weiterhelfen?

    Danke!

  18. #18
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.076
    Contao-Projekt unterstützen

    Support Contao

  19. #19
    Contao-Fan
    Registriert seit
    10.01.2010.
    Ort
    Kiel
    Beiträge
    339

    Standard 1&1 / IONOS: Bei Installation Fehler beim Datenbank-Update

    Hallo zusammen,

    bis zum Datenbank-Update lief die Installation von Contao 4.4 mit dem Manager problemlos.

    Das Update wird auch durchgeführt (zumindest kann ich die angelegten Tabellen in phpMyAdmin sehen), aber anschließend bekomme ich folgende Fehlermeldung:
    Code:
    app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'db764228401' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /homepages/16/d42881359/htdocs/relaunch2018/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /homepages/16/d42881359/htdocs/relaunch2018/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, 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 MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /homepages/16/d42881359/htdocs/relaunch2018/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    MySQL 5.5, Typ MyISAM
    PHP 7.2
    Hosting: 1&1 Homepage Business

    Ich habe es auch noch mal mit folgender config.yml probiert (Cache unter „var/cache“ habe ich geleert). Ergebnis war das gleiche.
    Code:
    doctrine:
        dbal:
            connections:
                default:
                    default_table_options:
                        charset: utf8
                        collate: utf8_unicode_ci
                        engine: MyISAM
    Der Contao Check sagt, dass eigentlich alles richtig ist.

    Hat jemand ähnliche Erfahrungen?

    Viele Grüße
    Tina

  20. #20
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.555
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Contao 4.6.10 und Contao 4.4.30 wurden vorhin veröffentlicht. Das Problem sollte dort behoben sein.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  21. #21
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.076
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Das hat mit 1&1 vermutlich nichts zu tun, wahrscheinlich bist du in ein aktuelles Problem reingelaufen, mittlerweile wurden schon neue Contao-Versionen veröffentlicht, die das fixen sollten.

  22. #22
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard

    Danke tab.

    Das heißt mit einem Update auf 4.6.10 sollte das Problem behoben sein?
    Oder brauch ich dennnoch den Eintrag in die composer.json?

  23. #23
    Contao-Fan
    Registriert seit
    10.01.2010.
    Ort
    Kiel
    Beiträge
    339

    Standard

    Zitat Zitat von tab Beitrag anzeigen
    Das hat mit 1&1 vermutlich nichts zu tun, wahrscheinlich bist du in ein aktuelles Problem reingelaufen, mittlerweile wurden schon neue Contao-Versionen veröffentlicht, die das fixen sollten.
    Contao 4.4 ist doch die stable Version. Da müssten doch aktuelle Probleme auch gefixt werden.

    Contao 4.6 konnte ich nicht installieren, weil dafür MySQL 5.5 nicht ausreicht.

  24. #24
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.076
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Es gibt neue Versionen sowohl für 4.4 als auch für 4.6.

  25. #25
    Contao-Nutzer
    Registriert seit
    21.10.2014.
    Beiträge
    40

    Standard Contao Install Exception

    Hallo,

    ich habe heute beim Timmehosting eine neue Contao Seite aufsetzen wollen - was bisher immer problemlos geklappt hat - aber das Installtool hängt sich beim anlegen der Datenbank immer auf. Werde aus der Fehlermeldung nicht schlau. Hat jemand eine Idee was da falsch läuft? Hier die Fehlermeldung aus der app_dev.php

    Code:
    An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'c4_dbcontao4' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':
    
    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 'AND COLUMN_NAME = 'sections'' at line 1
    
    Stack Trace:
    
    Doctrine\DBAL\Exception\SyntaxErrorException:
    An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'c4_dbcontao4' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':
    
    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 'AND COLUMN_NAME = 'sections'' at line 1
    
      at vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79
      at Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception occurred while executing \'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'c4_dbcontao4\' AND TABLE_NAME = \'tl_layout\' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = \'sections\'\':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 \'AND COLUMN_NAME = \'sections\'\' at line 1', object(PDOException))
         (vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169)
      at Doctrine\DBAL\DBALException::wrapException(object(Driver), object(PDOException), 'An exception occurred while executing \'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'c4_dbcontao4\' AND TABLE_NAME = \'tl_layout\' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = \'sections\'\':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 \'AND COLUMN_NAME = \'sections\'\' at line 1')
         (vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:145)
      at Doctrine\DBAL\DBALException::driverExceptionDuringQuery(object(Driver), object(PDOException), 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'c4_dbcontao4\' AND TABLE_NAME = \'tl_layout\' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = \'sections\'', array())
         (vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:911)
      at Doctrine\DBAL\Connection->executeQuery('SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'c4_dbcontao4\' AND TABLE_NAME = \'tl_layout\' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = \'sections\'', array(), array())
         (vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:545)
      at Doctrine\DBAL\Connection->fetchAssoc('SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'c4_dbcontao4\' AND TABLE_NAME = \'tl_layout\' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = \'sections\'')
         (vendor/contao/installation-bundle/src/InstallTool.php:165)
      at Contao\InstallationBundle\InstallTool->hasOldDatabase()
         (vendor/contao/installation-bundle/src/Controller/InstallationController.php:89)
      at Contao\InstallationBundle\Controller\InstallationController->installAction()
         (vendor/symfony/http-kernel/HttpKernel.php:149)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (vendor/symfony/http-kernel/HttpKernel.php:66)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (vendor/symfony/http-kernel/Kernel.php:188)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (web/app_dev.php:84)
    Danke für die Hilfe,
    LG

  26. #26
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    Mit der nächsten Contao Version wird das behoben sein (sowohl Contao 4.4 als auch 4.6). Bis dorthin kannst du den conflict in deiner composer.json eintragen und ein update machen. Sobald die nächste Contao Version veröffentlicht wurde, kannst du den conflict wieder entfernen.

  27. #27
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.076
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Mittlerweile gibt es neue Contao-Versionen, bei denen das nicht mehr auftreten sollte.

  28. #28
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.076
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Sollte mit dem Update behoben sein.

  29. #29
    Contao-Fan
    Registriert seit
    10.01.2010.
    Ort
    Kiel
    Beiträge
    339

    Standard

    Alles klar, lieben Dank für die schnelle Hilfe!

  30. #30
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard

    WORKS

    Vielen DANK für das schnelle UPDATE!!

  31. #31
    Contao-Nutzer Avatar von allmächt!
    Registriert seit
    02.08.2014.
    Ort
    91174 Spalt
    Beiträge
    121

    Standard Es tut wieder

    Zitat Zitat von xchs Beitrag anzeigen
    Contao 4.6.10 und Contao 4.4.30 wurden vorhin veröffentlicht. Das Problem sollte dort behoben sein.

    Ja, alles ist wieder ok mit 4.6.10!

    Grüße
    Rudolf
    Grüße von Rudolf (alias allmächt! --> beliebter Ausdruck in Mittelfranken-Süd )

  32. #32
    Contao-Nutzer
    Registriert seit
    21.07.2009.
    Beiträge
    224

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Mit der nächsten Contao Version wird das behoben sein (sowohl Contao 4.4 als auch 4.6). Bis dorthin kannst du den conflict in deiner composer.json eintragen und ein update machen. Sobald die nächste Contao Version veröffentlicht wurde, kannst du den conflict wieder entfernen.
    Ich steh grad aufn Schlauch, habe die LTS 4.4.23, wie mache ich nun das update auf die 4.4.30 ? wenn ich über den contao - manager das in "4.4.*" eintrage, tut sich nichts beim updaten!?

    Wie muss ich das dann machen ?

    UPDATE

    OK, mein Fehler, es reichte nicht nur "Contao Open Source CMS" upzudaten... nun ist es auf Version 4.4.31...jedoch bleibt das Problem mit dem installtool leider bestehen.

    HTML-Code:
    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/customers/webs/id11/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php:82)"}
    Habe Webgo managed Server
    PHP 7.1
    MySQL-Server-Version: 5.5.5-10.2.19-MariaDB-10.2.19+maria~stretch-log
    Geändert von sfx (18.12.2018 um 14:14 Uhr)

  33. #33
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    Hast du den conflict Eintrag gemacht?

  34. #34
    Contao-Nutzer
    Registriert seit
    21.07.2009.
    Beiträge
    224

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Hast du den conflict Eintrag gemacht?
    hm, ne glaube nicht, hab unter confict in der composer.json folgenden drin:

    HTML-Code:
    "conflict": {
            "contao-components/installer": "<1.3",
            "contao/core-bundle": "<4.4.8"
    was muss ich da eintragen !?

  35. #35
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

  36. #36
    Contao-Fan Avatar von PaddySD
    Registriert seit
    26.10.2016.
    Ort
    Andechs
    Beiträge
    656

    Standard

    Code:
    "conflict": {
            "contao-components/installer": "<1.3",
            "contao/core-bundle": "<4.4.8",
            "doctrine/dbal": "2.9.1"

  37. #37
    Contao-Nutzer
    Registriert seit
    21.07.2009.
    Beiträge
    224

    Standard

    Vielen Dank,

    leider besteht der Fehler immernoch :-(

    HTML-Code:
    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/customers/webs/id11/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php:82)"} []
    meine composer.json:

    Code:
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6 || ^7.0",
            "contao/calendar-bundle": "^4.4",
            "contao/comments-bundle": "^4.4",
            "contao/faq-bundle": "^4.4",
            "contao/listing-bundle": "^4.4",
            "contao/manager-bundle": "4.4.*",
            "contao/news-bundle": "^4.4",
            "contao/newsletter-bundle": "^4.4",
            "heimrichhannot/contao-multifileupload-bundle": "^1.0",
            "markocupic/gallery-creator-bundle": "^1.0",
            "oneup/contao-email-login": "^1.2",
            "premium-contao-themes/pct_theme_installer": "^1.2",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-fineuploader": "^2.1",
            "terminal42/contao-html-injection": "^1.1"
        },
        "conflict": {
            "contao-components/installer": "<1.3",
            "contao/core-bundle": "<4.4.8",
            "doctrine/dbal": "2.9.1"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            },
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    muss ich irgendwo noch ein cache oder ähnl. leeren !?

  38. #38
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.062
    Partner-ID
    10107

    Standard

    Hast du eine Paketaktualisierung durchgeführt?

  39. #39
    Contao-Nutzer
    Registriert seit
    21.07.2009.
    Beiträge
    224

    Standard

    ups...ok läuft jetzt!

    VIELEN DANK! Tippitoppi

  40. #40
    Contao-Nutzer
    Registriert seit
    17.03.2010.
    Beiträge
    87

    Standard

    Zitat Zitat von allmächt! Beitrag anzeigen
    Ja, alles ist wieder ok mit 4.6.10!

    Grüße
    Rudolf
    Kann ich so nicht bestätigen.
    Habe das Problem bei 4.6.11 und 4.6.10 immer noch.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •