Contao-Camp 2024
Ergebnis 1 bis 31 von 31

Thema: Installtoolfehler nach Theme import

  1. #1
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard Installtoolfehler nach Theme import

    Hi,
    ich bekomme diesen Fehler, wenn ich das Installtool aufrufe.

    Code:
    [2019-01-02 15:11:38] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'usr_p468801_1' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []
    Ich vermute, dass es was mit dem Import eines neuen Themes zu tun hat, kann es aber nicht mit Bestimmtheit sagen. Ich kann mit der Fehlermeldung leider wenig anfangen. Nur dass der Fehler bei einem Select auf die tl_layout passiert.

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

    Standard

    Generell gilt: bei Problemen immer zuerst alle Pakete aktualisieren - oder zumindest Contao auf den neuesten Stand bringen.

  3. #3
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Das hat leider nicht funktioniert. Ich kann die Updates auch nicht abschließen, da ich nicht in das Installtool komme.

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

    Support Contao

    Standard

    Welche Fehlermeldung erhältst Du? Du hast zuvor auch tatsächlich alle (!) Pakete aktualisiert?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Ja es wurden alle Pakete aktualisiert so weit es geht. Wie gesagt ich kann das Installtool nicht aufrufen um die Updates abzuschließen.

    Die Meldung im Browser sagt einfach nur, dass ein Fehler aufgetreten ist und man in den logs nachschauen soll.

    Die Logs habe ich oben auch gepostet:
    Code:
    [2019-01-03 13:35:27] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"https://local.localbranding.shop/contao/install","method":"HEAD"} []
    [2019-01-03 13:35:27] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"https://local.localbranding.shop/contao/install","method":"GET"} []
    [2019-01-03 13:35:27] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'usr_p468801_1' AND TABLE_NAME = 'tl_layout' ORDER BY ORDINAL_POSITION ASC AND COLUMN_NAME = 'sections'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND COLUMN_NAME = 'sections'' at line 1 at /html/contao/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} []

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

    Support Contao

    Standard

    Kannst Du bitte Deine composer.json posten?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  7. #7
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6 || ^7.0",
            "codefog/contao-news_categories": "^3.0",
            "codefog/contao-widget_tree_picker": "^2.4",
            "contao/calendar-bundle": "^4.4",
            "contao/comments-bundle": "^4.4",
            "contao/faq-bundle": "^4.4",
            "contao/listing-bundle": "^4.4",
            "contao/manager-bundle": "4.4.*",
            "contao/news-bundle": "^4.4",
            "contao/newsletter-bundle": "^4.4",
            "delahaye/dlh_geocode": "^1.1",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-pdfforms-bundle": "^1.4",
            "fritzmg/contao-sharebuttons": "^2.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0",
            "leadingsystems/contao-merconis": "^4.0",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-icon-picker": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "menatwork/contao-multicolumnwizard": "^3.3",
            "terminal42/contao-ce-access": "^2.0",
            "terminal42/notification_center": "1.4.1"
        },
        "conflict": {
            "contao-components/installer": "<1.3",
            "contao/core-bundle": "<4.4.8"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            },
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }

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

    Support Contao

    Standard

    Wird Dir im Contao Backend (ganz unten links) die Version 4.4.32 angezeigt?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  9. #9
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Nein 4.4.26.

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

    Support Contao

    Standard

    Entweder hast Du die Paketaktualisierung nicht vollständig ausgeführt (über den Button "Pakete aktualisieren" im Contao Manager) oder irgendetwas blockiert das Update auf Contao 4.4.32.

    Wenn Du Shellzugang hast, könntest Du mittels
    Code:
    composer why-not contao/core-bundle:4.4.32
    überprüfen, was genau das Update auf die aktuelle Version verhindert.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  11. #11
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Wie gesagt, konnte ich die Aktualisierung nicht vollständig ausführen, da ich ja das Installtool nicht ausführen kann. Was ja das Problem ist.

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

    Support Contao

    Standard

    Das Contao Installtool hat damit ja erstmal nichts zu tun. Das kommt erst im Anschluss an die Paketaktualisierung ins Spiel. Zunächst müssen die Pakete alle auf die aktuelle Version (derzeit 4.4.32) aktualisiert werden und erst dann wird das Installtool aufgerufen.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

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

    Standard

    Poste die Konsolen Ausgabe der Paket Aktualisierung.

  14. #14
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    @xchs
    "There is no installed package depending on "contao/core-bundle" in versions not matching 4.4.32" Ausgabe von composer why-not contao/core-bundle:4.4.32

    @Spooky
    Code:
    $ /usr/local/bin/php_cli '-q' '/html/contao/web/contao-manager.phar.php' 'composer' 'update' 'codefog/contao-news_categories' 'codefog/contao-widget_tree_picker' 'contao/calendar-bundle' 'contao/comments-bundle' 'contao/faq-bundle' 'contao/listing-bundle' 'contao/manager-bundle' 'contao/news-bundle' 'contao/newsletter-bundle' 'delahaye/dlh_geocode' 'delahaye/dlh_googlemaps' 'do-while/contao-pdfforms-bundle' 'fritzmg/contao-sharebuttons' 'jrgregory/m17-sticky-backend-footer' 'kmielke/calendar-extended-bundle' 'leadingsystems/contao-merconis' 'madeyourday/contao-rocksolid-columns' 'madeyourday/contao-rocksolid-custom-elements' 'madeyourday/contao-rocksolid-icon-picker' 'madeyourday/contao-rocksolid-slider' 'menatwork/contao-multicolumnwizard' 'terminal42/contao-ce-access' 'terminal42/notification_center' '--with-dependencies' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Updating dependencies
    Package operations: 0 installs, 11 updates, 0 removals
      - Downgrading doctrine/dbal (v2.9.2 => v2.8.1): As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' may remediate them.
    Downloading (100%)
      - Updating leafo/scssphp (v0.6.7 => v0.7.7): Downloading (100%)
      - Updating contao/core-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/installation-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/manager-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/calendar-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/comments-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/faq-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/listing-bundle (4.4.26 => 4.4.32): Loading from cache
      - Updating contao/news-bundle (4.4.26 => 4.4.32): Downloading (100%)
      - Updating contao/newsletter-bundle (4.4.26 => 4.4.32): Downloading (100%)
    Writing lock file
    Generating optimized autoload files
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
    
    
     // Warming up the cache for the prod environment with debug                    
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
    
    
     Trying to install assets as relative symbolic links.
    
     --- ----------------------------------- ------------------ 
          Bundle                              Method / Error    
     --- ----------------------------------- ------------------ 
      ?   ContaoCoreBundle                    relative symlink  
      ?   ContaoFaqBundle                     relative symlink  
      ?   ContaoNewsBundle                    relative symlink  
      ?   ContaoNewsletterBundle              relative symlink  
      ?   SoftleisterPdfformsBundle           relative symlink  
      ?   LeadingSystemsApiBundle             relative symlink  
      ?   LeadingSystemsDataCollectorBundle   relative symlink  
      ?   LeadingSystemsLSJS4CBundle          relative symlink  
      ?   RockSolidColumnsBundle              relative symlink  
      ?   RockSolidCustomElementsBundle       relative symlink  
      ?   RockSolidIconPickerBundle           relative symlink  
      ?   RockSolidSliderBundle               relative symlink  
      ?   CodefogNewsCategoriesBundle         relative symlink  
      ?   ContaoCalendarBundle                relative symlink  
      ?   ContaoCommentsBundle                relative symlink  
      ?   CalendarExtendedBundle              relative symlink  
      ?   LeadingSystemsMerconisBundle        relative symlink  
     --- ----------------------------------- ------------------ 
    
     [OK] All assets were successfully installed.                                   
    
    Added the system/initialize.php file.
    Symlinked the system/config/tcpdf.php file.
    
     --- ----------------------------------------------- ---------------------------------------------------------------- 
          Symlink                                         Target / Error                                                  
     --- ----------------------------------------------- ---------------------------------------------------------------- 
      !   web/files/content/System                        Skipped because files/content will be symlinked.                
      !   web/files/theme_lb_demoshop/css                 Skipped because files/theme_lb_demoshop will be symlinked.      
      ?   web/files/merconisfiles                         files/merconisfiles                                             
      ?   web/files/content                               files/content                                                   
      ?   web/files/theme_lb_demoshop                     files/theme_lb_demoshop                                         
      ?   web/system/modules/notification_center/assets   system/modules/notification_center/assets                       
      ?   web/system/modules/leads/assets                 system/modules/leads/assets                                     
      ?   web/system/modules/m17StickyBEFooter/assets     system/modules/m17StickyBEFooter/assets                         
      ?   web/system/modules/haste/assets                 system/modules/haste/assets                                     
      ?   web/system/modules/sharebuttons/assets          system/modules/sharebuttons/assets                              
      ?   web/system/modules/dcawizard/assets             system/modules/dcawizard/assets                                 
      ?   web/system/modules/widget_tree_picker/public    system/modules/widget_tree_picker/public                        
      ?   web/system/modules/widget_tree_picker/assets    system/modules/widget_tree_picker/assets                        
      ?   web/system/modules/multicolumnwizard/html       system/modules/multicolumnwizard/html                           
      ?   web/system/modules/dlh_googlemaps/assets        system/modules/dlh_googlemaps/assets                            
      ?   system/themes/flexible                          vendor/contao/core-bundle/src/Resources/contao/themes/flexible  
      ?   web/assets                                      assets                                                          
      ?   web/system/themes                               system/themes                                                   
      ?   system/logs                                     var/logs                                                        
     --- ----------------------------------------------- ---------------------------------------------------------------- 
    
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    ---
    
    ### Task completed successfully ###
    Konsolen Ausgabe von "Update Packages"

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

    Support Contao

    Standard

    Bist Du jetzt auf Version 4.4.32 oder immer noch nicht?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  16. #16
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Jo,
    jetzt hat sich die Version geändert. Gibt es einen Unterschied zwischen "Update Packages" und die Pakete einzelnd anzuklicken? Installtool funktioniert allerdings immernoch nicht.

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

    Support Contao

    Standard

    Eine vollständige Paketaktualisierung würde ich immer über "Pakete aktualisieren" bzw. "Update Packages" machen.

    Hat sich an der Fehlermeldung etwas geändert, die Du im Contao Installtool nun erhältst?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  18. #18
    Alter Contao-Hase Avatar von bizon
    Registriert seit
    16.06.2010.
    Beiträge
    1.123

    Standard

    Die Konsonlenausgabe der Paketaktualisierungen sagt dir, dass du ein Problem mit den Symlinks hast.
    Code:
     --- ----------------------------------------------- ---------------------------------------------------------------- 
          Symlink                                         Target / Error                                                  
     --- ----------------------------------------------- ---------------------------------------------------------------- 
      !   web/files/content/System                        Skipped because files/content will be symlinked.                
      !   web/files/theme_lb_demoshop/css                 Skipped because files/theme_lb_demoshop will be symlinked.
    Kann es sein, dass du die Themeordner nach web/files kopiert hast anstatt nach files?

    Auch alle anderen Symlinks konnten nicht angelegt werden (zeigt das Fragezeichen vor den entsprechenden Meldungen).

  19. #19
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Ich habe Themeimport benutzt. Und die Templates sind auch im richtigen Ordner. ("templates")

  20. #20
    Alter Contao-Hase Avatar von bizon
    Registriert seit
    16.06.2010.
    Beiträge
    1.123

    Standard

    Naja, die von mir zitierte Meldung sagt auch, dass theme-dateien in files sein müssten. Liest du das nicht?
    Falls die genannten Ordner richtig in files liegen, dann müssen diese auch in der Dateiverwaltung veröffentlicht werden. Ist das der Fall?

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

    Support Contao

    Standard

    Wie schaut es damit aus?

    Zitat Zitat von xchs Beitrag anzeigen
    Hat sich an der Fehlermeldung etwas geändert, die Du im Contao Installtool nun erhältst?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  22. #22
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    Ja die Dateien in Files sind da richtig und auch Öfferntlich.
    Und die Fehlermeldung hat sich nicht geändert. Im Log steht auch das selbe.

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

    Standard

    Welche Contao Version wird dir nun im Contao Manager so wie im Contao Backend angezeigt?

  24. #24
    Contao-Nutzer
    Registriert seit
    28.11.2018.
    Beiträge
    61

    Standard

    4.4.32

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

    Standard

    Öffne das Contao Install Tool über die app_dev.php (example.org/app_dev.php/contao/install) und poste den kompletten Stack Trace der Fehlermeldung.

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

    Support Contao

    Standard

    Im Zweifel könntest Du auch mal Deine composer.lock z. B. in composer.lock.bak umbenennen und anschließend mittels Contao Manager und "Update Packages" die Abhängigkeiten nochmals komplett neu auflösen lassen.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

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

    Standard Install Fehler

    Hallo

    Ich habe eine 4.7.7 Installtion und wolte eine cto Template hochladen wo ich von der alten Page herunter geladen habe.

    Beim Import habe ich den fehler gemäss Bild.
    Code ist von logs.. ->
    Kann mir da evt. einer helfen? Danke



    Code:
    [2019-07-19 16:15:18] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "The installation has not been completed. Open the Contao install tool to continue." at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): The installation has not been completed. Open the Contao install tool to continue. at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\IncompleteInstallationException(code: 0): The installation has not been completed. Open the Contao install tool to continue. at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:356)"} []
    [2019-07-19 16:15:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 113 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:113, Doctrine\\DBAL\\Driver\\PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:50, PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:46)"} []
    [2019-07-19 16:23:05] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /contao-manager/users.json\" (from \"https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD /contao-manager/users.json HTTP/2.0\r\nAccept:           application/vnd.t42.header-replay\r\nAccept-Encoding:  gzip, deflate, br\r\nAccept-Language:  de,en-US;q=0.7,en;q=0.3\r\nCookie:           _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:             vpix-rack1.visualpix.ch\r\nReferer:          https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\r\nTe:               trailers\r\nUser-Agent:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:   1\r\nX-Requested-With: XMLHttpRequest\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:05] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contao-manager/users.json\" (from \"https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao-manager/users.json HTTP/2.0\r\nAccept:               application/json, text/plain, */*\r\nAccept-Encoding:      gzip, deflate, br\r\nAccept-Language:      de,en-US;q=0.7,en;q=0.3\r\nCookie:               _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:            for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                 vpix-rack1.visualpix.ch\r\nReferer:              https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\r\nSurrogate-Capability: symfony=\"ESI/1.0\"\r\nTe:                   trailers\r\nUser-Agent:           Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:      84.72.38.193\r\nX-Php-Ob-Level:       1\r\nX-Requested-With:     XMLHttpRequest\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:22] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /contao-\" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD /contao- HTTP/2.0\r\nAccept:                    application/vnd.t42.header-replay\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:                      vpix-rack1.visualpix.ch\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:22] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contao-\" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao- HTTP/2.0\r\nAccept:                    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:                 for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                      vpix-rack1.visualpix.ch\r\nSurrogate-Capability:      symfony=\"ESI/1.0\"\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:           84.72.38.193\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:29:29] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /\" (from \"https://vpix-rack1.visualpix.ch/contao/preview\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD / HTTP/2.0\r\nAccept:                    application/vnd.t42.header-replay\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:                      vpix-rack1.visualpix.ch\r\nReferer:                   https://vpix-rack1.visualpix.ch/contao/preview\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:29:29] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"https://vpix-rack1.visualpix.ch/contao/preview\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET / HTTP/2.0\r\nAccept:                    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:                 for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                      vpix-rack1.visualpix.ch\r\nReferer:                   https://vpix-rack1.visualpix.ch/contao/preview\r\nSurrogate-Capability:      symfony=\"ESI/1.0\"\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:           84.72.38.193\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:15:18] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "The installation has not been completed. Open the Contao install tool to continue." at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): The installation has not been completed. Open the Contao install tool to continue. at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\IncompleteInstallationException(code: 0): The installation has not been completed. Open the Contao install tool to continue. at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:356)"} []
    [2019-07-19 16:15:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 113 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:113, Doctrine\\DBAL\\Driver\\PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:50, PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:46)"} []
    [2019-07-19 16:23:05] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /contao-manager/users.json\" (from \"https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD /contao-manager/users.json HTTP/2.0\r\nAccept:           application/vnd.t42.header-replay\r\nAccept-Encoding:  gzip, deflate, br\r\nAccept-Language:  de,en-US;q=0.7,en;q=0.3\r\nCookie:           _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:             vpix-rack1.visualpix.ch\r\nReferer:          https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\r\nTe:               trailers\r\nUser-Agent:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:   1\r\nX-Requested-With: XMLHttpRequest\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:05] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contao-manager/users.json\" (from \"https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao-manager/users.json HTTP/2.0\r\nAccept:               application/json, text/plain, */*\r\nAccept-Encoding:      gzip, deflate, br\r\nAccept-Language:      de,en-US;q=0.7,en;q=0.3\r\nCookie:               _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:            for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                 vpix-rack1.visualpix.ch\r\nReferer:              https://vpix-rack1.visualpix.ch/contao-manager.phar.php/\r\nSurrogate-Capability: symfony=\"ESI/1.0\"\r\nTe:                   trailers\r\nUser-Agent:           Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:      84.72.38.193\r\nX-Php-Ob-Level:       1\r\nX-Requested-With:     XMLHttpRequest\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:22] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /contao-\" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD /contao- HTTP/2.0\r\nAccept:                    application/vnd.t42.header-replay\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:                      vpix-rack1.visualpix.ch\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:23:22] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contao-\" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao- HTTP/2.0\r\nAccept:                    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:                 for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                      vpix-rack1.visualpix.ch\r\nSurrogate-Capability:      symfony=\"ESI/1.0\"\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:           84.72.38.193\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:29:29] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /\" (from \"https://vpix-rack1.visualpix.ch/contao/preview\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nHEAD / HTTP/2.0\r\nAccept:                    application/vnd.t42.header-replay\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nHost:                      vpix-rack1.visualpix.ch\r\nReferer:                   https://vpix-rack1.visualpix.ch/contao/preview\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2019-07-19 16:29:29] request.CRITICAL: Uncaught PHP Exception Contao\CoreBundle\Exception\InternalServerErrorHttpException: "No root page found" at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 110 {"exception":"[object] (Contao\\CoreBundle\\Exception\\InternalServerErrorHttpException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:110, Contao\\CoreBundle\\Exception\\NoRootPageFoundException(code: 0): No root page found at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:59, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"https://vpix-rack1.visualpix.ch/contao/preview\") at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony/http-kernel/EventListener/RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET / HTTP/2.0\r\nAccept:                    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Encoding:           gzip, deflate, br\r\nAccept-Language:           de,en-US;q=0.7,en;q=0.3\r\nCookie:                    _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\nForwarded:                 for=\"84.72.38.193\";host=\"vpix-rack1.visualpix.ch\";proto=https\r\nHost:                      vpix-rack1.visualpix.ch\r\nReferer:                   https://vpix-rack1.visualpix.ch/contao/preview\r\nSurrogate-Capability:      symfony=\"ESI/1.0\"\r\nTe:                        trailers\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent:                Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0\r\nX-Forwarded-For:           84.72.38.193\r\nX-Php-Ob-Level:            1\r\nCookie: _ga=GA1.2.937320323.1541094119; PHPSESSID=ma28n53uqs8eu28o2d45jrtr3eke8b7o; csrf_https-contao_csrf_token=C9D9plfmxGv-BSBhRkBR1RpBRtSAIt2oyNkPkZT1tR0; BE_PAGE_OFFSET=0\r\n\r\n at /home/visualpi/www/vpix-rack1/contao_4_7_y/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    Angehängte Grafiken Angehängte Grafiken
    Geändert von MacPix (19.07.2019 um 19:31 Uhr)

  28. #28
    Contao-Fan Avatar von Fachinger
    Registriert seit
    24.04.2016.
    Ort
    Limburg
    Beiträge
    308

    Standard

    Ruf das Install-Tool auf und aktualisiere die Datenbank.

    Gesendet von meinem CLT-L29 mit Tapatalk

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

    Standard

    Das habe ich versucht die ist aktuell oder besser es hat nichts zu aktualisieren.

    Was mir aufgefalle ist auf einmal kann ich bei keiner websiite das .cto einspielen.
    Browser habe ich alles geleert und verschiedene benutzt. Leider ohne Erfolg.
    Auch bei vorhandenen websiet wo ich das konne gehts nicht mehr.. kann das an neuste contao version liegen?



    Sent from my iPhone using Tapatalk

  30. #30
    Contao-Fan Avatar von Fachinger
    Registriert seit
    24.04.2016.
    Ort
    Limburg
    Beiträge
    308

    Standard

    Stammt das Template von einer gleichen Version?
    Sind alle Erweiterungen installiert?
    Anwendubgscache gelöscht?

    Gesendet von meinem CLT-L29 mit Tapatalk

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

    Standard

    Alles ja alles gleich
    Eigntlich sollte es auch gehen wenn das nicht so were. ich habe früher schon raufgeladen wenn diese sachen nicht überein stammten..




    Sent from my iPhone using Tapatalk

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
  •