Contao-Camp 2024
Ergebnis 1 bis 23 von 23

Thema: SQLSTATE[3D000]-Fehler bei Installation MM 2.1.8 und C4.4.47

  1. #1
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard SQLSTATE[3D000]-Fehler bei Installation MM 2.1.8 und C4.4.47

    Das aktuelle MM v2.1.8 führt -zumindest bei mir- zusammen mit Contao 4.4.47 zu einer fehlerhaften Installation:

    Fehlermeldungen:

    Code:
    [WARNING] Some commands could not be registered:                                                                     
                                                                                                                         
    
    In AbstractMySQLDriver.php line 113:
    
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    In PDOConnection.php line 109:
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    In PDOConnection.php line 107:
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
                                                                                                                          
     [WARNING] Some commands could not be registered:                                                                     
                                                                                                                          
    
    In AbstractMySQLDriver.php line 113:
    
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    In PDOConnection.php line 109:
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    In PDOConnection.php line 107:
    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    ---

    Bedauerlicherweise funktioniert es aber auch nicht mehr, wenn ich in der composer.json die Aufrufe auf

    "metamodels/bundle_all": "< 2.1.7",
    "metamodels/core": "< 2.1.7",

    ändere.

    Liegt der Fehler bei mir irgendwo oder bei MM?
    Geändert von xchs (08.03.2020 um 10:59 Uhr) Grund: Code-Tags

  2. #2
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Wo tritt der Fehler auf? Überall oder nur im Install-Tool?

  3. #3
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Gegen Ende des Composer-Vorgangs. Und entsprechend ist die Installation auch nicht lauffähig.

    Der Fehler findet im übrigen lokal wie auf dem Server statt; äußere Einflüsse kann man also ausschließen.

  4. #4
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Nach Mal ein Ticket bei MetaModels, ich vermute hier ein problem bei den neu eingeführten Migrations.

    Handelt es sich hier um eine bereits lauffähige Installation wo nur ein Update durchgeführt wird oder wird Contao Initial installiert (ohne dass die Datenbank bereits konfiguriert wurde?)

  5. #5
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Bei einer bestehenden Contao-Installation sollte Metamodels nachinstalliert werden, und eine neue Installation zum Test funktionierte auch nicht.

  6. #6
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    kannst Du Deine composer.json posten oder mir senden...

    btw: auf Github Meldungen in ```...``` (Dein Issue gändert..) setzen - hier im Forum den Button "php" verwenden

  7. #7
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Okay, danke, merke ich mir.

    PHP-Code:
    {
      
    "name""contao/managed-edition",
      
    "type""project",
      
    "description""Contao Open Source CMS",
      
    "license""LGPL-3.0+",
      
    "authors": [
        {
          
    "name""Leo Feyer",
          
    "homepage""https://github.com/leofeyer"
        
    }
      ],
      
    "require": {
        
    "php""^7.0",
        
    "symfony/symfony""^3.3",
        
    "Doctrine/orm""^2.5",
        
    "doctrine/data-fixtures""1.0.*",
        
    "doctrine/dbal""< 2.9",
        
    "doctrine/collections""^1.5",
        
    "contao/core-bundle""4.4.*",
        
    "contao/manager-bundle""4.4.*",
        
    "contao/calendar-bundle""^4.4",
        
    "contao/comments-bundle""^4.4",
        
    "contao/faq-bundle""^4.4",
        
    "contao/listing-bundle""^4.4",
        
    "contao/news-bundle""^4.4",
        
    "contao/newsletter-bundle""^4.4",
        
    "contao-bootstrap/core""^2.0",
        
    "contao-bootstrap/bundle""^2.0",
        
    "menatwork/contao-multicolumnwizard-bundle""*",
        
    "twbs/bootstrap""*",
        
    "components/bootstrap""*",
        
    "composer/composer""^1.6",
        
    "twig/extensions""^1.5",
        
    "symfony/intl""^3.4",
        
    "ext-json""*",
        
    "madeyourday/contao-rocksolid-slider""^2.0",
        
    "terminal42/contao-leads""^1.4",
        
    "codefog/contao-haste""^4.0",
        
    "inspiredminds/contao-wowjs""^1.0",
        
    "contao-community-alliance/dc-general""^2.1",
        
    "metamodels/bundle_all""^2.1",
        
    "metamodels/core""^2.1",
        
    "ma3xl3/contao-easy-favicon""*",
        
    "rsm/rsm-googlerecaptcha-modul""*"
      
    },
      
    "autoload": {
        
    "psr-4": {
          
    "Digenio\\UtilityBundle\\""src/Digenio/UtilityBundle/",
          
    "Digenio\\ThemeBundle\\""src/Digenio/ThemeBundle/"
        
    },
        
    "classmap": [
          
    "src/ContaoManagerPlugin.php"
        
    ]
      },
      
    "config": {
        
    "component-dir""assets"
      
    },
      
    "scripts": {
        
    "post-install-cmd": [
          
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        
    ],
        
    "post-update-cmd": [
          
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        
    ]
      }


  8. #8
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    bei mir läuft das fast durch ... Meldung am Ende

    PHP-Code:
      [RuntimeException]
      
    Could not scan for classes inside "src/ContaoManagerPlugin.php" which does not appear to be a file nor a folder 
    die ganze Datei scheint mir etwas krude - warum ist die so aufgebaut?

    die ganzen require-Pakete solltest Du von den entsprechenden Erweiterungen selbständig installieren lassen - es sei den, Du testest eine neuere Version

    z.B.
    Code:
      "require": {
        "php": "^7.0",
        "symfony/symfony": "^3.3",
        "Doctrine/orm": "^2.5",
        "doctrine/data-fixtures": "1.0.*",
        "doctrine/dbal": "< 2.9",
        "doctrine/collections": "^1.5",
        "contao/core-bundle": "4.4.*",
        "contao/manager-bundle": "4.4.*",
        "contao/calendar-bundle": "^4.4",
        "contao/comments-bundle": "^4.4",
        "contao/faq-bundle": "^4.4",
        "contao/listing-bundle": "^4.4",
        "contao/news-bundle": "^4.4",
        "contao/newsletter-bundle": "^4.4",
        "contao-bootstrap/core": "^2.0",
        "contao-bootstrap/bundle": "^2.0",
        "menatwork/contao-multicolumnwizard-bundle": "*",
        "twbs/bootstrap": "*",
        "components/bootstrap": "*",
        "composer/composer": "^1.6",
        "twig/extensions": "^1.5",
        "symfony/intl": "^3.4",
        "ext-json": "*",
        "madeyourday/contao-rocksolid-slider": "^2.0",
        "terminal42/contao-leads": "^1.4",
        "codefog/contao-haste": "^4.0",
        "inspiredminds/contao-wowjs": "^1.0",
        "contao-community-alliance/dc-general": "^2.1",
        "metamodels/bundle_all": "^2.1",
        "metamodels/core": "^2.1",
        "ma3xl3/contao-easy-favicon": "*",
        "rsm/rsm-googlerecaptcha-modul": "*"
      }
    Geändert von xchs (08.03.2020 um 10:59 Uhr) Grund: Code-Tags

  9. #9
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Das hat mein Kollege damals so gebaut, und dann kamen teilweise noch Änderungen hinzu, wie das dbal <2.9, als plötzlich Contao nicht mehr lief, weil es mit dem aktuellen dbal nicht zusammen funktionierte.

    Ich habe Deine Version mal durchlaufen lassen.
    Es erschien eine Fehlermeldung, die doctrine/orm einforderte, also habe ich "Doctrine/orm": "^2.5" wieder hinzugefügt.
    Beim nächsten Durchlauf erschienen wieder die SQLstate-Fehlermeldungen, exakt wie oben.

    Kann es sein, dass sich an den Requirements von Metamodels generell etwas geändert hat?
    Wenn ich mit "composer show" mal vergleiche, was bei einer noch funktionierten Installation installiert wurde, fällt z.B. auf, dass bei der nicht mehr funktionierenden Installation jetzt neuerdings

    contao-community-alliance/contao-polyfill-bundle

    mit installiert wurde.

    Dazu sind bei der neuen Installation im Vergleich zu der letzten noch funktionierenden Installation

    xdebug-handler, dc-general, nelmio-security-bundle, symfony/http-client, symfony/mime und ua-parser/uap-php

    in höheren Versionsnummern installiert.

    Das würde ich jetzt als mögliche Fehlerquellen eingrenzen, aber mir fehlt es da an Hintergrundwissen, ob da etwas mit dabei ist, was solche Fehler verursachen könnte...

  10. #10
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Da ihr ja gemäß eurer composer.json projektspezifische Bundles habt, kann es Sinn ergeben entsprechende Abhängigkeiten direkt zu deklarieren. Diese ohne den Code zu kennen zu entfernen, halte ich für fahrlässig.

    Auch für möglich, dass euer projektspezifischer Code in Zusammenhang mit der aktuellen Version von MetaModels den Fehler triggert, der sonst so nicht Auftritt. Hier müsste man Mal debuggen.

    Interessant wäre, was "composer run-script post-update-cmd -vvv" als Debugausgabe erzeugt.
    Geändert von webstar (09.03.2020 um 07:56 Uhr) Grund: Typo

  11. #11
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Code:
    > post-update-cmd: Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
     // Clearing the cache for the prod environment with debug false                
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
     // Removing old cache directory...                                             
    
     // Finished                                                                    
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
                                                                                    
    
    
     // Warming up the cache for the prod environment with debug false              
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
                                                                                    
    
    
     Trying to install assets as relative symbolic links.
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
     --------- ---------------------------------------------------------------------------------------------- ------------------
                Bundle                                                                                         Method / Error
     --------- ---------------------------------------------------------------------------------------------- ------------------
      WARNING   ContaoCoreBundle                                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocore         
      WARNING   ContaoFaqBundle                                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaofaq          
      WARNING   ContaoNewsBundle                                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaonews         
      WARNING   ContaoNewsletterBundle                                                                         absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaonewsletter   
      WARNING   DiscordierJustTextWidgetsBundle                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/discordierjusttextwidgets
      WARNING   ContaoWowJsBundle                                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaowowjs        
      WARNING   RockSolidSliderBundle                                                                          absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/rocksolidslider    
      WARNING   MultiColumnWizardBundle                                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/multicolumnwizard  
      WARNING   MetaModelsCoreBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelscore     
      WARNING   MetaModelsFilterCheckboxBundle                                                                 absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltercheckbox
      WARNING   MetaModelsFilterFromToBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterfromto
      WARNING   MetaModelsFilterRangeBundle                                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterrange
      WARNING   MetaModelsFilterSelectBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterselect
      WARNING   MetaModelsFilterTagsBundle                                                                     absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltertags
      WARNING   MetaModelsFilterTextBundle                                                                     absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltertext
      WARNING   NetzmachtContaoFormDesignerBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/netzmachtcontaoformdesigner
      WARNING   DigenioUtilityBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/digenioutility     
      WARNING   DigenioThemeBundle                                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/digeniotheme       
      WARNING   ContaoBootstrapCoreBundle                                                                      absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapcore
      WARNING   ContaoBootstrapGridBundle                                                                      absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapgrid
      WARNING   ContaoBootstrapNavbarBundle                                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapnavbar
      WARNING   ContaoBootstrapTabBundle                                                                       absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstraptab 
      WARNING   ContaoCalendarBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocalendar     
      WARNING   ContaoCommentsBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocomments     
      WARNING   MetaModelsAttributeAliasBundle                                                                 absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributealias
      WARNING   MetaModelsAttributeCheckboxBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecheckbox
      WARNING   MetaModelsAttributeCombinedValuesBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecombinedvalues
      WARNING   MetaModelsAttributeCountryBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecountry
      WARNING   MetaModelsAttributeDecimalBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributedecimal
      WARNING   MetaModelsAttributeFileBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributefile
      WARNING   MetaModelsAttributeLangCodeBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributelangcode
      WARNING   MetaModelsAttributeLongtextBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributelongtext
      WARNING   MetaModelsAttributeNumericBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributenumeric
      WARNING   MetaModelsAttributeSelectBundle                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributeselect
      WARNING   MetaModelsAttributeTableTextBundle                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetabletext
      WARNING   MetaModelsAttributeTagsBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetags
      WARNING   MetaModelsAttributeTextBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetext
      WARNING   MetaModelsAttributeTimestampBundle                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetimestamp
      WARNING   MetaModelsAttributeTranslatedAliasBundle                                                       absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedalias
      WARNING   MetaModelsAttributeTranslatedCheckboxBundle                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedcheckbox
      WARNING   MetaModelsAttributeTranslatedCombinedValuesBundle                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedcombinedvalues
      WARNING   MetaModelsAttributeTranslatedFileBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedfile
      WARNING   MetaModelsAttributeTranslatedLongtextBundle                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedlongtext
      WARNING   MetaModelsAttributeTranslatedTableTextBundle                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedtabletext
      WARNING   MetaModelsAttributeTranslatedTextBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedtext
      WARNING   MetaModelsAttributeTranslatedUrlBundle                                                         absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedurl
      WARNING   MetaModelsAttributeUrlBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributeurl
      WARNING   CcaDcGeneralBundle                                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/ccadcgeneral       
     --------- ---------------------------------------------------------------------------------------------- ------------------
    
                                                                                    
     [OK] All assets were successfully installed.                                   
                                                                                    
    
    Added the system/initialize.php file.
    Symlinked the system/config/tcpdf.php file.
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
     ---- --------------------------------- ----------------------------------------------------------------
           Symlink                           Target / Error                         
     ---- --------------------------------- ----------------------------------------------------------------
      OK   web/files/digenio-theme           files/digenio-theme                    
      OK   web/system/modules/haste/assets   system/modules/haste/assets            
      OK   web/system/modules/leads/assets   system/modules/leads/assets            
      OK   system/themes/flexible            vendor/contao/core-bundle/src/Resources/contao/themes/flexible
      OK   web/assets                        assets                                 
      OK   web/system/themes                 system/themes                          
      OK   system/logs                       var/logs                               
     ---- --------------------------------- ----------------------------------------------------------------
    Geändert von xchs (08.03.2020 um 10:56 Uhr) Grund: Bitte für kilometerlange Logdaten Code-Tags verwenden!

  12. #12
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von webstar Beitrag anzeigen
    ..., kann es Sinn ergeben enttäuschende Abhängigkeiten direkt zu deklarieren.
    ähh ... meinst Du entsprechende?

    ansonsten hast Du recht, kann man nicht wissen warum da was alles so drin steht - sollte derjenige ggf. kommentieren oder einen Plan haben, der sowas baut/einsetzt

  13. #13
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Trichter Beitrag anzeigen
    Kann es sein, dass sich an den Requirements von Metamodels generell etwas geändert hat?
    Wenn ich mit "composer show" mal vergleiche, was bei einer noch funktionierten Installation installiert wurde, fällt z.B. auf, dass bei der nicht mehr funktionierenden Installation jetzt neuerdings

    contao-community-alliance/contao-polyfill-bundle

    mit installiert wurde.
    korrekt - ist in den Abhängigkeiten von MM 2.1 core... in MM 2.2 wieder raus, da die Funktionen C 4.9 mitbringt

  14. #14
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von zonky Beitrag anzeigen
    ähh ... meinst Du entsprechende?

    ansonsten hast Du recht, kann man nicht wissen warum da was alles so drin steht - sollte derjenige ggf. kommentieren oder einen Plan haben, der sowas baut/einsetzt
    Sorry, ja ich meinte entsprechende. War mal wieder die Handy-Autokorrektur.

  15. #15
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Trichter Beitrag anzeigen
    Code:
    > post-update-cmd: Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
     // Clearing the cache for the prod environment with debug false                
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
     // Removing old cache directory...                                             
    
     // Finished                                                                    
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
                                                                                    
    
    
     // Warming up the cache for the prod environment with debug false              
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
                                                                                    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
                                                                                    
    
    
     Trying to install assets as relative symbolic links.
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
     --------- ---------------------------------------------------------------------------------------------- ------------------
                Bundle                                                                                         Method / Error
     --------- ---------------------------------------------------------------------------------------------- ------------------
      WARNING   ContaoCoreBundle                                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocore         
      WARNING   ContaoFaqBundle                                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaofaq          
      WARNING   ContaoNewsBundle                                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaonews         
      WARNING   ContaoNewsletterBundle                                                                         absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaonewsletter   
      WARNING   DiscordierJustTextWidgetsBundle                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/discordierjusttextwidgets
      WARNING   ContaoWowJsBundle                                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaowowjs        
      WARNING   RockSolidSliderBundle                                                                          absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/rocksolidslider    
      WARNING   MultiColumnWizardBundle                                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/multicolumnwizard  
      WARNING   MetaModelsCoreBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelscore     
      WARNING   MetaModelsFilterCheckboxBundle                                                                 absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltercheckbox
      WARNING   MetaModelsFilterFromToBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterfromto
      WARNING   MetaModelsFilterRangeBundle                                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterrange
      WARNING   MetaModelsFilterSelectBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfilterselect
      WARNING   MetaModelsFilterTagsBundle                                                                     absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltertags
      WARNING   MetaModelsFilterTextBundle                                                                     absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsfiltertext
      WARNING   NetzmachtContaoFormDesignerBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/netzmachtcontaoformdesigner
      WARNING   DigenioUtilityBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/digenioutility     
      WARNING   DigenioThemeBundle                                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/digeniotheme       
      WARNING   ContaoBootstrapCoreBundle                                                                      absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapcore
      WARNING   ContaoBootstrapGridBundle                                                                      absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapgrid
      WARNING   ContaoBootstrapNavbarBundle                                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstrapnavbar
      WARNING   ContaoBootstrapTabBundle                                                                       absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaobootstraptab 
      WARNING   ContaoCalendarBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocalendar     
      WARNING   ContaoCommentsBundle                                                                           absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/contaocomments     
      WARNING   MetaModelsAttributeAliasBundle                                                                 absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributealias
      WARNING   MetaModelsAttributeCheckboxBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecheckbox
      WARNING   MetaModelsAttributeCombinedValuesBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecombinedvalues
      WARNING   MetaModelsAttributeCountryBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributecountry
      WARNING   MetaModelsAttributeDecimalBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributedecimal
      WARNING   MetaModelsAttributeFileBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributefile
      WARNING   MetaModelsAttributeLangCodeBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributelangcode
      WARNING   MetaModelsAttributeLongtextBundle                                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributelongtext
      WARNING   MetaModelsAttributeNumericBundle                                                               absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributenumeric
      WARNING   MetaModelsAttributeSelectBundle                                                                absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributeselect
      WARNING   MetaModelsAttributeTableTextBundle                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetabletext
      WARNING   MetaModelsAttributeTagsBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetags
      WARNING   MetaModelsAttributeTextBundle                                                                  absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetext
      WARNING   MetaModelsAttributeTimestampBundle                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetimestamp
      WARNING   MetaModelsAttributeTranslatedAliasBundle                                                       absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedalias
      WARNING   MetaModelsAttributeTranslatedCheckboxBundle                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedcheckbox
      WARNING   MetaModelsAttributeTranslatedCombinedValuesBundle                                              absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedcombinedvalues
      WARNING   MetaModelsAttributeTranslatedFileBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedfile
      WARNING   MetaModelsAttributeTranslatedLongtextBundle                                                    absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedlongtext
      WARNING   MetaModelsAttributeTranslatedTableTextBundle                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedtabletext
      WARNING   MetaModelsAttributeTranslatedTextBundle                                                        absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedtext
      WARNING   MetaModelsAttributeTranslatedUrlBundle                                                         absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributetranslatedurl
      WARNING   MetaModelsAttributeUrlBundle                                                                   absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/metamodelsattributeurl
      WARNING   CcaDcGeneralBundle                                                                             absolute symlink
                -> C:\Users\Public\Projekte\testgfgf/web/bundles/ccadcgeneral       
     --------- ---------------------------------------------------------------------------------------------- ------------------
    
                                                                                    
     [OK] All assets were successfully installed.                                   
                                                                                    
    
    Added the system/initialize.php file.
    Symlinked the system/config/tcpdf.php file.
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
                                                                                    
     [WARNING] Some commands could not be registered:                               
                                                                                    
    
    In AbstractMySQLDriver.php line 93:
                                                                                    
      [Doctrine\DBAL\Exception\ConnectionException]                                 
      An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
                                                                                    
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected              
                                                                                    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:93
     Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:166
     Doctrine\DBAL\DBALException::wrapException() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:146
     Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:912
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 80:
    
      [Doctrine\DBAL\Driver\PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:80
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    In PDOConnection.php line 75:
    
      [PDOException (3D000)]
      SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
    
    
    Exception trace:
      at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     PDO->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:75
     Doctrine\DBAL\Driver\PDOConnection->query() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:909
     Doctrine\DBAL\Connection->executeQuery() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:844
     Doctrine\DBAL\Connection->fetchAll() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:213
     Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames() at C:\Users\Public\Projekte\testgfgf\vendor\doctrine\dbal\lib\Doctrine\DBAL\Schema\AbstractSchemaManager.php:201
     Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist() at C:\Users\Public\Projekte\testgfgf\vendor\metamodels\core\src\CoreBundle\EventListener\SubSystemBootListener.php:116
     MetaModels\CoreBundle\EventListener\SubSystemBootListener->boot() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:432
     Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:335
     Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at C:\Users\Public\Projekte\testgfgf\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:159
     Contao\CoreBundle\Framework\ContaoFramework->initialize() at C:\Users\Public\Projekte\testgfgf\vendor\contao-community-alliance\contao-polyfill-bundle\src\Polyfill49\Factory\ServiceFactory.php:93
     ContaoCommunityAlliance\Polyfills\Polyfill49\Factory\ServiceFactory->createMigrationInstaller() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\getConsole_Command_ContaocommunityalliancePolyfillsPolyfill49CommandMigratecommandService.php:10
     require() at C:\Users\Public\Projekte\testgfgf\var\cache\prod\ContainerLcigogl\appProdProjectContainer.php:1586
     ContainerLcigogl\appProdProjectContainer->load() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Container.php:304
     Symfony\Component\DependencyInjection\Container->get() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:173
     Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:68
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\Users\Public\Projekte\testgfgf\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:148
     Symfony\Component\Console\Application->run() at C:\Users\Public\Projekte\testgfgf\vendor\contao\manager-bundle\bin\contao-console:48
    
    
     ---- --------------------------------- ----------------------------------------------------------------
           Symlink                           Target / Error                         
     ---- --------------------------------- ----------------------------------------------------------------
      OK   web/files/digenio-theme           files/digenio-theme                    
      OK   web/system/modules/haste/assets   system/modules/haste/assets            
      OK   web/system/modules/leads/assets   system/modules/leads/assets            
      OK   system/themes/flexible            vendor/contao/core-bundle/src/Resources/contao/themes/flexible
      OK   web/assets                        assets                                 
      OK   web/system/themes                 system/themes                          
      OK   system/logs                       var/logs                               
     ---- --------------------------------- ----------------------------------------------------------------
    Vielen Dank, damit wird gut ersichtlich wie das Problem ausgelöst wird:

    1. 1. Das Migration-Polyfill initialisiert das Contao-Framework während die Commands registriert werden
    2. 2. Das führt daszu das das MetaModel Subsystem gebootet wird und auf die Datenbank zugreifen möchte
    3. 3. Es wurde allerdings noch keine Datenbank ausgewählt, darum kommt es zu dem Fehler



    Warum die Datenbank zu dem Zeitpunkt noch nicht ausgewählt wurde, ist mir ein Rätsel. Das müsste man untersuchen. MetaModels sollte aber definitiv damit klarkommen, da es u.a. dann auftreten kann, wenn noch keine Datenbankverbindung konfiguriert wurde.

  16. #16
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    kannst Du Testweise mal MM aus der composer raus nehmen und gucken, was passiert?

  17. #17
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Wenn ich MM aus der composer.json nehme, läuft es problemlos durch.

    Warum die Datenbank zu dem Zeitpunkt noch nicht ausgewählt wurde, ist mir ein Rätsel. Das müsste man untersuchen. MetaModels sollte aber definitiv damit klarkommen, da es u.a. dann auftreten kann, wenn noch keine Datenbankverbindung konfiguriert wurde.
    Die Vorgehensweise, wie mein Kollege das damals entwickelt hat, ist die eigenen und für die Installation nötigen Contao-Dateien per git auf den Server klonen, dann per composer install installieren, und danach per URL-Aufruf contao/install die restliche Installation durchführen. Und dabei wird ja erst die Datenbank festgelegt. (?)

    So sieht meine config.yml aus:
    Code:
    framework:
        default_locale: de_DE
    
    swiftmailer:
        transport: '%mailer_transport%'
        host:      '%mailer_host%'
        username:  '%mailer_user%'
        password:  '%mailer_password%'
    
    # Doctrine configuration
    doctrine:
        dbal:
            default_connection: default
            connections:
                default:
                    driver:   pdo_mysql
                    host:     "%database_host%"
                    port:     "%database_port%"
                    user:     "%database_user%"
                    password: "%database_password%"
                    dbname:   "%database_name%"
                    charset:  UTF8
        orm:
            entity_managers:
                default:
                    mappings:
    #                  DigenioThemeBundle: ~
    Könnte das Problem an diesen %%-Placeholdern liegen? Die werden ja dann erst durch die parameters.yml gefüllt, die wiederum während contao/install angelegt wird.

    In der Kurz-Doku zum Contao Polyfill Bundle steht, dass man mit dem Eintrag

    cca_polyfill49:
    migration: false

    in der config.yml das Feature abschalten kann. Das war entsprechend nun mein nächster Versuch, aber dann spuckt es eine neue Fehlermeldung:

    There is no extension able to load the configuration for "cca_polyfill49" (in C:\Users\Public\Projekte\testgfgf/app/config/config.yml). Looked for namespace "cca_polyfill49", found "knp_menu", "knp_time", "header_replay", ... etc.

    Ich möchte jetzt nicht noch ein Baustelle aufreißen, aber falls das mein Problem löst, nehme ich natürlich auch gern Tipps an, wie ich diesen Parameter zum Laufen bekomme...

  18. #18
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    @Trichter: PM geschrieben

  19. #19
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    wenn Du ein Issue auf Github aufmachst, das bitte sowohl hier https://github.com/MetaModels/core/issues/1376 als auch den Thread auf Github verlinken...

  20. #20
    Contao-Nutzer
    Registriert seit
    13.03.2019.
    Beiträge
    40

    Standard

    Erst einmal Danke nochmal an den netten Hilfesteller am Telefon. @baumannsven

    Der Grund für den Fehler scheint tatsächlich zu sein, dass neuerdings eine parameters.yml samt schon vorhandener Datenbank von Metamodels erwartet wird.
    Bei unserem git repo, dass ich zur Contao Installation auf den Server klone, ist keine parameters.yml enthalten. (die wurde dann am Schluss erst mit contao/install erzeugt) Das war bisher kein Problem, und ist es auch weiterhin nicht, wenn ich kein Metamodels mitinstalliere.

    Das macht den Deployment-Vorgang natürlich in Zukunft etwas zäher, wenn ich auf dem Server erst die parameters.yml umschreiben muss, aber grundsätzlich weiß ich jetzt erstmal, wie ich das Problem umgehen kann.
    Vielen Dank für's Mitüberlegen.

    P.S. und bevor die nächste Ermahnung kommt, aus logistischen Gründen kann ich die entsprechende Erklärung erst in den github-Issue schreiben, wenn ich heute nachmittag wieder zu hause bin...
    Geändert von Trichter (10.03.2020 um 11:51 Uhr)

  21. #21
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.682
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Trichter Beitrag anzeigen
    Das macht den Deployment-Vorgang natürlich in Zukunft etwas zäher, wenn ich auf dem Server erst die parameters.yml umschreiben muss, aber grundsätzlich weiß ich jetzt erstmal, wie ich das Problem umgehen kann.
    m.E. kannst Du je nach Umgebung automatisch die Parameter laden lassen

  22. #22
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Das ist meines Erachtens ein Bug. Wenn ich eine neue Installation eines Projekts aufsetze habe ich ja unter Umständen noch keine konfigurierte Datenbank.

  23. #23

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
  •