Contao-Camp 2024
Ergebnis 1 bis 17 von 17

Thema: Problem beim Update mit Erweiterung ohne Fehlermeldung

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

    Standard Problem beim Update mit Erweiterung ohne Fehlermeldung

    Hallo zusammen,

    ich bin gerade dabei eine Installation von 4.10.x auf 4.11.x zu heben. Es läuft alles ohne Probleme durch nur habe ich nach dem Update ein Fehler 500 im Installtool und im Frontend. Kein Logfile unter var/logs!?

    Inzwischen konnte ich heimrichhannot/contao-teaser-bundle als Schuldigen rausfinden. Ich finde aber das Problem nicht!? Diese Erweiterung läuft auf anderen Systemen einwandfrei unter 4.11.x

    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": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.11.*",
            "contao/comments-bundle": "4.11.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.11.*",
            "contao/listing-bundle": "4.11.*",
            "contao/manager-bundle": "4.11.*",
            "contao/news-bundle": "4.11.*",
            "contao/newsletter-bundle": "4.11.*",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-backupdb-bundle": "^1.2",
            "erdmannfreunde/euf_overlay": "^1.3",
            "heimrichhannot/contao-teaser-bundle": "^1.0.0",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/notification_center": "^1.4",
            "w3scout/contao-searchfaq-bundle": "^1.0"
        },
        "config": {
            "component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Zuvor war es die Version "heimrichhannot/contao-teaser-bundle": "^0.2.1",



    Update:
    Bei einem Composer Update kommt:
    Code:
    PHP Fatal error:  Could not check compatibility between Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $classGenerator), because class Zend\Code\Generator\ClassGenerator is not available in /www/htdocs/xxx/agentur-grenzbereich.com/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php on line 33
    
    Fatal error: Could not check compatibility between Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $classGenerator), because class Zend\Code\Generator\ClassGenerator is not available in /www/htdocs/xxx/agentur-grenzbereich.com/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php on line 33
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    
    In ScriptHandler.php line 95:
                                                                                   
      An error occurred while executing the "contao:install-web-dir" command: PHP  
       Fatal error:  Could not check compatibility between Symfony\Bridge\ProxyMa  
      nager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(Reflect  
      ionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator  
      ): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::ge  
      nerate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerato  
      r $classGenerator), because class Zend\Code\Generator\ClassGenerator is not  
       available in /www/htdocs/xxx/agentur-grenzbereich.com/vendor/symfony/  
      proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.ph  
      p on line 33
    PHP: 7.4

    Jemand ne Idee wie ich ansetzen kann?

    VG Frank
    Geändert von Kahmoon (24.06.2021 um 16:55 Uhr)

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

    Standard

    Hast du eine vollständige Paketaktualisierung gemacht?
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Ja, mehrfach. In allen möglichen Varianten....

    Hatte es zwischenzeitlich wieder online und nach einem Composer Update wieder Frhler 500. Er macht bei diesem Update ein Versionssprung von Symfony 4 auf 5. Das könnte auch die Ursache sein.

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

    Standard

    Wenn du eine vollständige Paketaktualisierung machst, dann solltest du in dieses Problem laufen:
    Code:
    Fatal error: Uncaught ArgumentCountError: Too few arguments to function Symfony\Component\Config\Definition\Builder\TreeBuilder::__construct(), 0 passed in vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\Configuration.php on line 23 and at least 1 expected in vendor\symfony\config\Definition\Builder\TreeBuilder.php:26
    Stack trace:
    #0 vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\Configuration.php(23): Symfony\Component\Config\Definition\Builder\TreeBuilder->__construct()
    #1 vendor\symfony\config\Definition\Processor.php(50): HeimrichHannot\UtilsBundle\DependencyInjection\Configuration->getConfigTreeBuilder()
    #2 vendor\symfony\dependency-injection\Extension\Extension.php(111): Symfony\Component\Config\Definition\Processor->processConfiguration()
    #3 vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\UtilsBundleExtensio in vendor\symfony\config\Definition\Builder\TreeBuilder.php on line 26
    PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function Symfony\Component\Config\Definition\Builder\TreeBuilder::__construct(), 0 passed in vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\Configuration.php on line 23 and at least 1 expected in vendor\symfony\config\Definition\Builder\TreeBuilder.php:26
    Stack trace:
    #0 vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\Configuration.php(23): Symfony\Component\Config\Definition\Builder\TreeBuilder->__construct()
    #1 vendor\symfony\config\Definition\Processor.php(50): HeimrichHannot\UtilsBundle\DependencyInjection\Configuration->getConfigTreeBuilder()
    #2 vendor\symfony\dependency-injection\Extension\Extension.php(111): Symfony\Component\Config\Definition\Processor->processConfiguration()
    #3 vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\UtilsBundleExtensio in vendor\symfony\config\Definition\Builder\TreeBuilder.php on line 26
    Dieses Problem hast du eigentlich bereits hier gemeldet: https://github.com/heimrichhannot/co...ndle/issues/28 - und hier die Lösung von mir dazu: https://github.com/heimrichhannot/co...ment-786696779
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Compoer Update läuft mit einer langen Liste erfolgreich durch.

    Code:
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/w018558d/agentur-grenzbereich.com/web/contao-manager.phar.php composer update --with-dependencies --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Updating dependencies
    Lock file operations: 2 installs, 17 updates, 0 removals
      - Downgrading do-while/contao-backupdb-bundle (1.4.2 => 1.3.0)
      - Locking psr/event-dispatcher (1.0.0)
      - Locking sensio/framework-extra-bundle (v5.6.1)
      - Upgrading symfony/console (v4.4.25 => v5.2.10)
      - Upgrading symfony/doctrine-bridge (v4.4.25 => v5.2.10)
      - Upgrading symfony/error-handler (v4.4.25 => v5.3.0)
      - Upgrading symfony/event-dispatcher (v4.4.25 => v5.2.10)
      - Upgrading symfony/event-dispatcher-contracts (v1.1.9 => v2.4.0)
      - Upgrading symfony/framework-bundle (v4.4.25 => v5.2.10)
      - Upgrading symfony/http-kernel (v4.4.25 => v5.2.10)
      - Upgrading symfony/routing (v4.4.25 => v5.2.10)
      - Upgrading symfony/security-bundle (v4.4.25 => v5.2.10)
      - Upgrading symfony/security-core (v4.4.25 => v5.2.10)
      - Upgrading symfony/security-guard (v4.4.25 => v5.2.10)
      - Upgrading symfony/security-http (v4.4.25 => v5.2.10)
      - Upgrading symfony/translation (v4.4.25 => v5.2.10)
      - Upgrading symfony/twig-bridge (v4.4.25 => v5.2.10)
      - Upgrading symfony/twig-bundle (v4.4.25 => v5.2.10)
      - Upgrading symfony/web-profiler-bundle (v4.4.25 => v5.2.10)
    Writing lock file
    Installing dependencies from lock file
    Package operations: 6 installs, 47 updates, 4 removals
      - Removing webimpress/safe-writer (2.2.0)
      - Removing phpunit/php-token-stream (4.0.4)
      - Removing ocramius/proxy-manager (2.12.0)
      - Removing contao-components/highlight (10.4.1)
      - Upgrading symfony/http-foundation (v4.4.25 => v5.2.10): Extracting archive
      - Installing psr/event-dispatcher (1.0.0): Extracting archive
      - Upgrading symfony/event-dispatcher-contracts (v1.1.9 => v2.4.0): Extracting archive
      - Upgrading symfony/event-dispatcher (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/var-dumper (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/error-handler (v4.4.25 => v5.3.0): Extracting archive
      - Upgrading symfony/http-kernel (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/dependency-injection (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/http-client (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/dom-crawler (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/yaml (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/twig-bridge (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/filesystem (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/config (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/twig-bundle (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/translation (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/security-core (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/security-http (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/security-guard (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/security-bundle (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/routing (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/process (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading monolog/monolog (1.26.1 => 2.2.0): Extracting archive
      - Upgrading symfony/monolog-bridge (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/mailer (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/lock (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/finder (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/cache (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/framework-bundle (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/expression-language (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/console (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/asset (v4.4.25 => v5.2.10): Extracting archive
      - Installing scrivo/highlight.php (v9.18.1.6): Extracting archive
      - Installing nikic/php-parser (v4.10.5): Extracting archive
      - Upgrading symfony/doctrine-bridge (v4.4.25 => v5.2.10): Extracting archive
      - Installing contao/polyfill-symfony (1.0.0): Extracting archive
      - Upgrading contao/core-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/comments-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/listing-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading symfony/web-profiler-bundle (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/stopwatch (v4.4.25 => v5.2.10): Extracting archive
      - Installing friendsofphp/proxy-manager-lts (v1.0.5): Extracting archive
      - Upgrading symfony/proxy-manager-bridge (v4.4.18 => v5.2.10): Extracting archive
      - Upgrading symfony/dotenv (v4.4.25 => v5.2.10): Extracting archive
      - Upgrading symfony/debug-bundle (v4.4.20 => v5.2.4): Extracting archive
      - Upgrading contao/installation-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/manager-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/news-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/newsletter-bundle (4.10.7 => 4.11.5): Extracting archive
      - Installing sensio/framework-extra-bundle (v5.6.1): Extracting archive
      - Downgrading do-while/contao-backupdb-bundle (1.4.2 => 1.3.0): Extracting archive
      - Upgrading contao/calendar-bundle (4.10.7 => 4.11.5): Extracting archive
      - Upgrading contao/faq-bundle (4.10.7 => 4.11.5): Extracting archive
    Package league/uri-hostname-parser is abandoned, you should avoid using it. No replacement was suggested.
    Package league/uri-schemes is abandoned, you should avoid using it. No replacement was suggested.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Generating optimized autoload files
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    Please edit your root composer.json and set "post-update-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".
    
    In ParameterBag.php line 98:
                                                                                   
      You have requested a non-existent parameter "kernel.root_dir". Did you mean  
       one of these: "kernel.project_dir", "kernel.build_dir", "kernel.cache_dir"  
      , "kernel.logs_dir"?                                                         
                                                                                   
    
    Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    89 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
    # Process terminated with exit code 0
    # Result: OK
    - - - Aktualisiert - - -

    Zitat Zitat von Spooky Beitrag anzeigen
    #3 vendor\heimrichhannot\contao-utils-bundle\src\DependencyInjection\UtilsBundleExtensio in vendor\symfony\config\Definition\Builder\TreeBuild er.php on line 26[/code]Dieses Problem hast du eigentlich bereits hier gemeldet: https://github.com/heimrichhannot/co...ndle/issues/28
    Genau das hatte ich gesucht.. Das Problem kam mir bekannt vor. Leider hilft mir dieser Zusatz ""heimrichhannot/contao-utils-bundle": "<2.188.10"" aktuell nicht. Ich setze noch mal alles zurück auf Anfang.

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

    Standard

    Also das ist die aktuelle composer.json

    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": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.11.*",
            "contao/comments-bundle": "4.11.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.11.*",
            "contao/listing-bundle": "4.11.*",
            "contao/manager-bundle": "4.11.*",
            "contao/news-bundle": "4.11.*",
            "contao/newsletter-bundle": "4.11.*",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-backupdb-bundle": "^1.2",
            "erdmannfreunde/euf_overlay": "^1.3",
            "heimrichhannot/contao-teaser-bundle": "^1.1",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/contao-rte_table": "^1.0",
            "terminal42/notification_center": "^1.4",
            "w3scout/contao-searchfaq-bundle": "^1.0"
        },
        "config": {
            "component-dir": "assets"
        },
        "extra": {
    
    
        },
        "conflict": {
            "heimrichhannot/contao-utils-bundle": "<2.188.10"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }

    Das erzeugt beim Update aller Pakete ein riesen Log

    Code:
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/w018558d/agentur-grenzbereich.com/web/contao-manager.phar.php composer require heimrichhannot/contao-teaser-bundle --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Using version ^1.1 for heimrichhannot/contao-teaser-bundle
    /www/htdocs/w018558d/agentur-grenzbereich.com/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/w018558d/agentur-grenzbereich.com/web/contao-manager.phar.php composer update heimrichhannot/contao-teaser-bundle contao/conflicts --with-dependencies --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - contao/newsletter-bundle is locked to version 4.11.5 and an update of this package was not requested.
        - Conclusion: don't install symfony/http-kernel v5.3.1 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.3.2 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.4 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.5 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.6 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.7 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.8 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.9 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.10 (conflict analysis result)
        - contao/manager-bundle 4.11.5 requires symfony/web-profiler-bundle 4.4.* || 5.2.* -> satisfiable by symfony/web-profiler-bundle[v5.2.10].
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v4.4.1.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v4.4.0.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.47.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.46.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.45.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.44.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.43.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.42.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.41.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.40.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.39.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.38.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.37.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.36.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.35.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.34.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.33.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.32.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.31.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.30.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.29.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.28.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.27.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.26.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.25.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.24.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.23.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.22.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.21.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.20.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.19.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.18.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.17.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.16.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.15.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.14.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.13.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.12.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.11.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.10.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.9.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.8.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.7.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.6.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.5.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.4.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.3.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.2.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.1.
        - contao/manager-bundle 4.11.5 conflicts with symfony/config v3.4.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.9.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.8.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.7.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.6.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.5.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.188.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.187.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.186.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.185.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.184.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.184.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.183.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.182.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.182.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.181.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.181.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.181.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.181.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.181.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.180.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.180.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.180.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.179.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.178.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.178.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.178.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.6.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.5.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.177.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.176.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.176.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.175.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.175.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.175.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.174.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.173.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.173.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.172.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.172.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.5.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.171.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.170.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.169.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.169.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.169.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.168.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.168.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.168.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.167.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.166.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.165.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.164.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.164.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.164.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.163.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.162.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.161.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.161.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.160.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.159.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.159.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.158.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.157.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.157.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.157.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.157.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.156.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.156.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.155.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.155.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.155.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.153.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.152.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.152.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.151.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.151.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.150.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.149.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.148.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.148.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.147.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.146.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.145.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.144.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.143.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.142.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.141.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.141.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.140.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.139.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.138.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.137.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.136.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.136.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.135.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.135.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.135.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.134.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.133.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.132.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.131.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.130.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.129.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.128.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.128.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.127.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.126.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.125.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.124.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.123.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.123.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.122.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.121.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.120.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.120.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.119.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.119.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.119.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.119.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.119.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.118.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.117.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.117.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.117.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.116.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.115.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.114.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.113.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.112.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.111.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.110.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.109.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.108.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.107.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.106.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.105.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.104.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.104.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.104.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.104.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.104.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.103.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.103.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.102.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.101.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.101.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.100.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.100.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.100.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.99.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.99.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.98.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.98.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.98.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.98.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.97.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.97.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.97.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.96.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.95.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.94.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.93.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.92.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.91.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.91.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.91.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.90.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.90.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.90.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.90.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.89.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.89.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.89.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.88.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.87.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.87.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.87.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.87.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.87.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.86.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.86.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.86.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.85.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.84.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.84.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.83.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.83.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.82.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.82.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.81.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.81.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.81.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.80.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.80.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.75.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.75.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.74.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.73.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.72.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.71.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.70.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.70.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.69.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.69.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.68.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.68.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.68.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.67.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.67.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.67.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.66.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.66.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.65.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.65.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.65.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.64.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.64.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.63.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.62.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.61.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.8.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.7.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.6.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.5.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.60.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.59.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.59.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.59.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.58.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.57.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.56.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.56.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.55.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.54.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.53.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.52.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.51.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.51.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.50.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.49.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.49.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.49.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.49.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.48.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.47.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.47.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.46.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.46.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.46.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.45.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.44.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.44.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.44.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.43.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.42.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.42.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.41.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.40.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.40.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.39.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.38.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.37.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.36.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.35.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.34.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.34.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.34.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.34.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.33.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.32.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.31.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.30.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.30.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.30.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.30.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.30.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.29.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.29.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.29.0.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.10.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.9.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.8.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.7.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.6.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.5.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.4.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.3.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.2.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.1.
        - contao/managed-edition 1.0.0+no-version-set conflicts with heimrichhannot/contao-utils-bundle 2.28.0.
        - contao/managed-edition is present at version 1.0.0+no-version-set and cannot be modified by Composer
        - Conclusion: don't install symfony/http-kernel v5.2.2 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.2.3 (conflict analysis result)
        - Conclusion: don't install symfony/http-kernel v5.3.0 (conflict analysis result)
        - contao/manager-bundle is locked to version 4.11.5 and an update of this package was not requested.
        - heimrichhannot/contao-teaser-bundle[1.1.0, ..., 1.1.4] require heimrichhannot/contao-utils-bundle ^2.28 -> satisfiable by heimrichhannot/contao-utils-bundle[2.28.0, ..., 2.194.1].
        - heimrichhannot/contao-utils-bundle[2.188.10, ..., 2.194.1] require symfony/config ^3.4|^4.4 -> satisfiable by symfony/config[v3.4.0, ..., v3.4.47, v4.4.0, ..., v4.4.25].
        - symfony/config[v4.4.2, ..., v4.4.25] conflict with symfony/http-kernel v5.2.0.
        - symfony/web-profiler-bundle v5.2.10 requires symfony/http-kernel ^5.2 -> satisfiable by symfony/http-kernel[v5.2.0, ..., v5.3.2].
        - Conclusion: don't install symfony/http-kernel v5.2.1 (conflict analysis result)
        - Root composer.json requires heimrichhannot/contao-teaser-bundle ^1.1 -> satisfiable by heimrichhannot/contao-teaser-bundle[1.1.0, ..., 1.1.4].
    
    Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
    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

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

    Standard

    Du hast keine vollständige Paketaktualisierung gemacht.
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Ich wähle im Manager immer "Alle Pakete aktualisieren"

    Ich lösche jetzt mal den kompletten Inhalt vom vendor Verzeichnis von Hand und mache im Anschluss ein Composer Update.

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

    Standard

    Zitat Zitat von Kahmoon Beitrag anzeigen
    Ich wähle im Manager immer "Alle Pakete aktualisieren"
    Eine Vollständige Paketaktualisierung machst du in der Systemwartung bei Composer-Abhängigkeiten installieren - dort auf den Dropdown Pfeil und dann Composer Update ausführen. Ich glaube das habe ich hier im Forum schon mindestens 50 mal geschrieben
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Auch das habe ich vorher schon zig mal gemacht :-(. Ich habe den ursprünglichen vendor Ordner in vendor_ umbenannt damit er alles neu anlegen muss. (P.S. 50 mal reicht sicher nicht :-P)

    Jetzt noch mal Systemwartung -> Composer Update ausgeführt. Er legt das vendor Verzeichnis neu an und bricht mit dem folgenden Log ab:

    Code:
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/w018558d/agentur-grenzbereich.com/web/contao-manager.phar.php composer update --with-dependencies --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Loading composer repositories with package information
    Updating dependencies
    Lock file operations: 9 installs, 31 updates, 4 removals
      - Removing contao/polyfill-symfony (1.0.0)
      - Removing friendsofphp/proxy-manager-lts (v1.0.5)
      - Removing nikic/php-parser (v4.10.5)
      - Removing scrivo/highlight.php (v9.18.1.6)
      - Locking contao-community-alliance/dependency-container (2.0.4)
      - Locking contao-community-alliance/event-dispatcher (2.0.5)
      - Locking contao-community-alliance/events-contao-bindings (4.4.5)
      - Locking contao-community-alliance/translator (2.1.5)
      - Locking contao-components/highlight (10.4.1)
      - Downgrading contao/calendar-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/comments-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/core-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/faq-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/installation-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/listing-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/manager-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/news-bundle (4.11.5 => 4.10.7)
      - Downgrading contao/newsletter-bundle (4.11.5 => 4.10.7)
      - Upgrading menatwork/contao-multicolumnwizard-bundle (3.4.0 => 3.4.11)
      - Downgrading monolog/monolog (2.2.0 => 1.26.1)
      - Locking ocramius/proxy-manager (2.12.0)
      - Locking phpunit/php-token-stream (4.0.4)
      - Locking pimple/pimple (v1.1.1)
      - Downgrading symfony/asset (v5.2.10 => v4.4.25)
      - Downgrading symfony/cache (v5.2.10 => v4.4.25)
      - Downgrading symfony/config (v5.2.10 => v4.4.25)
      - Downgrading symfony/debug-bundle (v5.2.4 => v4.4.20)
      - Downgrading symfony/dependency-injection (v5.2.10 => v4.4.25)
      - Downgrading symfony/dom-crawler (v5.2.10 => v4.4.25)
      - Downgrading symfony/dotenv (v5.2.10 => v4.4.25)
      - Downgrading symfony/expression-language (v5.2.10 => v4.4.25)
      - Downgrading symfony/filesystem (v5.2.10 => v4.4.25)
      - Downgrading symfony/finder (v5.2.10 => v4.4.25)
      - Downgrading symfony/http-client (v5.2.10 => v4.4.25)
      - Downgrading symfony/http-foundation (v5.2.10 => v4.4.25)
      - Downgrading symfony/lock (v5.2.10 => v4.4.25)
      - Downgrading symfony/mailer (v5.2.10 => v4.4.25)
      - Downgrading symfony/monolog-bridge (v5.2.10 => v4.4.25)
      - Downgrading symfony/process (v5.2.10 => v4.4.25)
      - Downgrading symfony/proxy-manager-bridge (v5.2.10 => v4.4.18)
      - Downgrading symfony/stopwatch (v5.2.10 => v4.4.25)
      - Downgrading symfony/var-dumper (v5.2.10 => v4.4.25)
      - Downgrading symfony/yaml (v5.2.10 => v4.4.25)
      - Locking webimpress/safe-writer (2.2.0)
    Writing lock file
    Installing dependencies from lock file
    Package operations: 212 installs, 0 updates, 0 removals
      - Downloading contao/manager-plugin (2.11.0)
      - Downloading ausi/slug-generator (v1.1.1)
      - Downloading dasprid/enum (1.0.3)
      - Downloading wikimedia/less.php (1.8.2)
      - Downloading webmozart/path-util (2.3.0)
      - Downloading webignition/disallowed-character-terminated-string (2.0)
      - Downloading webignition/robots-txt-file (3.0)
      - Downloading ua-parser/uap-php (v3.9.14)
      - Downloading true/punycode (v2.1.1)
      - Downloading psr/cache (1.0.1)
      - Downloading doctrine/lexer (1.2.1)
      - Downloading terminal42/service-annotation-bundle (1.1.3)
      - Downloading psr/http-message (1.0.1)
      - Downloading psr/http-factory (1.0.1)
      - Downloading php-http/message-factory (v1.0.2)
      - Downloading symfony-cmf/routing (2.3.3)
      - Downloading thecodingmachine/safe (v1.3.3)
      - Downloading spomky-labs/otphp (v10.0.1)
      - Downloading simplepie/simplepie (1.5.6)
      - Downloading paragonie/random_compat (v9.99.99)
      - Downloading ramsey/uuid (3.9.3)
      - Downloading phpspec/php-diff (v1.1.3)
      - Downloading michelf/php-markdown (1.9.0)
      - Downloading matthiasmullie/path-converter (1.1.3)
      - Downloading league/uri-parser (1.4.1)
      - Downloading league/uri-interfaces (1.1.1)
      - Downloading league/uri-schemes (1.2.1)
      - Downloading psr/simple-cache (1.0.1)
      - Downloading league/uri-components (1.8.2)
      - Downloading knplabs/knp-menu-bundle (v3.1.0)
      - Downloading imagine/imagine (1.2.4)
      - Downloading clue/stream-filter (v1.5.0)
      - Downloading psr/http-client (1.0.1)
      - Downloading php-http/promise (1.1.0)
      - Downloading php-http/httplug (2.2.0)
      - Downloading php-http/client-common (2.3.0)
      - Downloading dragonmantank/cron-expression (v2.3.1)
      - Downloading doctrine/event-manager (1.1.1)
      - Downloading doctrine/collections (1.6.7)
      - Downloading doctrine/instantiator (1.4.0)
      - Downloading doctrine/sql-formatter (1.1.1)
      - Downloading contao/imagine-svg (1.0.2)
      - Downloading contao-components/tablesorter (2.31.3)
      - Downloading contao-components/tablesort (4.0.1)
      - Downloading contao-components/swipe (2.2.0)
      - Downloading contao-components/simplemodal (2.1.1)
      - Downloading contao-components/mootools (1.6.0.6)
      - Downloading contao-components/mediabox (1.5.5)
      - Downloading contao-components/jquery-ui (1.12.1.1)
      - Downloading contao-components/datepicker (2.3.1)
      - Downloading contao-components/contao (9.1.1)
      - Downloading contao-components/colorpicker (1.5.1)
      - Downloading contao-components/colorbox (1.6.6)
      - Downloading contao-components/chosen (1.2.4)
      - Downloading contao-components/ace (1.4.12)
      - Downloading codefog/contao-cookiebar (2.3.1)
      - Downloading delahaye/dlh_geocode (1.1.4)
      - Downloading delahaye/dlh_googlemaps (2.4.1)
      - Downloading erdmannfreunde/euf_overlay (1.3.0)
      - Downloading hofff/contao-calendarfield (3.0.2)
      - Downloading jrgregory/m17-sticky-backend-footer (2.0.9)
      - Downloading terminal42/dcawizard (2.4.7)
      - Downloading terminal42/notification_center (1.5.18)
      - Downloading terminal42/contao-leads (1.4.19)
      - Downloading terminal42/contao-easy_themes (2.2.11)
      - Downloading w3scout/contao-searchfaq-bundle (1.0.4)
      - Installing composer/package-versions-deprecated (1.11.99.2): Extracting archive
      - Installing contao-components/installer (1.4.1): Extracting archive
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
      - Installing symfony/polyfill-ctype (v1.23.0): Extracting archive
      - Installing symfony/polyfill-mbstring (v1.23.0): Extracting archive
      - Installing symfony/polyfill-php80 (v1.23.0): Extracting archive
      - Installing symfony/polyfill-php73 (v1.23.0): Extracting archive
      - Installing symfony/polyfill-php72 (v1.23.0): Extracting archive
      - Installing symfony/polyfill-intl-normalizer (v1.23.0): Extracting archive
      - Installing symfony/polyfill-intl-idn (v1.23.0): Extracting archive
      - Installing symfony/deprecation-contracts (v2.4.0): Extracting archive
      - Installing symfony/mime (v5.3.2): Extracting archive
      - Installing symfony/http-foundation (v4.4.25): Extracting archive
      - Installing symfony/http-client-contracts (v2.4.0): Extracting archive
      - Installing symfony/event-dispatcher-contracts (v1.1.9): Extracting archive
      - Installing symfony/event-dispatcher (v4.4.25): Extracting archive
      - Installing symfony/var-dumper (v4.4.25): Extracting archive
      - Installing psr/log (1.1.4): Extracting archive
      - Installing symfony/debug (v4.4.25): Extracting archive
      - Installing symfony/error-handler (v4.4.25): Extracting archive
      - Installing symfony/http-kernel (v4.4.25): Extracting archive
      - Installing psr/container (1.1.1): Extracting archive
      - Installing symfony/service-contracts (v2.4.0): Extracting archive
      - Installing symfony/dependency-injection (v4.4.25): Extracting archive
      - Installing symfony/polyfill-php81 (v1.23.0): Extracting archive
      - Installing symfony/filesystem (v4.4.25): Extracting archive
      - Installing symfony/config (v4.4.25): Extracting archive
      - Installing symfony/routing (v4.4.25): Extracting archive
      - Installing symfony/process (v4.4.25): Extracting archive
      - Installing symfony/finder (v4.4.25): Extracting archive
      - Installing contao-community-alliance/composer-plugin (3.2.1): Extracting archive
      - Installing contao/manager-plugin (2.11.0): Extracting archive
      - Installing ausi/slug-generator (v1.1.1): Extracting archive
      - Installing dasprid/enum (1.0.3): Extracting archive
      - Installing bacon/bacon-qr-code (2.0.4): Extracting archive
      - Installing bugbuster/browscap-lite (1.1.2): Extracting archive
      - Installing jean85/pretty-package-versions (1.6.0): Extracting archive
      - Installing wikimedia/less.php (1.8.2): Extracting archive
      - Installing webmozart/assert (1.10.0): Extracting archive
      - Installing webmozart/path-util (2.3.0): Extracting archive
      - Installing webignition/disallowed-character-terminated-string (2.0): Extracting archive
      - Installing webignition/robots-txt-file (3.0): Extracting archive
      - Installing composer/ca-bundle (1.2.10): Extracting archive
      - Installing ua-parser/uap-php (v3.9.14): Extracting archive
      - Installing twig/twig (v2.14.6): Extracting archive
      - Installing true/punycode (v2.1.1): Extracting archive
      - Installing psr/cache (1.0.1): Extracting archive
      - Installing doctrine/lexer (1.2.1): Extracting archive
      - Installing doctrine/annotations (1.13.1): Extracting archive
      - Installing terminal42/service-annotation-bundle (1.1.3): Extracting archive
      - Installing symfony/http-client (v4.4.25): Extracting archive
      - Installing symfony/dom-crawler (v4.4.25): Extracting archive
      - Installing psr/http-message (1.0.1): Extracting archive
      - Installing psr/http-factory (1.0.1): Extracting archive
      - Installing php-http/message-factory (v1.0.2): Extracting archive
      - Installing nyholm/psr7 (1.4.0): Extracting archive
      - Installing terminal42/escargot (1.1.0): Extracting archive
      - Installing symfony/yaml (v4.4.25): Extracting archive
      - Installing symfony/translation-contracts (v2.4.0): Extracting archive
      - Installing symfony/twig-bridge (v4.4.25): Extracting archive
      - Installing symfony/twig-bundle (v4.4.25): Extracting archive
      - Installing symfony/translation (v4.4.25): Extracting archive
      - Installing symfony/security-core (v4.4.25): Extracting archive
      - Installing symfony/polyfill-intl-grapheme (v1.23.0): Extracting archive
      - Installing symfony/string (v5.3.2): Extracting archive
      - Installing symfony/property-info (v5.3.1): Extracting archive
      - Installing symfony/property-access (v5.3.0): Extracting archive
      - Installing symfony/security-http (v4.4.25): Extracting archive
      - Installing symfony/security-guard (v4.4.25): Extracting archive
      - Installing symfony/security-csrf (v5.2.10): Extracting archive
      - Installing symfony/security-bundle (v4.4.25): Extracting archive
      - Installing monolog/monolog (1.26.1): Extracting archive
      - Installing symfony/monolog-bridge (v4.4.25): Extracting archive
      - Installing egulias/email-validator (3.1.1): Extracting archive
      - Installing symfony/mailer (v4.4.25): Extracting archive
      - Installing symfony/lock (v4.4.25): Extracting archive
      - Installing symfony/var-exporter (v5.3.2): Extracting archive
      - Installing symfony/cache-contracts (v2.4.0): Extracting archive
      - Installing symfony/cache (v4.4.25): Extracting archive
      - Installing symfony/framework-bundle (v4.4.25): Extracting archive
      - Installing symfony/expression-language (v4.4.25): Extracting archive
      - Installing symfony/console (v4.4.25): Extracting archive
      - Installing symfony/asset (v4.4.25): Extracting archive
      - Installing symfony-cmf/routing (2.3.3): Extracting archive
      - Installing symfony-cmf/routing-bundle (2.5.0): Extracting archive
      - Installing thecodingmachine/safe (v1.3.3): Extracting archive
      - Installing paragonie/constant_time_encoding (v2.4.0): Extracting archive
      - Installing beberlei/assert (v3.3.1): Extracting archive
      - Installing spomky-labs/otphp (v10.0.1): Extracting archive
      - Installing simplepie/simplepie (1.5.6): Extracting archive
      - Installing scssphp/scssphp (v1.5.2): Extracting archive
      - Installing scheb/2fa-bundle (v5.10.1): Extracting archive
      - Installing lcobucci/clock (2.0.0): Extracting archive
      - Installing lcobucci/jwt (4.1.4): Extracting archive
      - Installing scheb/2fa-trusted-device (v5.10.1): Extracting archive
      - Installing scheb/2fa-backup-code (v5.10.1): Extracting archive
      - Installing paragonie/random_compat (v9.99.99): Extracting archive
      - Installing ramsey/uuid (3.9.3): Extracting archive
      - Installing phpunit/php-token-stream (4.0.4): Extracting archive
      - Installing phpspec/php-diff (v1.1.3): Extracting archive
      - Installing patchwork/utf8 (v1.3.3): Extracting archive
      - Installing nelmio/cors-bundle (2.1.1): Extracting archive
      - Installing michelf/php-markdown (1.9.0): Extracting archive
      - Installing matthiasmullie/path-converter (1.1.3): Extracting archive
      - Installing matthiasmullie/minify (1.3.66): Extracting archive
      - Installing league/uri-parser (1.4.1): Extracting archive
      - Installing league/uri-interfaces (1.1.1): Extracting archive
      - Installing league/uri-schemes (1.2.1): Extracting archive
      - Installing psr/simple-cache (1.0.1): Extracting archive
      - Installing league/uri-hostname-parser (1.1.2): Extracting archive
      - Installing league/uri-components (1.8.2): Extracting archive
      - Installing knplabs/knp-time-bundle (v1.16.0): Extracting archive
      - Installing knplabs/knp-menu (v3.2.0): Extracting archive
      - Installing knplabs/knp-menu-bundle (v3.1.0): Extracting archive
      - Installing imagine/imagine (1.2.4): Extracting archive
      - Installing symfony/options-resolver (v5.3.0): Extracting archive
      - Installing clue/stream-filter (v1.5.0): Extracting archive
      - Installing php-http/message (1.11.1): Extracting archive
      - Installing php-http/discovery (1.14.0): Extracting archive
      - Installing psr/http-client (1.0.1): Extracting archive
      - Installing php-http/promise (1.1.0): Extracting archive
      - Installing php-http/httplug (2.2.0): Extracting archive
      - Installing php-http/client-common (2.3.0): Extracting archive
      - Installing friendsofsymfony/http-cache (2.10.0): Extracting archive
      - Installing friendsofsymfony/http-cache-bundle (2.10.3): Extracting archive
      - Installing dragonmantank/cron-expression (v2.3.1): Extracting archive
      - Installing doctrine/event-manager (1.1.1): Extracting archive
      - Installing doctrine/deprecations (v0.5.3): Extracting archive
      - Installing doctrine/collections (1.6.7): Extracting archive
      - Installing doctrine/cache (2.0.3): Extracting archive
      - Installing doctrine/persistence (2.2.1): Extracting archive
      - Installing doctrine/instantiator (1.4.0): Extracting archive
      - Installing doctrine/inflector (2.0.3): Extracting archive
      - Installing doctrine/dbal (2.13.2): Extracting archive
      - Installing doctrine/common (3.1.2): Extracting archive
      - Installing doctrine/orm (2.9.3): Extracting archive
      - Installing symfony/doctrine-bridge (v4.4.25): Extracting archive
      - Installing doctrine/sql-formatter (1.1.1): Extracting archive
      - Installing doctrine/doctrine-bundle (2.4.2): Extracting archive
      - Installing contao/imagine-svg (1.0.2): Extracting archive
      - Installing contao/image (1.1.0): Extracting archive
      - Installing contao-components/tinymce4 (5.8.1): Extracting archive
      - Installing contao-components/tablesorter (2.31.3): Extracting archive
      - Installing contao-components/tablesort (4.0.1): Extracting archive
      - Installing contao-components/swipe (2.2.0): Extracting archive
      - Installing contao-components/simplemodal (2.1.1): Extracting archive
      - Installing contao-components/mootools (1.6.0.6): Extracting archive
      - Installing contao-components/mediabox (1.5.5): Extracting archive
      - Installing contao-components/jquery-ui (1.12.1.1): Extracting archive
      - Installing contao-components/jquery (3.6.0): Extracting archive
      - Installing contao-components/highlight (10.4.1): Extracting archive
      - Installing contao-components/dropzone (5.9.2): Extracting archive
      - Installing contao-components/datepicker (2.3.1): Extracting archive
      - Installing contao-components/contao (9.1.1): Extracting archive
      - Installing contao-components/colorpicker (1.5.1): Extracting archive
      - Installing contao-components/colorbox (1.6.6): Extracting archive
      - Installing contao-components/chosen (1.2.4): Extracting archive
      - Installing contao-components/ace (1.4.12): Extracting archive
      - Installing contao/core-bundle (4.10.7): Extracting archive
      - Installing composer/semver (3.2.5): Extracting archive
      - Installing jaybizzle/crawler-detect (v1.2.106): Extracting archive
      - Installing bugbuster/contao-botdetection-bundle (1.7.1): Extracting archive
      - Installing bugbuster/contao-dlstats-bundle (1.3.3): Extracting archive
      - Installing codefog/contao-cookiebar (2.3.1): Extracting archive
      - Installing pimple/pimple (v1.1.1): Extracting archive
      - Installing contao-community-alliance/dependency-container (2.0.4): Extracting archive
      - Installing contao-community-alliance/event-dispatcher (2.0.5): Extracting archive
      - Installing contao-community-alliance/events-contao-bindings (4.4.5): Extracting archive
      - Installing contao-community-alliance/translator (2.1.5): Extracting archive
      - Installing contao/comments-bundle (4.10.7): Extracting archive
      - Installing contao/conflicts (dev-main e522208)
      - Installing contao/listing-bundle (4.10.7): Extracting archive
      - Installing toflar/psr6-symfony-http-cache-store (3.0.1): Extracting archive
      - Installing symfony/web-profiler-bundle (v4.4.25): Extracting archive
      - Installing symfony/stopwatch (v4.4.25): Extracting archive
      - Installing webimpress/safe-writer (2.2.0): Extracting archive
      - Installing laminas/laminas-code (4.4.0): Extracting archive
      - Installing ocramius/proxy-manager (2.12.0): Extracting archive
      - Installing symfony/proxy-manager-bridge (v4.4.18): Extracting archive
      - Installing symfony/monolog-bundle (v3.7.0): Extracting archive
      - Installing symfony/dotenv (v4.4.25): Extracting archive
      - Installing symfony/debug-bundle (v4.4.20): Extracting archive
      - Installing nelmio/security-bundle (v2.10.3): Extracting archive
      - Installing contao/maintenance-bundle-deprecated (v2.1.9): Extracting archive
      - Installing contao/installation-bundle (4.10.7): Extracting archive
      - Installing contao/manager-bundle (4.10.7): Extracting archive
      - Installing contao/news-bundle (4.10.7): Extracting archive
      - Installing contao/newsletter-bundle (4.10.7): Extracting archive
      - Installing delahaye/dlh_geocode (1.1.4): Extracting archive
      - Installing delahaye/dlh_googlemaps (2.4.1): Extracting archive
      - Installing do-while/contao-backupdb-bundle (1.4.2): Extracting archive
      - Installing erdmannfreunde/euf_overlay (1.3.0): Extracting archive
      - Installing menatwork/contao-multicolumnwizard-bundle (3.4.11): Extracting archive
      - Installing hofff/contao-calendarfield (3.0.2): Extracting archive
      - Installing jrgregory/m17-sticky-backend-footer (2.0.9): Extracting archive
      - Installing codefog/contao-haste (4.24.17): Extracting archive
      - Installing terminal42/dcawizard (2.4.7): Extracting archive
      - Installing terminal42/notification_center (1.5.18): Extracting archive
      - Installing terminal42/contao-leads (1.4.19): Extracting archive
      - Installing contao/calendar-bundle (4.10.7): Extracting archive
      - Installing kmielke/calendar-extended-bundle (1.0.13): Extracting archive
      - Installing madeyourday/contao-rocksolid-frontend-helper (v2.0.12): Extracting archive
      - Installing myclabs/php-enum (1.8.0): Extracting archive
      - Installing markbaker/matrix (2.1.3): Extracting archive
      - Installing markbaker/complex (2.0.3): Extracting archive
      - Installing maennchen/zipstream-php (2.1.0): Extracting archive
      - Installing ezyang/htmlpurifier (v4.13.0): Extracting archive
      - Installing phpoffice/phpspreadsheet (1.18.0): Extracting archive
      - Installing terminal42/contao-changelanguage (3.1.17): Extracting archive
      - Installing terminal42/contao-easy_themes (2.2.11): Extracting archive
      - Installing terminal42/contao-rte_table (1.0.7): Extracting archive
      - Installing contao/faq-bundle (4.10.7): Extracting archive
      - Installing w3scout/contao-searchfaq-bundle (1.0.4): Extracting archive
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    4 package suggestions were added by new dependencies, use `composer suggest` to see details.
    Package league/uri-hostname-parser is abandoned, you should avoid using it. No replacement was suggested.
    Package league/uri-schemes is abandoned, you should avoid using it. No replacement was suggested.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    Generating optimized autoload files
    Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    91 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
    Fatal error: Could not check compatibility between Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $classGenerator), because class Zend\Code\Generator\ClassGenerator is not available in /www/htdocs/w018558d/agentur-grenzbereich.com/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php on line 33
    PHP Fatal error:  Could not check compatibility between Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $classGenerator), because class Zend\Code\Generator\ClassGenerator is not available in /www/htdocs/w018558d/agentur-grenzbereich.com/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php on line 33
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    
    In ScriptHandler.php line 95:
                                                                                   
      An error occurred while executing the "contao:install-web-dir" command: PHP  
       Fatal error:  Could not check compatibility between Symfony\Bridge\ProxyMa  
      nager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(Reflect  
      ionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator  
      ): void and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::ge  
      nerate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerato  
      r $classGenerator), because class Zend\Code\Generator\ClassGenerator is not  
       available in /www/htdocs/w018558d/agentur-grenzbereich.com/vendor/symfony/  
      proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.ph  
      p on line 33                                                                 
                                                                                   
    
    update [--with WITH] [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [
    ...]
    
    
    # Process terminated with exit code 1
    # Result: General error

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

    Standard

    Laut dieser Ausgabe wird Contao 4.10 installiert. Contao 4.10 hat das Lebensende bereits erreicht und dort kommt es auf jeden Fall zu Problemen. Du musst Contao 4.11.5 installieren.
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Aber warum? In der Composer.json steht doch 4.11

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

    Standard

    Sicher? Poste mal die Ausgabe von
    Code:
    cat /www/htdocs/w018558d/agentur-grenzbereich.com/composer.json
    über die Konsole.
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Composer Update läuft jetzt auf einmal durch. Seite ist aber nach wie vor Error 500

    Code:
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs//agentur-grenzbereich.com/web/contao-manager.phar.php composer update --with-dependencies --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Updating dependencies
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    Please edit your root composer.json and set "post-update-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".
    Nothing to modify in lock file
    Installing dependencies from lock file
    Nothing to install, update or remove
    Package league/uri-hostname-parser is abandoned, you should avoid using it. No replacement was suggested.
    Package league/uri-schemes is abandoned, you should avoid using it. No replacement was suggested.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Generating optimized autoload files
    Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    90 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
    In ParameterBag.php line 98:
                                                                                   
      You have requested a non-existent parameter "kernel.root_dir". Did you mean  
       one of these: "kernel.project_dir", "kernel.build_dir", "kernel.cache_dir"  
      , "kernel.logs_dir"?                                                         
                                                                                   
    
    
    # Process terminated with exit code 0
    # Result: OK

    composer.json

    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": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.11.*",
            "contao/comments-bundle": "4.11.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.11.*",
            "contao/listing-bundle": "4.11.*",
            "contao/manager-bundle": "4.11.*",
            "contao/news-bundle": "4.11.*",
            "contao/newsletter-bundle": "4.11.*",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-backupdb-bundle": "^1.2",
            "erdmannfreunde/euf_overlay": "^1.3",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/contao-rte_table": "^1.0",
            "terminal42/notification_center": "^1.4",
            "w3scout/contao-searchfaq-bundle": "^1.0"
        },
        "config": {
            "component-dir": "assets"
        },
        "extra": {
    
    
        },
        "conflict": {
            "heimrichhannot/contao-utils-bundle": "<2.188.10"   
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }

    Cache löschen geht ebenfalls nicht
    Code:
    $ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs//agentur-grenzbereich.com/vendor/contao/manager-bundle/bin/contao-console cache:clear --env=prod --no-warmup
    In ParameterBag.php line 98:
                                                                                   
      You have requested a non-existent parameter "kernel.root_dir". Did you mean  
       one of these: "kernel.project_dir", "kernel.build_dir", "kernel.cache_dir"  
      , "kernel.logs_dir"?                                                         
    
    # Process terminated with exit code 1
    # Result: General error

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

    Standard

    Da gibt es noch weitere Symfony 5 Inkompatibilitäten mit den Extensions, die du verwendest, ist aber nun schwieriger herauszufinden, welche das sind.

    - - - Aktualisiert - - -

    Nimm diese composer.json:
    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": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.11.*",
            "contao/comments-bundle": "4.11.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.11.*",
            "contao/listing-bundle": "4.11.*",
            "contao/manager-bundle": "4.11.*",
            "contao/news-bundle": "4.11.*",
            "contao/newsletter-bundle": "4.11.*",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-backupdb-bundle": "^1.2",
            "erdmannfreunde/euf_overlay": "^1.3",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0.13",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/contao-rte_table": "^1.0",
            "terminal42/notification_center": "^1.4",
            "w3scout/contao-searchfaq-bundle": "^1.0"
        },
        "config": {
            "component-dir": "assets"
        },
        "conflict": {
        	"heimrichhannot/contao-utils-bundle": "<2.188.10",
            "menatwork/contao-multicolumnwizard-bundle": "<3.4.11"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    » sponsor me via GitHub or PayPal or Revolut

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

    Standard

    Das schaut aktuell gut aus. Keine Fehler und Seite funzt wieder. Thx


    Ich habe normal ein halbwegs Standard Set für Erweiterungen die auch in anderen 4.11 schon laufen. Die einzigen die da aus der Reihe fallen sind eigentlich nur 2:

    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": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-cookiebar": "^2.1",
            "contao/calendar-bundle": "4.11.*",
            "contao/comments-bundle": "4.11.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.11.*",
            "contao/listing-bundle": "4.11.*",
            "contao/manager-bundle": "4.11.*",
            "contao/news-bundle": "4.11.*",
            "contao/newsletter-bundle": "4.11.*",
            "delahaye/dlh_googlemaps": "^2.4",
            "do-while/contao-backupdb-bundle": "^1.2",
            "erdmannfreunde/euf_overlay": "^1.3",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "kmielke/calendar-extended-bundle": "^1.0.13",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-easy_themes": "^2.2",
            "terminal42/contao-leads": "^1.4",
            "terminal42/notification_center": "^1.4",
            "w3scout/contao-searchfaq-bundle": "^1.0"
        },
        "config": {
            "component-dir": "assets"
        },
        "conflict": {
            "heimrichhannot/contao-utils-bundle": "<2.188.10",
            "menatwork/contao-multicolumnwizard-bundle": "<3.4.11"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Geändert von Kahmoon (24.06.2021 um 18:30 Uhr)

  17. #17
    Contao-Fan Avatar von Stranger
    Registriert seit
    20.06.2009.
    Ort
    Blankenburg
    Beiträge
    746
    Partner-ID
    5635
    User beschenken
    Wunschliste

    Standard

    Hab jetzt das gleiche Problem bei ner 4.9er Instanz.
    Die Gemeinsamkeit ist, dass auch hier dlh_googlemaps installiert ist.
    Aber der direkte Fehler deutet nicht drauf hin, sehr merkwürdig.

    Ich muss das demnächst mal ausführlich sezieren, indem ich mir nen Duplikat aufsetze, aber live ist das nicht lösbar.
    Auf der Kundenseite wurden einfach zu viele merkwürdige, externe Erweiterungen installiert, um per Ausschlussverfahren ans Ziel zu kommen.
    Du willst dich bei mir bedanken?
    Ich freue mich über Geschenke von meiner Amazon-Wunschliste.

    Contao-Anwender seit 2008
    Contao-Entwickler seit 2013, mehr als 50 Contao Erweiterungen programmiert

    Mein Unternehmen aus Blankenburg (Harz): Fast & Media

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
  •