Ergebnis 1 bis 17 von 17

Thema: Update 5.2.x => 5.3.x: Datenbankmigrationen werden nicht ausgeführt

  1. #1
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Frage Update 5.2.x => 5.3.x: Datenbankmigrationen werden nicht ausgeführt

    Hallo zusammen,

    ich habe ein Update von 5.2.x auf 5.3.x vorgenommen und erde aufgefordert die Datenbank anzupassen.
    Leider läuft aber die Datenbankmigration mit folgendem Fehler nicht:
    Die Änderungen konnten nicht angewendet werden. Möglicherweise wurde die Datenbank geändert, bitte prüfe nochmals und versuche es erneut.
    Um folgende Migrationen geht es:
    Contao\CoreBundle\Migration\Version503\FrontendMod ulesMigration
    Contao\CoreBundle\Migration\Version503\RememberMeM igration
    Ich habe gesehen, dass es in früheren Versionen mal einen Fehler gab und habe nochmal alle Core-Pakete nochmal installiert. Das brachte leider nichts ...
    Hat jemand einen Tipp, was ich tun kann?

    Vielen Dank
    Fwac.

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

    Standard

    Falls in deiner parameters.yml oder .env.local noch die Datenbankversion eingetragen ist: entfernen, dann Cache neu aufbauen, dann nochmal eine Paketaktualisierung durchführen, dann die Datenbankmigration.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Frage Danke, daran lag es leider nicht

    Danke dir.
    Daran lag es leider nicht. Die DB-Version ist dort nicht (mehr) hinterlegt.
    Gibt es sonst noch Ideen?

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

    Standard

    Hast du SSH Zugriff? Wenn ja dann
    Code:
    php bin/console contao:migrate --no-interaction -v
    ausführen und ggf. die Konsolenausgabe posten. "php" musst du ggf. mit dem Alias oder Pfad zum richtigen PHP CLI ersetzen.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Standard ssh: Fehlermeldung

    Ja, dabei kommen folgende Meldungen:

    [INFO] Creating a database dump to "backup__20240318101258.sql.gz" with the
    default options. Use --no-backup to disable this feature.


    [ERROR] Unknown database type enum requested,
    Doctrine\DBAL\Platforms\MariaDb1052Platform may not support it.

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

    Standard

    Das deutet darauf hin, dass du doch noch die Datenbankserverversion eingetragen hast.

    // ah, es kann auch von einer Extension kommen, die "enum" einsetzt, aber kein Mapping konfiguriert.

    // war diese Ausgabe überhaupt mit -v? Da sollte ja viel mehr stehen.
    » sponsor me via GitHub or PayPal or Revolut

  7. #7
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Frage

    Ja, war mit -v.
    Die DB-Version ist nicht hinterlegt, habe gerade nochmal geschaut. parameters.yml gibt es nicht und env.local beinhaltet nur die Zugangsdaten, Server und Port.

    Hast du eine Idee, woran ich erkenne, an welchem Plugin das liegt?
    Ist es sinnvoll, die Plugins jeweils zu deinstallieren und es nochmal zu testen?

    Vielen Dank!
    Fwac.

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

    Standard

    Versuche es nochmal mit -vvv
    Poste die Konsolenausgabe inkl. Aufruf.
    » sponsor me via GitHub or PayPal or Revolut

  9. #9
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Standard Da kommt mehr ;-)

    Da kommt mehr:

    Da kommt mehr:

    php bin/console contao:migrate --no-interaction -vvv
    11:28:41 INFO [deprecation] User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:58, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)
    [
    "exception" => ErrorException {
    #message: "User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:58, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)"
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
    #line: 210
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
    /usr/www/users/fwac/project/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
    /usr/www/users/fwac/project/vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php:319 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:58 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:34 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_SERVER with the "Contao\Environment" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_SERVER with the "Contao\Environment" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Environment.php"
    #line: 410
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Environment.php:410 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Environment.php:63 { …}
    /usr/www/users/fwac/project/vendor/menatwork/contao-multicolumnwizard-bundle/src/EventListener/Contao/InitializeSystem.php:85 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:60 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/var/cache/prod/contao/dca/tl_content.php:19 {
    include^
    › // Dynamically add the permission check
    › if (\Contao\Input::get('do') == 'article') {
    › \Contao\System::loadLanguageFile('tl_article');
    }
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/var/cache/prod/contao/dca/tl_content.php:709 {
    include^
    › // Dynamically add the permission check and other callbacks
    › if (\Contao\Input::get('do') == 'news') {
    › \Contao\System::loadLanguageFile('tl_news');
    }
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/var/cache/prod/contao/dca/tl_content.php:808 {
    include^
    › // Dynamically add the permission check and other callbacks
    › if (\Contao\Input::get('do') == 'calendar') {
    › \Contao\System::loadLanguageFile('tl_calendar_even ts');
    }
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:201 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:127 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ArticleViewListener.php:25 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ParentChildViewListener.php:26 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/PageViewListener.php:18 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/var/cache/prod/contao/dca/tl_article.php:4 {
    include^
    › namespace {
    › $this->loadDataContainer('tl_page');
    › $GLOBALS['TL_DCA']['tl_article'] = array(
    }
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/PageViewListener.php:18 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/var/cache/prod/contao/dca/tl_article.php:4 {
    include^
    › namespace {
    › $this->loadDataContainer('tl_page');
    › $GLOBALS['TL_DCA']['tl_article'] = array(
    }
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/PageViewListener.php:18 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/PageViewListener.php:18 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ArticleViewListener.php:25 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ParentChildViewListener.php:26 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ParentChildViewListener.php:26 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]
    11:28:41 INFO [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php"
    #line: 1093
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:1093 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/ParentChildViewListener.php:26 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/BackendView/AbstractViewListener.php:30 { …}
    /usr/www/users/fwac/project/vendor/terminal42/contao-changelanguage/src/EventListener/CallbackSetupListener.php:32 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
    /usr/www/users/fwac/project/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Command/Command.php:326 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1096 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 {
    › $application = new ContaoApplication($kernel);
    › $application->run($input);

    }
    }
    }
    ]


    [INFO] Creating a database dump to "backup__20240318102841.sql.gz" with the default options. Use --no-backup to disable
    this feature.



    [ERROR] Unknown database type enum requested, Doctrine\DBAL\Platforms\MariaDb1052Platform may not support it.


    11:28:41 INFO [deprecation] User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
    [
    "exception" => ErrorException {
    #message: "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
    #code: 0
    #file: "/usr/www/users/fwac/project/vendor/nyholm/psr7/src/Factory/HttplugFactory.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
    /usr/www/users/fwac/project/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18 { …}
    /usr/www/users/fwac/project/vendor/composer/ClassLoader.php:495 { …}
    /usr/www/users/fwac/project/vendor/composer/ClassLoader.php:366 { …}
    Composer\Autoload\ClassLoader->loadClass() {}
    /usr/www/users/fwac/project/vendor/php-http/discovery/src/ClassDiscovery.php:250 { …}
    /usr/www/users/fwac/project/vendor/php-http/discovery/src/ClassDiscovery.php:188 { …}
    /usr/www/users/fwac/project/vendor/php-http/discovery/src/ClassDiscovery.php:198 { …}
    /usr/www/users/fwac/project/vendor/php-http/discovery/src/ClassDiscovery.php:80 { …}
    /usr/www/users/fwac/project/vendor/php-http/discovery/src/MessageFactoryDiscovery.php:27 { …}
    /usr/www/users/fwac/project/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php:63 { …}
    /usr/www/users/fwac/project/var/cache/prod/ContainerHs0OfS0/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php:1492 {
    ContainerHs0OfS0\Contao_ManagerBundle_HttpKernel_C ontaoKernelProdContainer::getFosHttpCache_ProxyCli ent_SymfonyService($container)^
    › {
    › return $container->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($con tainer->services['kernel'] ?? $container->get('kernel', 1))), $container->parameters['fos_http_cache.proxy_client.symfony.options']);
    › }
    }
    /usr/www/users/fwac/project/var/cache/prod/ContainerHs0OfS0/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php:1465 { …}
    /usr/www/users/fwac/project/var/cache/prod/ContainerHs0OfS0/getFosHttpCache_EventListener_InvalidationService. php:23 { …}
    /usr/www/users/fwac/project/var/cache/prod/ContainerHs0OfS0/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php:700 { …}
    /usr/www/users/fwac/project/var/cache/prod/ContainerHs0OfS0/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php:1407 { …}
    /usr/www/users/fwac/project/vendor/symfony/event-dispatcher/EventDispatcher.php:257 { …}
    /usr/www/users/fwac/project/vendor/symfony/event-dispatcher/EventDispatcher.php:220 { …}
    /usr/www/users/fwac/project/vendor/symfony/event-dispatcher/EventDispatcher.php:56 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:1111 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:324 { …}
    /usr/www/users/fwac/project/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
    /usr/www/users/fwac/project/vendor/symfony/console/Application.php:175 { …}
    /usr/www/users/fwac/project/bin/console:28 { …}
    }
    }
    ]
    11:28:41 DEBUG [console] Command "contao:migrate --no-interaction -vvv" exited with code "1"
    [
    "command" => "contao:migrate --no-interaction -vvv",
    "code" => 1
    ]

  10. #10
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Frage Alle Plugins gelöscht: Kein Erfolg

    Ich habe jetzt auch mal alle Plugins gelöscht - auch das behebt das Problem nicht ...
    Hat noch jemand eine Idee, was ich tun kann?

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

    Standard

    Welche MySQL/MariaDB Version läuft da?
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Standard Version

    Es läuft
    10.5.23-MariaDB-0+deb11u1

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

    Standard

    Lässt sich der Fehler mit einer komplett frischen Contao Installation reproduzieren? Wenn ja dann bitte Ticket auf Github anlegen, inkl. Angabe von PHP- und MariaDB-Version und evt. Hosting Paket.
    » sponsor me via GitHub or PayPal or Revolut

  14. #14
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Standard Teste ich morgen

    Teste ich voraussichtlich morgen und halte euch auf dem Laufenden ...

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

    Support Contao

    Standard

    Hattest Du nach dem Löschen der Datenbank-Version den Cache geleert?
    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.




  16. #16
    Contao-Nutzer
    Registriert seit
    26.06.2009.
    Ort
    Aachen
    Beiträge
    195

    Daumen hoch Danke!

    So, Danke euch nochmal.
    Ich habe das Problem gefunden. Ich hatte in der Datenbank noch contaofremde Tabellen. Als ich diese gelöscht habe, ging es :-)
    Kann ich Contao irgendwo beibringen, dass es sich um bestimmte Tabellen gar nicht kümmern soll?

  17. #17
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.114
    Partner-ID
    10107
    » sponsor me via GitHub or PayPal or Revolut

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
  •