Ergebnis 1 bis 34 von 34

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.460
    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.460
    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.460
    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.460
    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.460
    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.460
    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.837
    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.460
    Partner-ID
    10107
    » sponsor me via GitHub or PayPal or Revolut

  18. #18
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Also bei mir geht das immer noch nicht... es ist echt richtig doof ...

    Was jetzt ist Contao zeigt richtige Php Version an aber das SSH nicht... Siehe bilder...
    Angehängte Grafiken Angehängte Grafiken

  19. #19
    Contao-Fan
    Registriert seit
    24.02.2021.
    Beiträge
    588
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Deine Bilder suggerieren, dass die PHP Version eine andere im Manager ist. Bitte schaue deine Screenshots nochmal genauer an und versuche den Zusammenhang zu verstehen.

    In einer Tiefgarage muss nicht immer ein Auto (PHP-Version) stehen.

  20. #20
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von zoglo Beitrag anzeigen
    Deine Bilder suggerieren, dass die PHP Version eine andere im Manager ist. Bitte schaue deine Screenshots nochmal genauer an und versuche den Zusammenhang zu verstehen.

    In einer Tiefgarage muss nicht immer ein Auto (PHP-Version) stehen.

    wie bittte ?? Das ist das COntao Manager und die SSH und im Provider auch auf 8.2 gestellt ... verstehen nicht was du genau meinst... ?

  21. #21
    Contao-Fan
    Registriert seit
    24.02.2021.
    Beiträge
    588
    Contao-Projekt unterstützen

    Support Contao

    Standard

    In deinem zweiten Screenshot ist nicht der Manager zu sehen sondern die Kommandozeile.
    Im ersten Screenshot siehst du den Pfad zu deiner PHP-CLI für PHP 8.2.

    Nutze den richtigen Pfad für die PHP-CLI über die Kommandozeile.

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

    Standard

    Du musst den selben Pfad zum PHP CLI nehmen wie im ersten Screenshot.
    » sponsor me via GitHub or PayPal or Revolut

  23. #23
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von zoglo Beitrag anzeigen
    In deinem zweiten Screenshot ist nicht der Manager zu sehen sondern die Kommandozeile.
    Im ersten Screenshot siehst du den Pfad zu deiner PHP-CLI für PHP 8.2.

    Nutze den richtigen Pfad für die PHP-CLI über die Kommandozeile.
    Der geht ja mit dem befehl in den Pfad oder ... oder muss ich in ein verzeichnis gehen ? welches ... ?

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

    Standard

    Was willst du denn überhaupt machen?
    » sponsor me via GitHub or PayPal or Revolut

  25. #25
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Was willst du denn überhaupt machen?
    Immer noch das geliche die Datenbank geht nicht. wenn ich eine Installation umziehe oder updatete. Jetzt umzihen.

    Wie welcher pfad?

    Diesen? /usr/local/php82/bon/php

    php bin/console contao:migrate --no-interaction -v
    und dann statt den ... der da

    php /usr/local/php82/bon/php contao:migrate --no-interaction -v

  26. #26
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Auch erfolglos...
    Angehängte Grafiken Angehängte Grafiken

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

    Standard

    Nein, du ersetzt natürlich das "php" mit dem Pfad zum richtigen PHP CLI. Du hast dich im Pfad außerdem verschrieben.

    Warum machst du es den nicht über den Contao Manager?
    » sponsor me via GitHub or PayPal or Revolut

  28. #28
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Nein, du ersetzt natürlich das "php" mit dem Pfad zum richtigen PHP CLI. Du hast dich im Pfad außerdem verschrieben.

    Warum machst du es den nicht über den Contao Manager?
    Weil der Contao Manager stundlen lang dreht und nichts geht....

  29. #29
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Jetzt die meldung
    Angehängte Grafiken Angehängte Grafiken

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

    Standard

    Du hast einen Fehler in deiner Contao Installation. Führe das Kommando nochmal mit -v aus.

    Poste außerdem immer die gesamte Konsolenausgabe, inklusive Aufruf des Kommandos.
    » sponsor me via GitHub or PayPal or Revolut

  31. #31
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast einen Fehler in deiner Contao Installation. Führe das Kommando nochmal mit -v aus.

    Poste außerdem immer die gesamte Konsolenausgabe, inklusive Aufruf des Kommandos.
    So ?
    Angehängte Grafiken Angehängte Grafiken

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

    Standard

    Du hast schon wieder "php" vorne geschrieben. Wie schon erwähnt ersetzt du "php" mit dem richtigen Pfad zum PHP CLI.
    » sponsor me via GitHub or PayPal or Revolut

  33. #33
    Contao-Fan Avatar von MacPix
    Registriert seit
    11.07.2011.
    Ort
    Zürich
    Beiträge
    572

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast schon wieder "php" vorne geschrieben. Wie schon erwähnt ersetzt du "php" mit dem richtigen Pfad zum PHP CLI.
    Ja weil das so stand im Forum hier ... jetzt neues Bild
    Angehängte Grafiken Angehängte Grafiken

  34. #34
    Contao-Fan
    Registriert seit
    24.02.2021.
    Beiträge
    588
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von MacPix Beitrag anzeigen
    So ?
    Wie schon erwähnt und auch hier erwähnt

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast schon wieder "php" vorne geschrieben. Wie schon erwähnt ersetzt du "php" mit dem richtigen Pfad zum PHP CLI.
    Bitte nutze und vertippe dich nicht - Du hast in deinen letzten Screenshots immer einen Schreibfehler gehabt
    PHP-Code:
    /usr/local/php82/bin/php vendor/bin/contao-console contao:migrate 
    Mache danach bitte einen Screenshot von dem was du siehst (Von der gesamten Konsolenausgabe)

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
  •