Ergebnis 1 bis 2 von 2

Thema: Update Contao 4.4.x zu 4.9.x - Fehler

  1. #1
    Contao-Nutzer Avatar von sgei
    Registriert seit
    12.12.2011.
    Beiträge
    98

    Frage Update Contao 4.4.x zu 4.9.x - Fehler

    Hallo,

    ich wollte heute meine Installation von 4.4.47 auf die aktuelle 4.9.x heben.
    Ich habe dazu im Contao-Manger beim "Contao 4 manager bundle" "4.9.*" eingetragen und einen Dry Run durchgeführt. Dieser lief ohne Fehler.
    Anschließend habe ich "Apply Changes" gedrückt, um das Update durchzuführen. Dies führte dann zu einem Abbruch.

    Ich habe meine Installation bei 1Blu gehostet.

    Kann mir jemand einen Tipp geben?


    Meine composer.json:

    {
    "type": "project",
    "require": {
    "cliffparnitzky/user-member-bridge": "^1.2",
    "codefog/contao-cookiebar": "^2.1",
    "codefog/contao-mobile_menu": "^2.7",
    "contao-bootstrap/bundle": "^2.1",
    "contao/calendar-bundle": "^4.4",
    "contao/comments-bundle": "^4.4",
    "contao/conflicts": "*@dev",
    "contao/faq-bundle": "^4.4",
    "contao/listing-bundle": "^4.4",
    "contao/manager-bundle": "4.4.*",
    "contao/news-bundle": "^4.4",
    "contao/newsletter-bundle": "^4.4",
    "dma/dma_elementgenerator": "dev-develop",
    "isotope/isotope-core": "^2.5",
    "isotope/isotope_documents": "^1.0",
    "jrgregory/m17-sticky-backend-footer": "^2.0",
    "madeyourday/contao-rocksolid-antispam": "^2.0",
    "markocupic/bootstrap-carousel-bundle": "^1.0",
    "netzmacht/contao-font-awesome-inserttag": "^2.0",
    "richardhj/contao-isotope_simple_stockmanagement": "dev-master",
    "terminal42/contao-folderpage": "^2.0",
    "terminal42/contao-mailusername": "^1.0"
    },
    "extra": {
    "contao-component-dir": "assets"
    },
    "scripts": {
    "post-install-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ],
    "post-update-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ]
    }
    }

    Hier der Console-Output vom DryRun:

    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer require contao/manager-bundle=4.9.* contao/news-bundle=4.9.* contao/calendar-bundle=4.9.* contao/faq-bundle=4.9.* contao/comments-bundle=4.9.* contao/newsletter-bundle=4.9.* contao/listing-bundle=4.9.* --no-suggest --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

    /hp/bv/ab/fx/www/bfc2019/composer.json has been updated

    # Process terminated with exit code 0
    # Result: OK


    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction

    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed

    # Process terminated with exit code 0
    # Result: OK


    > Resolving dependencies using Composer Cloud v2.2.6

    # Job ID jtfUEZ2IzPAYHgmKM7kLqn4iYggGBTBmhUoNubf7ZMXo0219cR xpidpg0ECP1eivPAt9rz7o3tobNAal7kjK4URuhqFaJRu1pl4f tRCmdJ completed in 41 seconds
    # Memory usage: 445.06MB (peak: 2098.71MB), time: 38.74s.

    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader --dry-run

    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 71 installs, 30 updates, 19 removals
    - Uninstalling symfony/polyfill-util (v1.14.0)
    - Uninstalling symfony/polyfill-php70 (v1.14.0)
    - Uninstalling symfony/polyfill-php56 (v1.14.0)
    - Uninstalling symfony/polyfill-apcu (v1.14.0)
    - Uninstalling sensiolabs/security-checker (v6.0.3)
    - Uninstalling psr/link (1.0.0)
    - Uninstalling oyejorge/less.php (v1.7.0.14)
    - Uninstalling league/uri (4.2.2)
    - Uninstalling jeremykendall/php-domain-parser (3.0.0)
    - Uninstalling fig/link-util (1.1.0)
    - Uninstalling contao-components/respimage (1.4.2)
    - Uninstalling contao-components/mediaelement (4.2.14)
    - Uninstalling contao-components/html5shiv (3.7.3)
    - Uninstalling contao-components/compass (0.12.2.1)
    - Uninstalling symfony/polyfill-intl-icu (v1.14.0)
    - Uninstalling symfony/symfony (v3.4.38)
    - Uninstalling sensio/distribution-bundle (v5.0.25)
    - Uninstalling terminal42/header-replay-bundle (1.5.3)
    - Uninstalling php-http/guzzle6-adapter (v1.1.1)
    - Updating contao-components/contao (7.1.5) to contao-components/contao (9.1.0)
    - Updating contao-components/dropzone (4.3.0) to contao-components/dropzone (5.5.0)
    - Updating contao-components/highlight (8.9.1) to contao-components/highlight (9.16.1)
    - Updating contao-components/jquery (1.12.4) to contao-components/jquery (3.4.1)
    - Updating contao-components/tinymce4 (4.6.7.3) to contao-components/tinymce4 (4.9.6)
    - Installing symfony/yaml (v4.4.5)
    - Updating symfony/mime (v4.4.5) to symfony/mime (v5.0.5)
    - Installing symfony/http-foundation (v4.4.5)
    - Installing symfony/event-dispatcher-contracts (v1.1.7)
    - Installing symfony/event-dispatcher (v4.4.5)
    - Installing symfony/var-dumper (v4.4.5)
    - Updating psr/log (1.1.2) to psr/log (1.1.3)
    - Installing symfony/debug (v4.4.5)
    - Installing symfony/error-handler (v4.4.5)
    - Installing symfony/http-kernel (v4.4.5)
    - Updating symfony/service-contracts (v1.1.8) to symfony/service-contracts (v2.0.1)
    - Installing symfony/dependency-injection (v4.4.5)
    - Installing symfony/filesystem (v4.4.5)
    - Installing symfony/config (v4.4.5)
    - Installing symfony/options-resolver (v5.0.5)
    - Updating symfony/http-client-contracts (v1.1.8) to symfony/http-client-contracts (v2.0.1)
    - Installing psr/http-client (1.0.0)
    - Updating php-http/httplug (v1.1.0) to php-http/httplug (2.1.0)
    - Updating php-http/client-common (1.10.0) to php-http/client-common (2.1.0)
    - Installing wikimedia/less.php (1.8.2)
    - Installing webignition/disallowed-character-terminated-string (2.0)
    - Installing webignition/robots-txt-file (3.0)
    - Updating twig/twig (v1.42.5) to twig/twig (v2.12.5)
    - Updating doctrine/lexer (1.0.2) to doctrine/lexer (1.2.0)
    - Installing terminal42/service-annotation-bundle (1.0.0)
    - Installing symfony/dom-crawler (v4.4.5)
    - Installing psr/http-factory (1.0.1)
    - Installing nyholm/psr7 (1.2.1)
    - Installing terminal42/escargot (0.5.7)
    - Installing symfony/translation-contracts (v2.0.1)
    - Installing symfony/twig-bridge (v4.4.5)
    - Installing symfony/twig-bundle (v4.4.5)
    - Installing symfony/translation (v4.4.5)
    - Installing symfony/polyfill-iconv (v1.14.0)
    - Installing egulias/email-validator (2.1.17)
    - Updating swiftmailer/swiftmailer (v5.4.12) to swiftmailer/swiftmailer (v6.2.3)
    - Updating symfony/swiftmailer-bundle (v2.6.7) to symfony/swiftmailer-bundle (v3.4.0)
    - Installing symfony/inflector (v5.0.5)
    - Installing symfony/property-access (v5.0.5)
    - Installing symfony/security (v4.4.5)
    - Installing symfony/security-bundle (v4.4.5)
    - Installing symfony/routing (v4.4.5)
    - Installing symfony/process (v4.4.5)
    - Installing symfony/monolog-bridge (v4.4.5)
    - Installing symfony/lock (v4.4.5)
    - Installing symfony/finder (v4.4.5)
    - Installing symfony/var-exporter (v5.0.5)
    - Installing symfony/cache-contracts (v2.0.1)
    - Installing symfony/cache (v4.4.5)
    - Installing symfony/framework-bundle (v4.4.5)
    - Installing symfony/expression-language (v4.4.5)
    - Installing symfony/console (v4.4.5)
    - Installing symfony/asset (v4.4.5)
    - Installing symfony-cmf/routing (2.2.0)
    - Installing symfony-cmf/routing-bundle (2.3.0)
    - Installing paragonie/constant_time_encoding (v2.3.0)
    - Installing spomky-labs/otphp (v9.1.4)
    - Installing lcobucci/jwt (3.3.1)
    - Installing scheb/two-factor-bundle (v4.14.0)
    - Installing ramsey/uuid (3.9.3)
    - Installing league/uri-parser (1.4.1)
    - Installing league/uri-interfaces (1.1.1)
    - Installing league/uri-schemes (1.2.1)
    - Installing league/uri-hostname-parser (1.1.1)
    - Installing league/uri-components (1.8.2)
    - Installing symfony/templating (v5.0.5)
    - Updating knplabs/knp-time-bundle (v1.10.0) to knplabs/knp-time-bundle (v1.11.0)
    - Updating friendsofsymfony/http-cache-bundle (2.7.2) to friendsofsymfony/http-cache-bundle (2.8.0)
    - Installing dragonmantank/cron-expression (v2.3.0)
    - Updating doctrine/reflection (v1.1.0) to doctrine/reflection (1.2.0)
    - Updating doctrine/persistence (1.3.6) to doctrine/persistence (1.3.7)
    - Installing doctrine/instantiator (1.3.0)
    - Updating doctrine/dbal (v2.9.3) to doctrine/dbal (v2.10.1)
    - Installing doctrine/orm (v2.7.2)
    - Installing symfony/doctrine-bridge (v4.4.5)
    - Updating contao/image (0.3.9) to contao/image (1.0.1)
    - Installing dasprid/enum (1.0.0)
    - Installing bacon/bacon-qr-code (2.0.0)
    - Installing ausi/slug-generator (v1.1.0)
    - Updating contao/core-bundle (4.4.47) to contao/core-bundle (4.9.1)
    - Updating contao/calendar-bundle (4.4.47) to contao/calendar-bundle (4.9.1)
    - Updating contao/comments-bundle (4.4.47) to contao/comments-bundle (4.9.1)
    - Updating contao/faq-bundle (4.4.47) to contao/faq-bundle (4.9.1)
    - Updating contao/listing-bundle (4.4.47) to contao/listing-bundle (4.9.1)
    - Installing symfony/web-profiler-bundle (v4.4.5)
    - Installing symfony/stopwatch (v4.4.5)
    - Installing zendframework/zend-eventmanager (3.2.1)
    - Installing zendframework/zend-code (3.4.1)
    - Installing ocramius/proxy-manager (2.2.3)
    - Installing symfony/proxy-manager-bridge (v4.4.5)
    - Installing symfony/dotenv (v4.4.5)
    - Installing symfony/debug-bundle (v4.4.5)
    - Updating contao/installation-bundle (4.4.47) to contao/installation-bundle (4.9.1)
    - Updating contao/manager-bundle (4.4.47) to contao/manager-bundle (4.9.1)
    - Updating contao/news-bundle (4.4.47) to contao/news-bundle (4.9.1)
    - Updating contao/newsletter-bundle (4.4.47) to contao/newsletter-bundle (4.9.1)
    Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead.
    Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead.

    # Process terminated with exit code 0
    # Result: OK


    ---

    ### Task completed successfully ###

    Hier der Console-Output vom Update:


    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer require contao/manager-bundle=4.9.* contao/news-bundle=4.9.* contao/calendar-bundle=4.9.* contao/faq-bundle=4.9.* contao/comments-bundle=4.9.* contao/newsletter-bundle=4.9.* contao/listing-bundle=4.9.* --no-suggest --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

    /hp/bv/ab/fx/www/bfc2019/composer.json has been updated

    # Process terminated with exit code 0
    # Result: OK


    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction

    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed

    # Process terminated with exit code 0
    # Result: OK


    > Resolving dependencies using Composer Cloud v2.2.6

    # Job ID bulw4CE3OT1LTOZoB6X3SoMZwe4BRBJW8DweXw0tre8xknvQgk 0neJiAZ0Lw2ZOHQhq completed in 40 seconds
    # Memory usage: 445.06MB (peak: 2098.71MB), time: 37.4s.

    $ /opt/php7.2.22/bin/php -q /hp/bv/ab/fx/www/bfc2019/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader

    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 71 installs, 30 updates, 19 removals
    - Removing symfony/polyfill-util (v1.14.0)
    - Removing symfony/polyfill-php70 (v1.14.0)
    - Removing symfony/polyfill-php56 (v1.14.0)
    - Removing symfony/polyfill-apcu (v1.14.0)
    - Removing sensiolabs/security-checker (v6.0.3)
    - Removing psr/link (1.0.0)
    - Removing oyejorge/less.php (v1.7.0.14)
    - Removing league/uri (4.2.2)
    - Removing jeremykendall/php-domain-parser (3.0.0)
    - Removing fig/link-util (1.1.0)
    - Removing contao-components/respimage (1.4.2)
    - Removing contao-components/mediaelement (4.2.14)
    - Removing contao-components/html5shiv (3.7.3)
    - Removing contao-components/compass (0.12.2.1)
    - Removing symfony/polyfill-intl-icu (v1.14.0)
    - Removing symfony/symfony (v3.4.38)
    - Removing sensio/distribution-bundle (v5.0.25)
    - Removing terminal42/header-replay-bundle (1.5.3)
    - Removing php-http/guzzle6-adapter (v1.1.1)
    - Updating contao-components/contao (7.1.5 => 9.1.0): Downloading (100%)
    - Updating contao-components/dropzone (4.3.0 => 5.5.0): Downloading (100%)
    - Updating contao-components/highlight (8.9.1 => 9.16.1): Downloading (100%)
    - Updating contao-components/jquery (1.12.4 => 3.4.1): Downloading (100%)
    - Updating contao-components/tinymce4 (4.6.7.3 => 4.9.6): Downloading (100%)
    - Installing symfony/yaml (v4.4.5): Downloading (100%)
    - Updating symfony/mime (v4.4.5 => v5.0.5): Downloading (100%)
    - Installing symfony/http-foundation (v4.4.5): Downloading (100%)
    - Installing symfony/event-dispatcher-contracts (v1.1.7): Downloading (100%)
    - Installing symfony/event-dispatcher (v4.4.5): Downloading (100%)
    - Installing symfony/var-dumper (v4.4.5): Downloading (100%)
    - Updating psr/log (1.1.2 => 1.1.3): Downloading (100%)
    - Installing symfony/debug (v4.4.5): Downloading (100%)
    - Installing symfony/error-handler (v4.4.5): Downloading (100%)
    - Installing symfony/http-kernel (v4.4.5): Downloading (100%)
    - Updating symfony/service-contracts (v1.1.8 => v2.0.1): Downloading (100%)
    - Installing symfony/dependency-injection (v4.4.5): Downloading (100%)
    - Installing symfony/filesystem (v4.4.5): Downloading (100%)
    - Installing symfony/config (v4.4.5): Downloading (100%)
    - Installing symfony/options-resolver (v5.0.5): Downloading (100%)
    - Updating symfony/http-client-contracts (v1.1.8 => v2.0.1): Downloading (100%)
    - Installing psr/http-client (1.0.0): Downloading (100%)
    - Updating php-http/httplug (v1.1.0 => 2.1.0): Downloading (100%)
    - Updating php-http/client-common (1.10.0 => 2.1.0): Downloading (100%)
    - Installing wikimedia/less.php (1.8.2): Downloading (100%)
    - Installing webignition/disallowed-character-terminated-string (2.0): Downloading (100%)
    - Installing webignition/robots-txt-file (3.0): Downloading (100%)
    - Updating twig/twig (v1.42.5 => v2.12.5): Downloading (100%)
    - Updating doctrine/lexer (1.0.2 => 1.2.0): Downloading (100%)
    - Installing terminal42/service-annotation-bundle (1.0.0): Downloading (100%)
    - Installing symfony/dom-crawler (v4.4.5): Downloading (100%)
    - Installing psr/http-factory (1.0.1): Downloading (100%)
    - Installing nyholm/psr7 (1.2.1): Downloading (100%)
    - Installing terminal42/escargot (0.5.7): Downloading (100%)
    - Installing symfony/translation-contracts (v2.0.1): Downloading (100%)
    - Installing symfony/twig-bridge (v4.4.5): Downloading (100%)
    - Installing symfony/twig-bundle (v4.4.5): Downloading (100%)
    - Installing symfony/translation (v4.4.5): Downloading (100%)
    - Installing symfony/polyfill-iconv (v1.14.0): Downloading (100%)
    - Installing egulias/email-validator (2.1.17): Downloading (100%)
    - Updating swiftmailer/swiftmailer (v5.4.12 => v6.2.3): Downloading (100%)
    - Updating symfony/swiftmailer-bundle (v2.6.7 => v3.4.0): Downloading (100%)
    - Installing symfony/inflector (v5.0.5): Downloading (100%)
    - Installing symfony/property-access (v5.0.5): Downloading (100%)
    - Installing symfony/security (v4.4.5): Downloading (100%)
    - Installing symfony/security-bundle (v4.4.5): Downloading (100%)
    - Installing symfony/routing (v4.4.5): Downloading (100%)
    - Installing symfony/process (v4.4.5): Downloading (100%)
    - Installing symfony/monolog-bridge (v4.4.5): Downloading (100%)
    - Installing symfony/lock (v4.4.5): Downloading (100%)
    - Installing symfony/finder (v4.4.5): Downloading (100%)
    - Installing symfony/var-exporter (v5.0.5): Downloading (100%)
    - Installing symfony/cache-contracts (v2.0.1): Downloading (100%)
    - Installing symfony/cache (v4.4.5): Downloading (100%)
    - Installing symfony/framework-bundle (v4.4.5): Downloading (100%)
    - Installing symfony/expression-language (v4.4.5): Downloading (100%)
    - Installing symfony/console (v4.4.5): Downloading (100%)
    - Installing symfony/asset (v4.4.5): Downloading (100%)
    - Installing symfony-cmf/routing (2.2.0): Downloading (100%)
    - Installing symfony-cmf/routing-bundle (2.3.0): Downloading Failed to download symfony-cmf/routing-bundle from dist: Could not authenticate against github.com
    Now trying to download from source
    - Installing symfony-cmf/routing-bundle (2.3.0): Cloning 513c269adb

    In Git.php line 378:

    Failed to clone https://github.com/symfony-cmf/routing-bundle.git, git was
    not found, check that it is installed and in your PATH env.

    sh: 1: git: not found


    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>...]


    # Process terminated with exit code 1
    # Result: General error


    ---

    ### The background task has stopped unexpectedly ###

    Steffen

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

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
  •