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

Thema: Update 4.8.x auf 4.9.x · best practice

  1. #1
    Contao-Fan
    Registriert seit
    05.05.2011.
    Beiträge
    860

    Standard Update 4.8.x auf 4.9.x · best practice

    Ist es in Anbetracht der vielen neuen Features und den damit verbundenen Änderungen von Ordnern und Dateien sinnvoll:

    1. statt eines Updates die Version 4.9 komplett neu zu installieren und dann lediglich die bestehenden files- und template-Ordner zu übertragen und die bestehenden Datenbankinhalte zu importieren (was je nach Hoster ja sehr schnell erledigt ist)
    2. oder sind die erforderlichen Anpassungen so wenige dass das Update schneller wie gewohnt via Console oder den CM durchgeführt werden kann?

    Was wäre bei einem Update (ohne Erweiterungen) mit Weg 2 alles zu tun? Gibt es da schon eine Zusammenstellung? Danke für eure Tipps und Hinweise!

    ( Weg 1 hat natürlich den charmanten Nebeneffekt, dass das Livesystem so lange unangetastet bleibt bis alles passt :-) )
    Geändert von 3dr (19.02.2020 um 12:36 Uhr)

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

    Standard

    Eine Neuinstallation bei einem Minor Update sollte nie notwendig sein.

  3. #3
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Moin,

    ich klinke mich mal hier ein. Ich habe heute versucht zwei Installationen von 4.8.8 auf 4.9.x zu heben. Dazu habe ich wie gewohnt bei Contao Core von 4.8.* auf 4.9.x gestellt und dann alle Pakete aktualisiert. Leider bricht die ganze Aktion ab.

    Bei der anderen Installation meckert er ce-access an
    Code:
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/v109489/mediastuffV5/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction
    
    
    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed
    
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/v109489/mediastuffV5/web/contao-manager.phar.php composer update contao/manager-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
    
      Problem 1
        - contao/core-bundle 4.9.0 requires terminal42/escargot ^0.5.1 -> satisfiable by terminal42/escargot[0.5.1].
        - contao/manager-bundle 4.9.0 requires contao/core-bundle 4.9.0 -> satisfiable by contao/core-bundle[4.9.0].
        - Installation request for contao/manager-bundle 4.9.* -> satisfiable by contao/manager-bundle[4.9.0].
        - Conclusion: remove symfony/css-selector v5.0.4
        - Conclusion: don't install symfony/css-selector v5.0.4
        - terminal42/escargot 0.5.1 requires symfony/css-selector ^4.3 -> satisfiable by symfony/css-selector[v4.3.0, v4.3.1, v4.3.10, v4.3.11, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.1, v4.4.2, v4.4.3, v4.4.4].
        - Can only install one of: symfony/css-selector[v4.3.0, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.1, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.10, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.11, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.2, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.3, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.4, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.5, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.6, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.7, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.8, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.9, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.0, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.1, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.2, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.3, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.4, v5.0.4].
        - Installation request for symfony/css-selector (locked at v5.0.4) -> satisfiable by symfony/css-selector[v5.0.4].
    
    
    Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
    
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins


    Code:
    {
        "type": "project",
        "require": {
            "codefog/contao-cookiebar": "^2.1",
            "contao/conflicts": "*@dev",
            "contao/manager-bundle": "4.8.*",
            "do-while/contao-backupdb-bundle": "^1.3",
            "heimrichhannot/contao-teaser-bundle": "^0.2.1",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/notification_center": "^1.5"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Geändert von Kahmoon (19.02.2020 um 06:33 Uhr)

  4. #4
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.466
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Das hatte ich genau so auch gestern.

    Ich hatte dann ce-access und das SEO SERO Bundle gelöscht; dann ging das Update auf 4.9.0.
    Seitdem klemmt es anderswo…

    Wir sammeln
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

  5. #5
    Contao-Fan Avatar von Nightwing
    Registriert seit
    29.05.2013.
    Beiträge
    436

    Standard

    Zur Abwechslung eine funktionierende Konfiguration:
    Code:
    {
        "type": "project",
        "require": {
            "php": "^7.1",
            "cliffparnitzky/tiny-mce-code-mirror": "^1.1",
            "cliffparnitzky/tiny-mce-colorpicker": "^1.1",
            "cliffparnitzky/tiny-mce-context-menu": "^2.1",
            "cliffparnitzky/tiny-mce-horizontal-ruler": "^1.1",
            "cliffparnitzky/tiny-mce-image-enhancement": "^1.0",
            "cliffparnitzky/tiny-mce-insert-date-time": "^2.1",
            "cliffparnitzky/tiny-mce-link-auto-detect": "^2.1",
            "cliffparnitzky/tiny-mce-link-lightbox": "^1.0",
            "cliffparnitzky/tiny-mce-pagebreak": "^2.1",
            "cliffparnitzky/tiny-mce-plugin-loader": "^2.1",
            "cliffparnitzky/tiny-mce-strikethrough": "^2.0",
            "cliffparnitzky/tiny-mce-text-color": "^1.1",
            "cliffparnitzky/tiny-mce-underline": "^1.0",
            "cliffparnitzky/tiny-mce-word-count": "^2.1",
            "cliffparnitzky/user-member-bridge": "^1.2",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "felixpfeiffer/subcolumns": "^3.1",
            "inspiredminds/contao-sibling-navigation": "^1.1",
            "markocupic/gallery-creator-bundle": "^1.2",
            "martin-kozianka/contao-timetags": "^1.0"
        },
        "extra": {
            "contao-component-dir": "assets",
            "symfony": {
                "require": "^4.2"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        },
        "conflict": {
            "contao-components/installer": "<1.3",
            "doctrine/dbal": "2.9.1 || 2.9.2"
        }
    }
    ToM

  6. #6
    Contao-Fan Avatar von Birden
    Registriert seit
    15.01.2011.
    Beiträge
    768

    Standard

    Bei mir ging von 4.8.x auf 4.9.x problemlos

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

    Standard

    Zitat Zitat von Kahmoon Beitrag anzeigen
    Moin,

    ich klinke mich mal hier ein. Ich habe heute versucht zwei Installationen von 4.8.8 auf 4.9.x zu heben. Dazu habe ich wie gewohnt bei Contao Core von 4.8.* auf 4.9.x gestellt und dann alle Pakete aktualisiert. Leider bricht die ganze Aktion ab.

    Bei der anderen Installation meckert er ce-access an
    Code:
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/v109489/mediastuffV5/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction
    
    
    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed
    
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/v109489/mediastuffV5/web/contao-manager.phar.php composer update contao/manager-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
    
      Problem 1
        - contao/core-bundle 4.9.0 requires terminal42/escargot ^0.5.1 -> satisfiable by terminal42/escargot[0.5.1].
        - contao/manager-bundle 4.9.0 requires contao/core-bundle 4.9.0 -> satisfiable by contao/core-bundle[4.9.0].
        - Installation request for contao/manager-bundle 4.9.* -> satisfiable by contao/manager-bundle[4.9.0].
        - Conclusion: remove symfony/css-selector v5.0.4
        - Conclusion: don't install symfony/css-selector v5.0.4
        - terminal42/escargot 0.5.1 requires symfony/css-selector ^4.3 -> satisfiable by symfony/css-selector[v4.3.0, v4.3.1, v4.3.10, v4.3.11, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.1, v4.4.2, v4.4.3, v4.4.4].
        - Can only install one of: symfony/css-selector[v4.3.0, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.1, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.10, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.11, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.2, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.3, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.4, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.5, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.6, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.7, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.8, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.3.9, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.0, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.1, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.2, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.3, v5.0.4].
        - Can only install one of: symfony/css-selector[v4.4.4, v5.0.4].
        - Installation request for symfony/css-selector (locked at v5.0.4) -> satisfiable by symfony/css-selector[v5.0.4].
    
    
    Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
    
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins


    Code:
    {
        "type": "project",
        "require": {
            "codefog/contao-cookiebar": "^2.1",
            "contao/conflicts": "*@dev",
            "contao/manager-bundle": "4.8.*",
            "do-while/contao-backupdb-bundle": "^1.3",
            "heimrichhannot/contao-teaser-bundle": "^0.2.1",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/notification_center": "^1.5"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Du musst alle Pakete zum Update markieren, oder unter Wartung bei "Abhängigkeiten installieren" ein composer update durchführen.

  8. #8
    Contao-Nutzer Avatar von Der Astronaut
    Registriert seit
    20.07.2012.
    Ort
    Weltall
    Beiträge
    241

    Standard

    Mein Update (4.8.8 auf 4.9) brach auch ab:

    Code:
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/w012345/contao/web/contao-manager.phar.php composer require contao/manager-bundle=4.9.* contao/news-bundle=4.9.* contao/calendar-bundle=4.9.* contao/faq-bundle=4.9.* contao/comments-bundle=4.9.* contao/newsletter-bundle=4.9.* contao/listing-bundle=4.9.* --no-suggest --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    
    /www/htdocs/w012345/contao/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/w012345/contao/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction
    
    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v2.2.4
    
    # Job ID w5vvRqFWdtQ8jTt7a9L3GsqEy5rmlNRvObKu2D8ncahh7UYUMO2Gu1YSKhnqk2SZvs1ecOHQKWIOGcLRYq95ULye9uruiYawAjNAdVE completed in 172 seconds
    # Memory usage: 432.86MB (peak: 1989.43MB), time: 171.32s.
    
    $ /usr/bin/php73 -q -d memory_limit=-1 /www/htdocs/w012345/contao/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    ocramius/package-versions: Generating version class...
    ocramius/package-versions: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    Added the web/preview.php file.
    Added the web/index.php file.
    Added the web/app.php file.
    
     // 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                                                                       
    
    09:18:14 ERROR     [console] Error thrown while running command "cache:warmup --env=prod". Message: "Class 'tl_settings' not found" ["exception" => Error { …},"command" => "cache:warmup --env=prod","message" => "Class 'tl_settings' not found"]
    
    In tl_settings.php line 175:
                                                                        
      Attempted to load class "tl_settings" from the global namespace.  
      Did you forget a "use" statement?                                 
                                                                        
    
    cache:warmup [--no-optional-warmers] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--] <command>
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 15 installs, 46 updates, 8 removals
      - Removing ralouphie/getallheaders (3.0.3)
      - Removing oyejorge/less.php (v1.7.0.14)
      - Removing league/uri-manipulations (1.5.0)
      - Removing league/uri (5.3.0)
      - Removing guzzlehttp/psr7 (1.6.1)
      - Removing guzzlehttp/promises (v1.3.1)
      - Removing guzzlehttp/guzzle (6.5.2)
      - Removing php-http/guzzle6-adapter (v1.1.1)
      - Updating symfony/yaml (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/mime (v4.4.4 => v5.0.4): Downloading (100%)
      - Updating symfony/http-foundation (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/event-dispatcher (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/var-dumper (v4.3.11 => v4.4.4): Downloading (100%)
      - Installing symfony/error-handler (v4.4.4): Downloading (100%)
      - Updating symfony/http-kernel (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/service-contracts (v1.1.8 => v2.0.1): Downloading (100%)
      - Updating symfony/dependency-injection (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/filesystem (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/config (v4.3.11 => v4.4.4): Downloading (100%)
      - Installing symfony/http-client-contracts (v2.0.1): Downloading (100%)
      - Installing symfony/http-client (v4.4.4): Downloading (100%)
      - Installing psr/http-client (1.0.0): Downloading (100%)
      - Updating php-http/httplug (v1.1.0 => 2.1.0): Downloading (100%)
      - Updating php-http/client-common (1.10.0 => 2.1.0): Downloading (100%)
      - Installing wikimedia/less.php (1.8.2): Downloading (100%)
      - Installing webignition/disallowed-character-terminated-string (2.0): Downloading (100%)
      - Installing webignition/robots-txt-file (3.0): Downloading (100%)
      - Installing symfony/dom-crawler (v4.4.4): Downloading (100%)
      - Installing symfony/css-selector (v4.4.4): Downloading (100%)
      - Installing psr/http-factory (1.0.1): Downloading (100%)
      - Installing nyholm/psr7 (1.2.1): Downloading (100%)
      - Installing terminal42/escargot (0.5.1): Downloading (100%)
      - Updating symfony/translation-contracts (v1.1.7 => v2.0.1): Downloading (100%)
      - Updating symfony/twig-bundle (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/translation (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/property-access (v4.4.4 => v5.0.4): Downloading (100%)
      - Updating symfony/security (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/security-bundle (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/routing (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/process (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/monolog-bridge (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/lock (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/finder (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/var-exporter (v4.4.4 => v5.0.4): Downloading (100%)
      - Updating symfony/cache-contracts (v1.1.7 => v2.0.1): Downloading (100%)
      - Updating symfony/cache (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/framework-bundle (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/expression-language (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/console (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/asset (v4.3.11 => v4.4.4): Downloading (100%)
      - Installing ramsey/uuid (3.9.2): Downloading (100%)
      - Updating knplabs/knp-time-bundle (v1.10.0 => v1.11.0): Downloading (100%)
      - Installing dragonmantank/cron-expression (v2.3.0): Downloading (100%)
      - Updating symfony/doctrine-bridge (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating contao/core-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/calendar-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/comments-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/faq-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/listing-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating symfony/web-profiler-bundle (v4.3.11 => v4.4.4): Downloading (100%)
      - Installing symfony/stopwatch (v4.4.4): Downloading (100%)
      - Updating symfony/proxy-manager-bridge (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/dotenv (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating symfony/debug-bundle (v4.3.11 => v4.4.4): Downloading (100%)
      - Updating contao/installation-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/manager-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/news-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/newsletter-bundle (4.8.8 => 4.9.0): Downloading (100%)
      - Updating contao/conflicts (dev-master 87a1566 => dev-master ba331b1)
    Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead.
    Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead.
    Generating optimized autoload files
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 88:
                                                                                   
      An error occurred while executing the "cache:warmup" command: 09:18:14 ERRO  
      R     [console] Error thrown while running command "cache:warmup --env=prod  
      ". Message: "Class 'tl_settings' not found" ["exception" => Error { …},"com  
      mand" => "cache:warmup --env=prod","message" => "Class 'tl_settings' not fo  
      und"]                                                                        
                                                                                   
      In tl_settings.php line 175:                                                 
                                                                                   
        Attempted to load class "tl_settings" from the global namespace.           
        Did you forget a "use" statement?                                          
                                                                                   
                                                                                   
      cache:warmup [--no-optional-warmers] [-h|--help] [-q|--quiet] [-v|vv|vvv|--  
      verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--en  
      v ENV] [--] <command>                                                        
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### Der Hintergrundprozess wurde unerwartet beendet ###

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

    Standard

    Du hast eine Extension installiert, die sich darauf verlässt, dass es die "tl_settings" Klasse noch gibt. Die gibt es aber in Contao 4.9 nicht mehr.

  10. #10
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.466
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Da hänge ich mich mit dem Ticket zu OMOSde/contao-om-backend dran; da wird auch tl_settings moniert.

    https://github.com/OMOSde/contao-om-backend/issues/49
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

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

    Standard

    Zitat Zitat von planepix Beitrag anzeigen
    Da hänge ich mich mit dem Ticket zu OMOSde/contao-om-backend dran; da wird auch tl_settings moniert.

    https://github.com/OMOSde/contao-om-backend/issues/49
    Hm, nein dort lautet der Fehler:
    Code:
    Compile Error: Cannot declare class tl_settings_om_backend, because the name is already in use
    Später schreibst du auch von einem tl_settings Error, aber grundsätzlich sind das zwei verschiedene Fehler.

  12. #12
    Contao-Fan Avatar von elwega
    Registriert seit
    15.09.2009.
    Ort
    Black Forest
    Beiträge
    550

    Standard

    Kleine Info zum Update, vielleicht hilft es dem ein oder anderen.
    Der erste Update- Versuch schlug fehl.
    Dann in der composer json 4.8 durch 4.9 ersetzt und das Update lief durch.
    Das FE war da
    Das BE nicht erreichbar.
    Die MarketingSuite entfernt.
    Das BE wieder da.
    Dateiverwaltung macht dann den Fehler:
    The Y coordinate plus the height must not be greater than 1
    Dann das: https://community.contao.org/de/show...l=1#post517364
    gemacht.
    Dateiverwaltung funktioniert wieder.
    Contao 4.9 läuft wie geschmiert.
    Danke allen die das möglich machen!
    Geändert von elwega (19.02.2020 um 10:09 Uhr)
    Beste Grüße
    Wenn der Reiter nichts taugt, ist das Pferd schuld.

  13. #13
    Contao-Nutzer Avatar von Der Astronaut
    Registriert seit
    20.07.2012.
    Ort
    Weltall
    Beiträge
    241

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast eine Extension installiert, die sich darauf verlässt, dass es die "tl_settings" Klasse noch gibt. Die gibt es aber in Contao 4.9 nicht mehr.
    Danke Spooky! Lag an der Erweiterung hschottm/tags. Nach der Deinstallation lief das Update auf 4.9 ohne Probleme durch.

  14. #14
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du musst alle Pakete zum Update markieren, oder unter Wartung bei "Abhängigkeiten installieren" ein composer update durchführen.
    Ich habe alle Pakete sogar von Hand noch auf aktualisieren gesetzt.

    Abhängikeiten via Wartung (Contao Manager) hat nichts geholfen.

    Frontend is down. Backend geht.

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

    Standard

    Und was für ein Fehler tritt im Frontend auf?

  16. #16
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Er meckert Schreibrechte an!?

    (1/1) ErrorException

    Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/tmp/.priv) failed: Permission denied (13)
    in StrictSessionHandler.php line 101
    at StrictSessionHandler->gc(1440)in SessionHandlerProxy.php line 83
    at SessionHandlerProxy->gc(1440)
    at session_start()in NativeSessionStorage.php line 153
    at NativeSessionStorage->start()in Session.php line 57
    at Session->start()in ContaoFramework.php line 180
    at ContaoFramework->setConstants()in ContaoFramework.php line 126
    at ContaoFramework->initialize(true)in LegacyMatcher.php line 59
    at LegacyMatcher->matchRequest(object(Request))in DynamicRouter.php line 271
    at DynamicRouter->matchRequest(object(Request))in ChainRouter.php line 188
    at ChainRouter->doMatch('/de/', object(Request))in ChainRouter.php line 158
    at ChainRouter->matchRequest(object(Request))in RouterListener.php line 114
    at RouterListener->onKernelRequest(object(RequestEvent), 'kernel.request', object(EventDispatcher))in EventDispatcher.php line 298
    at EventDispatcher::Symfony\Component\EventDispatcher \{closure}(object(RequestEvent), 'kernel.request', object(EventDispatcher))in EventDispatcher.php line 260
    at EventDispatcher->doDispatch(array(object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure)), 'kernel.request', object(RequestEvent))in EventDispatcher.php line 235
    at EventDispatcher->callListeners(array(object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure)), 'kernel.request', object(RequestEvent))in EventDispatcher.php line 73
    at EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')in HttpKernel.php line 127
    at HttpKernel->handleRaw(object(Request), 1)in HttpKernel.php line 68
    at HttpKernel->handle(object(Request), 1, true)in Kernel.php line 198
    at Kernel->handle(object(Request))in index.php line 31

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

    Standard

    Lösche mal deine Cookies. Ansonsten wende dich an den Hoster.

  18. #18
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Lösche mal deine Cookies. Ansonsten wende dich an den Hoster.
    Ist leider auf zwei Rechnern so. Vor dem Updateversuch auf 4.9 (welches abgebrochen ist) gab es kein Problem mit dem Ordner. Was genau soll der Hoster hier machen?

  19. #19
    Contao-Fan Avatar von elwega
    Registriert seit
    15.09.2009.
    Ort
    Black Forest
    Beiträge
    550

    Standard

    Was ähnliches hatte ich auch mal. Auf den Webordner war damals kein Zugriff, vermutlich durch irgend welche Uploads durch den FTP Client.
    Prüfe mal mit einem FTP Client die Schreibrechte
    CHMOD vom Web Ordner (und andere) 755
    und für Dateien 644
    Beste Grüße
    Wenn der Reiter nichts taugt, ist das Pferd schuld.

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

    Standard

    Das Problem ist in diesem Fall nicht das web/ Verzeichnis der Contao Installation, sondern der Session Speicherort.

  21. #21
    Contao-Fan
    Registriert seit
    05.05.2011.
    Beiträge
    860

    Standard

    @Kahmonn,
    welcher Hoster ist das bei dir?

  22. #22
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Strato

    Bei All-Inkl lief das Update aber auch ned durch. Zumindest aber ohne das Frontend zu killen

  23. #23
    Contao-Fan Avatar von elwega
    Registriert seit
    15.09.2009.
    Ort
    Black Forest
    Beiträge
    550

    Standard

    ok Post 16 2 Zeile, richtig lesen hilft
    Check mal die json
    die Zeile : "contao/conflicts": "@dev",
    und
    Code:
        "extra": {
            "contao-component-dir": "assets",
    		        "symfony": {
                "require": "^4.4"
            }
        },
    Geändert von elwega (19.02.2020 um 13:26 Uhr)
    Beste Grüße
    Wenn der Reiter nichts taugt, ist das Pferd schuld.

  24. #24
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Muss das @dev da raus?

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

    Standard

    Nein, das ist korrekt.

  26. #26
    Contao-Fan Avatar von elwega
    Registriert seit
    15.09.2009.
    Ort
    Black Forest
    Beiträge
    550

    Standard

    ich hatte zwei Varianten, obs was macht?

    1. "contao/conflicts": "*@dev",
    2. "contao/conflicts": "@dev", Damit hab ich aktualisiert
    Beste Grüße
    Wenn der Reiter nichts taugt, ist das Pferd schuld.

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

    Standard

    Das macht keinen Unterschied. Hätte auch nichts mit dem Sessionverzeichnis-Problem zu tun.

  28. #28
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Also bei All-Inkl lief das Update jetzt durch.

    Seite bei 1und1 (nicht wie angenommen Strato) von oben ist nach wie vor tot. Werde wohl 1und1 kontaktieren müssen .


    Nachtrag:
    Nachdem ich ce-access einzeln entfernt habe ist das Update von Contao + Module durchgelaufen. Allerdings ist die Seite trotzdem noch wegen dem Schreibrechte Fehler down. Im Debug Modus + Vorschau geht sie.


    1&1 sagt es ist ein "Skriptfehler" und Skriptfehler liegen außerhalb Ihres Supportbereichs.....


    Stack Trace

    Code:
    ErrorException:
    Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/tmp/.priv) failed: Permission denied (13)
    
    
      at /homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101
      at Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(1440)
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83)
      at Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(1440)
      at session_start()
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:151)
      at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:320)
      at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('attributes')
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Session.php:244)
      at Symfony\Component\HttpFoundation\Session\Session->getBag('attributes')
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Session.php:266)
      at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-foundation/Session/Session.php:68)
      at Symfony\Component\HttpFoundation\Session\Session->get('_security_contao_backend')
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/security/Http/Firewall/ContextListener.php:119)
      at Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(object(RequestEvent))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49)
      at Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(object(RequestEvent))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/security/Http/Firewall/AbstractListener.php:27)
      at Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(object(RequestEvent))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62)
      at Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(object(RequestEvent), object(Generator))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/security/Http/Firewall.php:97)
      at Symfony\Component\Security\Http\Firewall->onKernelRequest(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
      at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/event-dispatcher/EventDispatcher.php:264)
      at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(RequestEvent))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/event-dispatcher/EventDispatcher.php:239)
      at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(RequestEvent))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/event-dispatcher/EventDispatcher.php:73)
      at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
      at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-kernel/HttpKernel.php:122)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-kernel/HttpKernel.php:68)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/vendor/symfony/http-kernel/Kernel.php:201)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (/homepages/42/xxxx/htdocs/phoeniaconsult_v2/web/index.php:31)
    Geändert von Kahmoon (20.02.2020 um 08:34 Uhr)

  29. #29
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Was kann ich noch tun wenn der Provider mir da nicht helfen kann/will?

  30. #30
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Sorry das ich hier jetzt noch mal schieben muss

    Gerade noch mal mit dem verfi.... Support von 1und1 telefoniert. Die behaupten Stein und Bein das es an Contao liegt. Das Verzeichnis das er anmeckert gibts es in meinem Hosting gar nicht. Meiner Meinung nach ist das das tmp Verzeichnis vom Apache. Der Support behauptet felsenfest das bei 1und1 kein Apache läuft sondern die Webseite durch deren "Server" angezeigt wird......

    Ich glaube der hatte schlicht keine Ahnung....trotzdem ist die Seite nach wie vor down. Was kann ich denn jetzt noch tun? Mit dem Support kann ich nicht rechnen.


    Fehler im Debugmodus
    Code:
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php (line 101)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php -> gc (line 83)
    SessionHandlerProxy->gc(1440)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php session_start (line 151)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php -> start (line 320)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Session.php -> getBag (line 244)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Session.php -> getBag (line 266)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-foundation/Session/Session.php -> getAttributeBag (line 68)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/security/Http/Firewall/ContextListener.php -> get (line 119)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php -> authenticate (line 49)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/security/Http/Firewall/AbstractListener.php -> authenticate (line 27)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php -> __invoke (line 62)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/security/Http/Firewall.php -> callListeners (line 97)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest (line 126)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 264)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/event-dispatcher/EventDispatcher.php -> doDispatch (line 239)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 73)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 168)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 122)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 68)
    in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/vendor/symfony/http-kernel/Kernel.php -> handle (line 201)
    Kernel->handle(object(Request)) in /homepages/42/xxxx/htdocs/phoeniaconsult_v3/web/index.php (line 31)
    Geändert von Kahmoon (21.02.2020 um 18:05 Uhr)

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

    Standard

    Problem ist, dass das globale tmp Verzeichnis für die Session Daten genutzt wird. Damit gibt es u.U. Probleme mit Session Daten von anderen Nutzern.

    Die Anpassung von session.save_path auf ein lokalen Ordner per php.ini Eintrag sollte helfen.

    Anscheinend kann 1+2 auch individuelle php.ini Dateien siehe https://www.ionos.de/hilfe/hosting/p...hpini-aendern/

  32. #32
    Contao-Fan Avatar von ph!L
    Registriert seit
    04.11.2009.
    Ort
    Internet
    Beiträge
    402

    Standard

    Mahlzeit,

    ich schaffe es auch einfach nicht eine Contao 4.4.47 auf 4.9.x upzudaten.
    Das Problem ist, dass ich die Fehlermeldung nicht verstehe...


    Code:
    Resolving dependencies using Composer Cloud v2.2.4
    
    [6.9MiB/0.24s] Loading composer repositories with package information
    [7.3MiB/0.36s] Updating dependencies
    [2105.1MiB/31.70s] Your requirements could not be resolved to an installable set of packages.
    [2105.1MiB/31.70s] 
      Problem 1
        - contao/manager-bundle 4.9.0 requires contao/installation-bundle 4.9.0 -> satisfiable by contao/installation-bundle[4.9.0].
        - Installation request for contao/manager-bundle 4.9.* -> satisfiable by contao/manager-bundle[4.9.0].
        - Conclusion: don't install symfony/http-foundation v4.4.4
        - Conclusion: don't install symfony/http-foundation v4.4.3
        - Conclusion: don't install symfony/http-foundation v4.4.2
        - richardhj/contao-ajax_reload_element v2.1-alpha.2 requires symfony/http-foundation ^3.3 -> satisfiable by symfony/http-foundation[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - richardhj/contao-ajax_reload_element v2.1-alpha.2 requires symfony/http-foundation ^3.3 -> satisfiable by symfony/http-foundation[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.0].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.1].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.10].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.11].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.12].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.13].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.14].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.15].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.16].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.17].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.18].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.2].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.3].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.4].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.5].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.6].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.7].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.8].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.3.9].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.0].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.1].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.10].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.11].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.12].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.13].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.14].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.15].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.16].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.17].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.18].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.19].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.2].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.20].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.21].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.22].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.23].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.24].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.25].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.26].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.27].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.28].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.29].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.3].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.30].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.31].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.32].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.33].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.34].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.35].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.36].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.37].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.4].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.5].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.6].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.7].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.8].
        - Can only install one of: symfony/http-foundation[v4.4.0, v3.4.9].
        - contao/installation-bundle 4.9.0 requires symfony/http-foundation 4.4.* -> satisfiable by symfony/http-foundation[v4.4.0, v4.4.1, v4.4.2, v4.4.3, v4.4.4].
        - Conclusion: don't install symfony/http-foundation v4.4.1
        - Installation request for richardhj/contao-ajax_reload_element v2.1-alpha.2 -> satisfiable by richardhj/contao-ajax_reload_element[v2.1-alpha.2].
    
    [2105.2MiB/31.70s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [449.0MiB/34.00s] Memory usage: 449.03MB (peak: 2106.53MB), time: 34.01s.
    [449.0MiB/34.01s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID yIwexzevCBqIDEJCHe25cql4Ch1PeIp303fF5Rglk1yqnzutjngF5qRuB5YslCvfLZ0vIwv4ezYx22Cci6JNDRre9iTeL93tQTfu3oLzEzDBnSecql failed
    
    ---
    
    ### Der Hintergrundprozess wurde unerwartet beendet ###
    Was läuft da verkehrt, bzw. was muss ich ändern?

    Danke!

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

    Support Contao

    Standard

    Ich denke es liegt daran, dass
    richardhj/contao-ajax_reload_element v2.1-alpha.2
    nicht mit symfony/http-foundation 4.4.* funktionieren kann oder es jedenfalls denkt.
    Während contao/installation-bundle 4.9.0 eben Version 4.4.* haben will.

    Gibt es eventuell eine neuere Version von richardhj/contao-ajax_reload_element? Oder ist dieses Paket einfach nicht zur Aktualisierung ausgewählt worden?

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

    Standard

    Warum hast du Version 2.1-alpha.2 von richardhj/contao-ajax_reload_element installiert? Die neueste Version ist 2.1.8.

  35. #35
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Zitat Zitat von webstar Beitrag anzeigen
    Problem ist, dass das globale tmp Verzeichnis für die Session Daten genutzt wird. Damit gibt es u.U. Probleme mit Session Daten von anderen Nutzern.

    Die Anpassung von session.save_path auf ein lokalen Ordner per php.ini Eintrag sollte helfen.

    Anscheinend kann 1+2 auch individuelle php.ini Dateien siehe https://www.ionos.de/hilfe/hosting/p...hpini-aendern/
    Mit einem eigenen Sessions Verzeichnis und php.ini hab ich es hinbekommen. Danke

    Ich bin wirklich sauer auf 1&1....so ein unfassbar schlechter Support... Bei All Inkl wäre so ein offensichtliches Problem innerhalb 30 Min erledigt
    Geändert von Kahmoon (23.02.2020 um 11:08 Uhr)

  36. #36
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Nahctrag: Zu früh gefreut...es war der Debug Modus an und dann funzt die Seite. Ohne Debug Modus kommt ein Fehler "
    Code:
    Runtime Notice: date(): We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead"

    Ich hab den folgenden Eintrag in die php.ini geschrieben und in den /web Folder gelegt. Laut PHP Info wird das auch genommen.

    HTML-Code:
    session.save_path = "/homepages/42/d302022230/htdocs/phoeniaconsult_v2/sessions/"
    Der Ordner "sessions" liegt auf gleicher Ebene wie der /web Dort wurde auch schon eine Session Datei erzeugt (allerdings im Debug Modus). Sprich der Pfad der Anweisung sollte eigentlich passen.

    Als er falsch war konnte ich nicht mehr ins Backend weil er keine Session erzeugen konnte. Also von daher gesehen sollte das eigentlich passen....




    Auch wenn die Seite im Debugmodus funzt, gibt es Fehler in der Konsole. Folgende Einträge sind auch im var/log/ dev

    Code:
    [2020-02-23 11:56:14] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"https://www.phoeniaconsult.de/contao","method":"GET"} []
    [2020-02-23 11:56:14] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-02-23 11:56:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"fberger"} []
    [2020-02-23 11:56:14] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-02-23 11:56:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5a14e"},"request_uri":"https://www.phoeniaconsult.de/_wdt/b5a14e","method":"GET"} []
    [2020-02-23 11:56:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de"." [] []
    [2020-02-23 11:56:16] request.INFO: Matched route "tl_page.2.root". {"route":"tl_page.2.root","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","_route":"tl_page.2.root"},"request_uri":"https://www.phoeniaconsult.de/preview.php/de/","method":"GET"} []
    [2020-02-23 11:56:16] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_frontend","token_class":"Contao\\CoreBundle\\Security\\Authentication\\Token\\FrontendPreviewToken"} []
    [2020-02-23 11:56:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de"." [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 11:56:17] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_frontend"} []
    [2020-02-23 11:56:18] request.INFO: Matched route "contao_backend_switch". {"route":"contao_backend_switch","route_parameters":{"_route":"contao_backend_switch","_scope":"backend","_controller":"Contao\\CoreBundle\\Controller\\BackendPreviewSwitchController"},"request_uri":"https://www.phoeniaconsult.de/preview.php/contao/preview_switch","method":"GET"} []
    [2020-02-23 11:56:18] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-02-23 11:56:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f0cb4"},"request_uri":"https://www.phoeniaconsult.de/preview.php/_wdt/0f0cb4","method":"GET"} []
    [2020-02-23 11:56:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"fberger"} []
    [2020-02-23 11:56:18] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    Geändert von Kahmoon (23.02.2020 um 11:15 Uhr)

  37. #37
    Contao-Fan Avatar von ph!L
    Registriert seit
    04.11.2009.
    Ort
    Internet
    Beiträge
    402

    Standard

    Zitat Zitat von tab Beitrag anzeigen
    Ich denke es liegt daran, dass
    richardhj/contao-ajax_reload_element v2.1-alpha.2
    nicht mit symfony/http-foundation 4.4.* funktionieren kann oder es jedenfalls denkt.
    Während contao/installation-bundle 4.9.0 eben Version 4.4.* haben will.

    Gibt es eventuell eine neuere Version von richardhj/contao-ajax_reload_element? Oder ist dieses Paket einfach nicht zur Aktualisierung ausgewählt worden?
    Zitat Zitat von Spooky Beitrag anzeigen
    Warum hast du Version 2.1-alpha.2 von richardhj/contao-ajax_reload_element installiert? Die neueste Version ist 2.1.8.
    Danke euch für den Hinweis.
    Keine Ahnung, warum da die alpha-2 Version installiert war, war vermutlich damals die neueste...

    Nun ist die Frage, wie man da löst. Für mich klang es am logischsten, einfach in der composer.json auf die Version 2.1.8 zu gehen.
    Das hat aber nun sogar noch mehr Fehler geworfen:

    Code:
    $ /opt/plesk/php/7.2/bin/php -q /var/www/vhosts/piznet.dtm/lts.piznet.de/web/contao-manager.phar.php composer remove richardhj/contao-ajax_reload_element --no-update --no-scripts --no-ansi --no-interaction
    
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v2.2.4
    
    [6.9MiB/0.23s] Loading composer repositories with package information
    [7.3MiB/0.34s] Updating dependencies
    [2147.5MiB/37.43s] Your requirements could not be resolved to an installable set of packages.
    [2147.5MiB/37.44s] 
      Problem 1
        - The requested package contao/calendar-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/calendar-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 2
        - The requested package contao/comments-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/comments-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 3
        - The requested package contao/faq-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/faq-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 4
        - The requested package contao/listing-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/listing-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 5
        - The requested package contao/manager-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/manager-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 6
        - The requested package contao/news-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/news-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 7
        - The requested package contao/newsletter-bundle (locked at 4.4.47, required as 4.9.*) is satisfiable by contao/newsletter-bundle[4.4.47] but these conflict with your requirements or minimum-stability.
      Problem 8
        - sensio/distribution-bundle v5.0.25 requires symfony/config ~2.3|~3.0 -> satisfiable by symfony/config[v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - sensio/distribution-bundle v5.0.25 requires symfony/config ~2.3|~3.0 -> satisfiable by symfony/config[v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.15].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.16].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.17].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.18].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.3.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.15].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.16].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.17].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.18].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.19].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.20].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.21].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.22].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.23].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.24].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.25].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.26].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.27].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.28].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.29].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.30].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.31].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.32].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.33].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.34].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.35].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.36].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.37].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.4.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.2.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.15].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.16].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.17].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.18].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.19].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.20].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.21].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.22].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.23].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.24].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.25].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.26].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.27].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.28].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.29].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.30].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.31].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.32].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.33].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.34].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.35].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.36].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.37].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.38].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.39].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.40].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.41].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.42].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.3.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.4.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.5.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.6.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.15].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.16].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.17].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.18].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.19].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.20].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.21].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.22].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.23].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.24].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.25].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.26].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.27].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.28].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.29].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.30].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.31].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.32].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.33].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.34].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.35].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.36].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.37].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.38].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.39].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.40].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.41].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.42].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.43].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.44].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.45].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.46].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.47].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.48].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.49].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.50].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.51].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.7.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.11].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.12].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.13].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.14].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.15].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.16].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.17].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.18].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.19].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.20].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.21].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.22].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.23].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.24].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.25].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.26].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.27].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.28].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.29].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.30].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.31].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.32].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.33].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.34].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.35].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.36].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.37].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.38].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.39].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.40].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.41].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.42].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.43].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.44].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.45].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.46].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.47].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.48].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.49].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.50].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.52].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v2.8.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.0.9].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.0].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.1].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.10].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.2].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.3].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.4].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.5].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.6].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.7].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.8].
        - contao/manager-bundle 4.9.0 conflicts with symfony/config[v3.1.9].
        - Installation request for contao/manager-bundle 4.9.* -> satisfiable by contao/manager-bundle[4.9.0].
        - Installation request for sensio/distribution-bundle (locked at v5.0.25) -> satisfiable by sensio/distribution-bundle[v5.0.25].
    
    [2147.5MiB/37.44s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [442.6MiB/39.63s] Memory usage: 442.61MB (peak: 2150.4MB), time: 39.63s.
    [442.6MiB/39.63s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID GY7pDILxKKK16ihcjxTqSRdQHtsLerSV7rBPb2aJsNYoDRlcfrpBiccQ7ImoixgMjyiAwBHhU43hNwp8VmbLjhx1wT failed
    
    ---
    
    ### Der Hintergrundprozess wurde unerwartet beendet ###
    Die composer.json sieht so aus:

    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": "^7.0",
            "contao/manager-bundle": "4.9.*",
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "roave/security-advisories": "dev-master",
            "heimrichhannot/contao-slick": "^1.5",
            "hofff/contao-opengraph": "^3.2",
            "agoat/contao-autoprefixer": "^1.2",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-icon-picker": "^2.0",
            "christianbarkowsky/contao-tiny-compress-images": "^1.0",
            "delahaye/dlh_googlemaps": "^2.3",
            "menatwork/contao-multicolumnwizard-bundle": "^3.4",
    		"metamodels/bundle_all": "^2.1",        
    		"terminal42/contao-easy_themes": "^2.2",
            "derhaeuptling/contao-mega-menu": "^1.0",
            "felixpfeiffer/subcolumns": "^3.1",
            "richardhj/contao-ajax_reload_element": "v2.1.8",
            "sioweb/glossar": "^1.4",
            "fritzmg/contao-lightcase": "^2.2",
            "heimrichhannot/contao-ajax-bundle": "^1.0",
            "heimrichhannot/contao-multi-column-editor-bundle": "^2.4"
        },
        "extra": {
            "branch-alias": {
                "dev-4.9": "4.9.x-dev"
            },
    	"contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }

  38. #38
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Also ich weiss leider echt nicht was das Problem ist aber es muss fast was mit Contao 4.9 und dessen Abhängikeiten sein. Eine frische Contao 4.9 Installation unter einer Subdomain läuft auf diesem Hosting Paket und zeigt auch Text an. Spiele ich die Daten aus der bestehenden Installation ein, geht wieder nichts mehr.

    Fehlermeldungen im Log erscheint nur wenn im Debugmodus.

    Code:
    [2020-02-23 13:54:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2020-02-23 13:54:15] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "" [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/assets/font-awesome/css/font-awesome.min.css/"." [] []
    [2020-02-23 13:54:16] app.DEBUG: Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message "" [] []
    [2020-02-23 13:54:17] request.INFO: Matched route "contao_backend_switch". {"route":"contao_backend_switch","route_parameters":{"_route":"contao_backend_switch","_scope":"backend","_controller":"Contao\\CoreBundle\\Controller\\BackendPreviewSwitchController"},"request_uri":"https://test.phoeniaconsult.de/preview.php/contao/preview_switch","method":"GET"} []
    [2020-02-23 13:54:17] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-02-23 13:54:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be21df"},"request_uri":"https://test.phoeniaconsult.de/preview.php/_wdt/be21df","method":"GET"} []
    [2020-02-23 13:54:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"fberger"} []
    [2020-02-23 13:54:17] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    [2020-02-23 13:54:20] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction"},"request_uri":"https://test.phoeniaconsult.de/contao?do=debug&key=disable&ref=h1blsWyP&referer=ZG89dGhlbWVzJnRhYmxlPXRsX2xheW91dCZpZD0xJmFjdD1lZGl0JnJ0PTFTRkJlaTNMTHRoSlBtazhYWHZ4LXEtQjFJX1dRVEZuM1A0Q0tmLWNkOWMmcmVmPV9ZMTc5YVpX","method":"GET"} []
    [2020-02-23 13:54:20] security.DEBUG: Read existing security token from the session. {"key":"_security_contao_backend","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
    [2020-02-23 13:54:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Contao\\CoreBundle\\Security\\User\\ContaoUserProvider","username":"fberger"} []
    [2020-02-23 13:54:20] security.DEBUG: Stored the security token in the session. {"key":"_security_contao_backend"} []
    Ich habe jetzt einen kompletten Restore auf den Stand vom Dienstag gemacht. Jetzt geht die Seite wieder (Contao 4.8.7). Ich kann diese Domain halt jetzt einfach nicht mehr updaten....Hauptsache das Ganze läuft wieder.

    VG
    Geändert von Kahmoon (23.02.2020 um 13:13 Uhr)

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

    Standard

    @ph!L: MM 2.1 ist für C4.9 nicht frei gegeben - siehe Handbuch und News

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

    Standard

    @ph!L du musst eine komplette Paketaktualisierung durchführen.

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
  •