Ergebnis 1 bis 14 von 14

Thema: Nach Composer Update funktionieren weder Front- noch Backend

  1. #1
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard Nach Composer Update funktionieren weder Front- noch Backend

    Ich wollte eigentlich nur eine neue Erweiterung installieren, bin dann als erstes über das Update des Contao Managers 'gestolpert'. Das hat anscheinend noch geklappt, dann gab es aber Schwierigkeiten mit dem Update von Erweiterungen. Hab immer Fehlermeldungen in dieser Art bekommen: 'xxx is locked to version xxx' oder auch 'The module folder "system/modules/dcawizard" does not exist'. Hab dann ein Composer Update ausgeführt und jetzt geht gar nichts mehr: Backend und Frontend zeigen eine weiße Seite an.

    Wenn ich bei der Systemwiederherstellung eine automatische Reparatur starte, erhalte ich folgende Fehlermeldung:


    Code:
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/13/d709358511/htdocs/contao_2020/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Your lock file does not contain a compatible set of packages. Please run composer update.
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 2
        - contao/manager-plugin is locked to version 2.8.0 and an update of this package was not requested.
        - contao/manager-plugin 2.8.0 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 3
        - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested.
        - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 4
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.32], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.32 and cannot be modified by Composer
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins
    Was tun ???

    PHP-Version ist 7.4, falls das relevant sein sollte.
    Geändert von Lufine (12.01.2022 um 12:32 Uhr)

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

    Standard

    In der Systemwartung solltest du "Composer Update ausführen" klicken.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Noch eine Fehlermeldung ... Die bekomme ich, wenn ich den Composer neu installieren möchte:

    Code:
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/13/d709358511/htdocs/contao_2020/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Your lock file does not contain a compatible set of packages. Please run composer update.
    
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 2
        - contao/manager-plugin is locked to version 2.8.0 and an update of this package was not requested.
        - contao/manager-plugin 2.8.0 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 3
        - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested.
        - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 4
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.32], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.32 and cannot be modified by Composer
    
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins
    So, jetzt lass ich erstmal die Finger davon und hoffe, dass jemand von Euch eine Idee hat. Bevor ich noch mehr kaputt mache ...

  4. #4
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    In der Systemwartung solltest du "Composer Update ausführen" klicken.
    Hab ich mehrfach versucht, bekomme dann aber die Fehlermeldung, die ich einen Beitrag weiter oben gepostet habe.

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

    Standard

    Du hast wirklich diesen Button geklickt?

    » sponsor me via GitHub or PayPal or Revolut

  6. #6
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast wirklich diesen Button geklickt?

    Ja, erst auf Systemwiederherstellung > Abgesicherter Modus, dann Systemwartung > Composer Update ausführen.

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

    Standard

    Führe das nochmal durch und poste die gesamte Konsolenausgabe davon.
    » sponsor me via GitHub or PayPal or Revolut

  8. #8
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Führe das nochmal durch und poste die gesamte Konsolenausgabe davon.
    Ich hab's gerade nochmal probiert:

    Code:
    > Resolving dependencies using Composer Cloud v3.2.0
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [6.5MiB/0.19s] Loading composer repositories with package information
    [70.1MiB/2.74s] Updating dependencies
    [145.5MiB/43.44s] Lock file operations: 18 installs, 149 updates, 21 removals
    [145.5MiB/43.45s]   - Removing codefog/contao-haste (4.24.5)
    [145.5MiB/43.45s]   - Removing doctrine/data-fixtures (1.4.2)
    [145.5MiB/43.45s]   - Removing doctrine/doctrine-cache-bundle (1.4.0)
    [145.5MiB/43.45s]   - Removing doctrine/reflection (1.2.1)
    [145.5MiB/43.45s]   - Removing jdorn/sql-formatter (v1.2.17)
    [145.5MiB/43.45s]   - Removing league/uri-components (1.8.2)
    [145.5MiB/43.46s]   - Removing league/uri-hostname-parser (1.1.1)
    [145.5MiB/43.46s]   - Removing league/uri-interfaces (1.1.1)
    [145.5MiB/43.46s]   - Removing league/uri-parser (1.4.1)
    [145.5MiB/43.46s]   - Removing league/uri-schemes (1.2.1)
    [145.5MiB/43.46s]   - Removing menatwork/contao-multicolumnwizard (3.3.16)
    [145.5MiB/43.46s]   - Removing ocramius/package-versions (1.5.1)
    [145.5MiB/43.47s]   - Removing ocramius/proxy-manager (2.2.3)
    [145.5MiB/43.47s]   - Removing psr/simple-cache (1.0.1)
    [145.5MiB/43.47s]   - Removing scheb/two-factor-bundle (v4.14.0)
    [145.5MiB/43.47s]   - Removing symfony/inflector (v5.0.7)
    [145.5MiB/43.47s]   - Removing symfony/templating (v5.0.7)
    [145.5MiB/43.47s]   - Removing terminal42/dcawizard (2.4.7)
    [145.5MiB/43.47s]   - Removing terminal42/notification_center (1.5.12)
    [145.5MiB/43.48s]   - Removing zendframework/zend-code (3.4.1)
    [145.5MiB/43.48s]   - Removing zendframework/zend-eventmanager (3.2.1)
    [145.5MiB/43.48s]   - Upgrading ausi/slug-generator (v1.1.0 => v1.1.1)
    [145.5MiB/43.48s]   - Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.4)
    [145.5MiB/43.48s]   - Upgrading beberlei/assert (v3.2.7 => v3.3.2)
    [145.5MiB/43.49s]   - Upgrading bugbuster/contao-mobiledetection-bundle (1.0.1 => 1.0.2)
    [145.5MiB/43.49s]   - Upgrading clue/stream-filter (v1.4.1 => v1.5.0)
    [145.5MiB/43.49s]   - Upgrading codefog/contao-cookiebar (2.2.1 => 2.3.1)
    [145.5MiB/43.49s]   - Upgrading composer/ca-bundle (1.2.7 => 1.3.1)
    [145.5MiB/43.49s]   - Locking composer/package-versions-deprecated (1.11.99.4)
    [145.5MiB/43.50s]   - Upgrading con4gis/core (v4.0.13 => v4.1.5)
    [145.5MiB/43.50s]   - Upgrading con4gis/maps (v7.0.18 => v7.3.2)
    [145.5MiB/43.50s]   - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.2.1)
    [145.5MiB/43.50s]   - Upgrading contao-components/ace (1.4.7 => 1.4.13.1)
    [145.5MiB/43.50s]   - Upgrading contao-components/colorbox (1.6.5 => 1.6.6)
    [145.5MiB/43.51s]   - Upgrading contao-components/contao (9.1.0 => 9.2.0)
    [145.5MiB/43.51s]   - Upgrading contao-components/datepicker (2.3.1 => 2.3.2)
    [145.5MiB/43.51s]   - Upgrading contao-components/dropzone (5.5.0 => 5.9.3)
    [145.5MiB/43.51s]   - Upgrading contao-components/highlight (9.16.1 => 9.18.1)
    [145.5MiB/43.51s]   - Upgrading contao-components/installer (1.4.0 => 1.4.1)
    [145.5MiB/43.51s]   - Upgrading contao-components/jquery (3.4.1 => 3.6.0)
    [145.5MiB/43.52s]   - Upgrading contao-components/tablesorter (2.1.1 => 2.31.3)
    [145.5MiB/43.52s]   - Upgrading contao-components/tinymce4 (4.9.6 => 4.9.12)
    [145.5MiB/43.52s]   - Upgrading contao/calendar-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.52s]   - Upgrading contao/comments-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.52s]   - Upgrading contao/conflicts (dev-master ba331b1 => dev-main dcbdd8d)
    [145.5MiB/43.52s]   - Upgrading contao/core-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.52s]   - Upgrading contao/faq-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.52s]   - Upgrading contao/image (1.0.1 => 1.1.1)
    [145.5MiB/43.53s]   - Upgrading contao/imagine-svg (0.2.2 => 1.0.3)
    [145.5MiB/43.53s]   - Upgrading contao/installation-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.53s]   - Upgrading contao/listing-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.53s]   - Upgrading contao/manager-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.53s]   - Upgrading contao/manager-plugin (2.8.0 => 2.11.1)
    [145.5MiB/43.53s]   - Upgrading contao/news-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.53s]   - Upgrading contao/newsletter-bundle (4.9.1 => 4.9.24)
    [145.5MiB/43.53s]   - Upgrading dasprid/enum (1.0.0 => 1.0.3)
    [145.5MiB/43.54s]   - Upgrading do-while/contao-backupdb-bundle (1.4.1 => 1.4.2)
    [145.5MiB/43.54s]   - Upgrading doctrine/annotations (1.10.2 => 1.13.2)
    [145.5MiB/43.54s]   - Upgrading doctrine/cache (1.10.0 => 2.1.1)
    [145.5MiB/43.54s]   - Upgrading doctrine/collections (1.6.4 => 1.6.8)
    [145.5MiB/43.54s]   - Upgrading doctrine/common (2.12.0 => 3.2.1)
    [145.5MiB/43.54s]   - Upgrading doctrine/dbal (2.10.2 => 2.13.7)
    [145.5MiB/43.54s]   - Locking doctrine/deprecations (v0.5.3)
    [145.5MiB/43.54s]   - Upgrading doctrine/doctrine-bundle (1.12.7 => 2.5.5)
    [145.5MiB/43.54s]   - Upgrading doctrine/event-manager (1.1.0 => 1.1.1)
    [145.5MiB/43.54s]   - Upgrading doctrine/inflector (1.3.1 => 2.0.4)
    [145.5MiB/43.55s]   - Upgrading doctrine/instantiator (1.3.0 => 1.4.0)
    [145.5MiB/43.55s]   - Upgrading doctrine/lexer (1.2.0 => 1.2.2)
    [145.5MiB/43.55s]   - Upgrading doctrine/orm (v2.7.2 => 2.10.4)
    [145.5MiB/43.55s]   - Upgrading doctrine/persistence (1.3.7 => 2.3.0)
    [145.5MiB/43.55s]   - Locking doctrine/sql-formatter (1.1.2)
    [145.5MiB/43.55s]   - Upgrading dragonmantank/cron-expression (v2.3.0 => v2.3.1)
    [145.5MiB/43.55s]   - Upgrading egulias/email-validator (2.1.17 => 3.1.2)
    [145.5MiB/43.55s]   - Upgrading erdmannfreunde/euf_grid (3.1.0 => 3.1.1)
    [145.5MiB/43.55s]   - Upgrading erdmannfreunde/euf_nutshell (1.1.1 => 1.1.7)
    [145.5MiB/43.56s]   - Locking friendsofphp/proxy-manager-lts (v1.0.5)
    [145.5MiB/43.56s]   - Upgrading friendsofsymfony/http-cache (2.9.0 => 2.11.0)
    [145.5MiB/43.56s]   - Upgrading friendsofsymfony/http-cache-bundle (2.8.0 => 2.11.2)
    [145.5MiB/43.56s]   - Upgrading guzzlehttp/guzzle (6.5.3 => 6.5.5)
    [145.5MiB/43.56s]   - Upgrading guzzlehttp/promises (v1.3.1 => 1.5.1)
    [145.5MiB/43.56s]   - Upgrading guzzlehttp/psr7 (1.6.1 => 1.8.3)
    [145.5MiB/43.56s]   - Upgrading imagine/imagine (1.2.3 => 1.2.4)
    [145.5MiB/43.56s]   - Upgrading knplabs/knp-menu (2.6.0 => v3.3.0)
    [145.5MiB/43.57s]   - Upgrading knplabs/knp-menu-bundle (v2.3.0 => v3.2.0)
    [145.5MiB/43.57s]   - Upgrading knplabs/knp-time-bundle (v1.11.0 => 1.17.0)
    [145.5MiB/43.57s]   - Locking laminas/laminas-code (4.5.1)
    [145.5MiB/43.57s]   - Locking lcobucci/clock (2.0.0)
    [145.5MiB/43.57s]   - Upgrading lcobucci/jwt (3.3.1 => 4.1.5)
    [145.5MiB/43.57s]   - Upgrading madeyourday/contao-rocksolid-custom-elements (v2.2.15 => v2.3.9)
    [145.5MiB/43.57s]   - Upgrading matthiasmullie/minify (1.3.63 => 1.3.66)
    [145.5MiB/43.58s]   - Locking menatwork/contao-multicolumnwizard-bundle (3.5.2)
    [145.5MiB/43.58s]   - Upgrading michelf/php-markdown (1.9.0 => 1.9.1)
    [145.5MiB/43.58s]   - Upgrading mobiledetect/mobiledetectlib (2.8.34 => 2.8.37)
    [145.5MiB/43.58s]   - Upgrading monolog/monolog (1.25.3 => 1.26.1)
    [145.5MiB/43.58s]   - Upgrading nelmio/cors-bundle (1.5.6 => 2.2.0)
    [145.5MiB/43.58s]   - Upgrading nelmio/security-bundle (v2.9.0 => v2.10.3)
    [145.5MiB/43.58s]   - Upgrading nyholm/psr7 (1.2.1 => 1.4.1)
    [145.5MiB/43.59s]   - Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.4.0)
    [145.5MiB/43.59s]   - Upgrading paragonie/random_compat (v9.99.99 => v9.99.100)
    [145.5MiB/43.59s]   - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3)
    [145.5MiB/43.59s]   - Upgrading php-http/client-common (2.1.0 => 2.5.0)
    [145.5MiB/43.59s]   - Upgrading php-http/discovery (1.7.4 => 1.14.1)
    [145.5MiB/43.59s]   - Upgrading php-http/httplug (2.1.0 => 2.2.0)
    [145.5MiB/43.59s]   - Upgrading php-http/message (1.8.0 => 1.12.0)
    [145.5MiB/43.59s]   - Upgrading php-http/promise (v1.0.0 => 1.1.0)
    [145.5MiB/43.59s]   - Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
    [145.5MiB/43.60s]   - Upgrading phpunit/php-token-stream (3.1.1 => 4.0.4)
    [145.5MiB/43.60s]   - Upgrading psr/container (1.0.0 => 1.1.2)
    [145.5MiB/43.60s]   - Upgrading psr/http-client (1.0.0 => 1.0.1)
    [145.5MiB/43.60s]   - Upgrading psr/log (1.1.3 => 1.1.4)
    [145.5MiB/43.60s]   - Upgrading ramsey/uuid (3.9.3 => 3.9.6)
    [145.5MiB/43.60s]   - Locking scheb/2fa-backup-code (v5.13.1)
    [145.6MiB/43.60s]   - Locking scheb/2fa-bundle (v5.13.1)
    [145.6MiB/43.60s]   - Locking scheb/2fa-trusted-device (v5.13.1)
    [145.6MiB/43.60s]   - Upgrading scssphp/scssphp (1.0.9 => v1.10.0)
    [145.6MiB/43.61s]   - Upgrading sensiolabs/ansi-to-html (v1.1.3 => v1.2.1)
    [145.6MiB/43.61s]   - Upgrading simplepie/simplepie (1.5.4 => 1.5.8)
    [145.6MiB/43.61s]   - Upgrading spomky-labs/otphp (v9.1.4 => v10.0.1)
    [145.6MiB/43.61s]   - Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.3.0)
    [145.6MiB/43.61s]   - Upgrading symfony-cmf/routing (2.2.0 => 2.3.4)
    [145.6MiB/43.61s]   - Upgrading symfony-cmf/routing-bundle (2.3.0 => 2.5.1)
    [145.6MiB/43.61s]   - Upgrading symfony/asset (v4.4.7 => v4.4.27)
    [145.6MiB/43.61s]   - Upgrading symfony/cache (v4.4.7 => v4.4.36)
    [145.6MiB/43.61s]   - Upgrading symfony/cache-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/43.62s]   - Upgrading symfony/config (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/console (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/debug (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/debug-bundle (v4.4.5 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/dependency-injection (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Locking symfony/deprecation-contracts (v2.5.0)
    [145.6MiB/43.62s]   - Upgrading symfony/doctrine-bridge (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/dom-crawler (v4.4.7 => v4.4.36)
    [145.6MiB/43.62s]   - Upgrading symfony/dotenv (v4.4.5 => v4.4.36)
    [145.6MiB/43.63s]   - Upgrading symfony/error-handler (v4.4.7 => v4.4.36)
    [145.6MiB/43.63s]   - Upgrading symfony/event-dispatcher (v4.4.7 => v4.4.34)
    [145.6MiB/43.63s]   - Upgrading symfony/event-dispatcher-contracts (v1.1.7 => v1.1.11)
    [145.6MiB/43.63s]   - Upgrading symfony/expression-language (v4.4.7 => v4.4.34)
    [145.6MiB/43.63s]   - Upgrading symfony/filesystem (v4.4.7 => v4.4.27)
    [145.6MiB/43.63s]   - Upgrading symfony/finder (v4.4.7 => v4.4.36)
    [145.6MiB/43.63s]   - Upgrading symfony/framework-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/43.63s]   - Upgrading symfony/http-client (v4.4.7 => v4.4.36)
    [145.6MiB/43.63s]   - Upgrading symfony/http-client-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/43.64s]   - Upgrading symfony/http-foundation (v4.4.7 => v4.4.36)
    [145.6MiB/43.64s]   - Upgrading symfony/http-kernel (v4.4.7 => v4.4.36)
    [145.6MiB/43.64s]   - Upgrading symfony/lock (v4.4.7 => v4.4.36)
    [145.6MiB/43.64s]   - Upgrading symfony/mime (v5.0.7 => v5.4.2)
    [145.6MiB/43.64s]   - Upgrading symfony/monolog-bridge (v4.4.7 => v4.4.27)
    [145.6MiB/43.64s]   - Upgrading symfony/monolog-bundle (v3.5.0 => v3.7.1)
    [145.6MiB/43.64s]   - Upgrading symfony/options-resolver (v5.0.7 => v5.4.0)
    [145.6MiB/43.64s]   - Upgrading symfony/polyfill-ctype (v1.15.0 => v1.24.0)
    [145.6MiB/43.64s]   - Upgrading symfony/polyfill-iconv (v1.15.0 => v1.24.0)
    [145.6MiB/43.65s]   - Locking symfony/polyfill-intl-grapheme (v1.24.0)
    [145.6MiB/43.65s]   - Upgrading symfony/polyfill-intl-idn (v1.15.0 => v1.24.0)
    [145.6MiB/43.65s]   - Locking symfony/polyfill-intl-normalizer (v1.24.0)
    [145.6MiB/43.65s]   - Upgrading symfony/polyfill-mbstring (v1.15.0 => v1.24.0)
    [145.6MiB/43.65s]   - Upgrading symfony/polyfill-php72 (v1.15.0 => v1.24.0)
    [145.6MiB/43.65s]   - Upgrading symfony/polyfill-php73 (v1.15.0 => v1.24.0)
    [145.6MiB/43.65s]   - Locking symfony/polyfill-php80 (v1.24.0)
    [145.6MiB/43.66s]   - Locking symfony/polyfill-php81 (v1.24.0)
    [145.6MiB/43.66s]   - Upgrading symfony/process (v4.4.7 => v4.4.36)
    [145.6MiB/43.66s]   - Upgrading symfony/property-access (v5.0.7 => v5.4.2)
    [145.6MiB/43.66s]   - Locking symfony/property-info (v5.4.2)
    [145.6MiB/43.66s]   - Upgrading symfony/proxy-manager-bridge (v4.4.5 => v4.4.36)
    [145.6MiB/43.66s]   - Upgrading symfony/routing (v4.4.7 => v4.4.34)
    [145.6MiB/43.66s]   - Upgrading symfony/security-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/43.67s]   - Upgrading symfony/security-core (v4.4.7 => v4.4.36)
    [145.6MiB/43.67s]   - Upgrading symfony/security-csrf (v5.0.7 => v5.2.12)
    [145.6MiB/43.67s]   - Upgrading symfony/security-guard (v4.4.7 => v4.4.27)
    [145.6MiB/43.67s]   - Upgrading symfony/security-http (v4.4.7 => v4.4.36)
    [145.6MiB/43.67s]   - Upgrading symfony/service-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/43.67s]   - Upgrading symfony/stopwatch (v4.4.5 => v4.4.27)
    [145.6MiB/43.67s]   - Locking symfony/string (v5.4.2)
    [145.6MiB/43.67s]   - Upgrading symfony/swiftmailer-bundle (v3.4.0 => v3.5.3)
    [145.6MiB/43.67s]   - Upgrading symfony/translation (v4.4.7 => v4.4.34)
    [145.6MiB/43.68s]   - Upgrading symfony/translation-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/43.68s]   - Upgrading symfony/twig-bridge (v4.4.7 => v4.4.36)
    [145.6MiB/43.68s]   - Upgrading symfony/twig-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/43.68s]   - Upgrading symfony/var-dumper (v4.4.7 => v4.4.36)
    [145.6MiB/43.68s]   - Upgrading symfony/var-exporter (v5.0.7 => v5.4.2)
    [145.6MiB/43.68s]   - Upgrading symfony/web-profiler-bundle (v4.4.5 => v4.4.31)
    [145.6MiB/43.68s]   - Upgrading symfony/yaml (v4.4.7 => v4.4.36)
    [145.6MiB/43.68s]   - Upgrading terminal42/escargot (0.5.8 => 1.4.0)
    [145.6MiB/43.69s]   - Upgrading terminal42/service-annotation-bundle (1.0.0 => 1.1.3)
    [145.6MiB/43.69s]   - Locking thecodingmachine/safe (v1.3.3)
    [145.6MiB/43.69s]   - Upgrading toflar/psr6-symfony-http-cache-store (2.2.1 => 3.0.1)
    [145.6MiB/43.69s]   - Upgrading twig/twig (v2.12.5 => v2.14.10)
    [145.6MiB/43.69s]   - Upgrading ua-parser/uap-php (v3.9.7 => v3.9.14)
    [145.6MiB/43.69s]   - Upgrading webmozart/assert (1.8.0 => 1.10.0)
    [144.9MiB/43.71s] Writing lock file
    [80.0MiB/43.79s] 7 package suggestions were added by new dependencies, use `composer suggest` to see details.
    [80.6MiB/43.80s] <warning>Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.</warning>
    [80.6MiB/43.80s] <warning>Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.</warning>
    [80.6MiB/43.80s] <warning>Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.</warning>
    [80.6MiB/43.80s] <warning>Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.</warning>
    [81.1MiB/43.80s] Memory usage: 81.09MB (peak: 1649.87MB), time: 43.81s.
    [81.1MiB/43.81s] Finished Composer Cloud resolving.
    
    
    # Job ID zyx9rPLgFynUGK49sXBtmduc4cPvokiDAwaSePGnoodRj25Muf9uOB25NIIz33fjpArfveXtG2mTm completed in 47 seconds
    # Memory usage: 81.09MB (peak: 1649.87MB), time: 43.81s.
    
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/13/d709358511/htdocs/contao_2020/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Your lock file does not contain a compatible set of packages. Please run composer update.
    
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 2
        - contao/manager-plugin is locked to version 2.8.0 and an update of this package was not requested.
        - contao/manager-plugin 2.8.0 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 3
        - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested.
        - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.1.0] but it does not match the constraint.
      Problem 4
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.32], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.32 and cannot be modified by Composer
    
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins

  9. #9
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Neu aufsetzen ? Hat jemand eine Idee, was ich tun könnte, um die Seite zu 'retten'?

  10. #10
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Hab gerade noch einmal versucht, das Composer Update auszuführen und erhalte jetzt eine etwas andere Fehlermeldung:

    Code:
    > Resolving dependencies using Composer Cloud v3.2.0
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [6.5MiB/0.19s] Loading composer repositories with package information
    [70.1MiB/1.79s] Updating dependencies
    [145.6MiB/37.96s] Lock file operations: 18 installs, 149 updates, 21 removals
    [145.6MiB/37.96s]   - Removing codefog/contao-haste (4.24.5)
    [145.6MiB/37.97s]   - Removing doctrine/data-fixtures (1.4.2)
    [145.6MiB/37.97s]   - Removing doctrine/doctrine-cache-bundle (1.4.0)
    [145.6MiB/37.97s]   - Removing doctrine/reflection (1.2.1)
    [145.6MiB/37.97s]   - Removing jdorn/sql-formatter (v1.2.17)
    [145.6MiB/37.97s]   - Removing league/uri-components (1.8.2)
    [145.6MiB/37.97s]   - Removing league/uri-hostname-parser (1.1.1)
    [145.6MiB/37.97s]   - Removing league/uri-interfaces (1.1.1)
    [145.6MiB/37.97s]   - Removing league/uri-parser (1.4.1)
    [145.6MiB/37.97s]   - Removing league/uri-schemes (1.2.1)
    [145.6MiB/37.98s]   - Removing menatwork/contao-multicolumnwizard (3.3.16)
    [145.6MiB/37.98s]   - Removing ocramius/package-versions (1.5.1)
    [145.6MiB/37.98s]   - Removing ocramius/proxy-manager (2.2.3)
    [145.6MiB/37.98s]   - Removing psr/simple-cache (1.0.1)
    [145.6MiB/37.98s]   - Removing scheb/two-factor-bundle (v4.14.0)
    [145.6MiB/37.99s]   - Removing symfony/inflector (v5.0.7)
    [145.6MiB/37.99s]   - Removing symfony/templating (v5.0.7)
    [145.6MiB/37.99s]   - Removing terminal42/dcawizard (2.4.7)
    [145.6MiB/37.99s]   - Removing terminal42/notification_center (1.5.12)
    [145.6MiB/37.99s]   - Removing zendframework/zend-code (3.4.1)
    [145.6MiB/37.99s]   - Removing zendframework/zend-eventmanager (3.2.1)
    [145.6MiB/37.99s]   - Upgrading ausi/slug-generator (v1.1.0 => v1.1.1)
    [145.6MiB/38.00s]   - Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.4)
    [145.6MiB/38.00s]   - Upgrading beberlei/assert (v3.2.7 => v3.3.2)
    [145.6MiB/38.00s]   - Upgrading bugbuster/contao-mobiledetection-bundle (1.0.1 => 1.0.2)
    [145.6MiB/38.00s]   - Upgrading clue/stream-filter (v1.4.1 => v1.5.0)
    [145.6MiB/38.00s]   - Upgrading codefog/contao-cookiebar (2.2.1 => 2.3.1)
    [145.6MiB/38.00s]   - Upgrading composer/ca-bundle (1.2.7 => 1.3.1)
    [145.6MiB/38.01s]   - Locking composer/package-versions-deprecated (1.11.99.4)
    [145.6MiB/38.01s]   - Upgrading con4gis/core (v4.0.13 => v4.1.5)
    [145.6MiB/38.01s]   - Upgrading con4gis/maps (v7.0.18 => v7.3.2)
    [145.6MiB/38.01s]   - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.2.1)
    [145.6MiB/38.02s]   - Upgrading contao-components/ace (1.4.7 => 1.4.13.1)
    [145.6MiB/38.02s]   - Upgrading contao-components/colorbox (1.6.5 => 1.6.6)
    [145.6MiB/38.02s]   - Upgrading contao-components/contao (9.1.0 => 9.2.0)
    [145.6MiB/38.02s]   - Upgrading contao-components/datepicker (2.3.1 => 2.3.2)
    [145.6MiB/38.02s]   - Upgrading contao-components/dropzone (5.5.0 => 5.9.3)
    [145.6MiB/38.02s]   - Upgrading contao-components/highlight (9.16.1 => 9.18.1)
    [145.6MiB/38.03s]   - Upgrading contao-components/installer (1.4.0 => 1.4.1)
    [145.6MiB/38.03s]   - Upgrading contao-components/jquery (3.4.1 => 3.6.0)
    [145.6MiB/38.03s]   - Upgrading contao-components/tablesorter (2.1.1 => 2.31.3)
    [145.6MiB/38.03s]   - Upgrading contao-components/tinymce4 (4.9.6 => 4.9.12)
    [145.6MiB/38.03s]   - Upgrading contao/calendar-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.03s]   - Upgrading contao/comments-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.04s]   - Upgrading contao/conflicts (dev-master ba331b1 => dev-main dcbdd8d)
    [145.6MiB/38.04s]   - Upgrading contao/core-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.04s]   - Upgrading contao/faq-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.04s]   - Upgrading contao/image (1.0.1 => 1.1.1)
    [145.6MiB/38.04s]   - Upgrading contao/imagine-svg (0.2.2 => 1.0.3)
    [145.6MiB/38.04s]   - Upgrading contao/installation-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.05s]   - Upgrading contao/listing-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.05s]   - Upgrading contao/manager-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.05s]   - Upgrading contao/manager-plugin (2.8.0 => 2.11.1)
    [145.6MiB/38.05s]   - Upgrading contao/news-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.05s]   - Upgrading contao/newsletter-bundle (4.9.1 => 4.9.24)
    [145.6MiB/38.05s]   - Upgrading dasprid/enum (1.0.0 => 1.0.3)
    [145.6MiB/38.05s]   - Upgrading do-while/contao-backupdb-bundle (1.4.1 => 1.4.2)
    [145.6MiB/38.05s]   - Upgrading doctrine/annotations (1.10.2 => 1.13.2)
    [145.6MiB/38.05s]   - Upgrading doctrine/cache (1.10.0 => 2.1.1)
    [145.6MiB/38.06s]   - Upgrading doctrine/collections (1.6.4 => 1.6.8)
    [145.6MiB/38.06s]   - Upgrading doctrine/common (2.12.0 => 3.2.1)
    [145.6MiB/38.06s]   - Upgrading doctrine/dbal (2.10.2 => 2.13.7)
    [145.6MiB/38.06s]   - Locking doctrine/deprecations (v0.5.3)
    [145.6MiB/38.06s]   - Upgrading doctrine/doctrine-bundle (1.12.7 => 2.5.5)
    [145.6MiB/38.06s]   - Upgrading doctrine/event-manager (1.1.0 => 1.1.1)
    [145.6MiB/38.06s]   - Upgrading doctrine/inflector (1.3.1 => 2.0.4)
    [145.6MiB/38.06s]   - Upgrading doctrine/instantiator (1.3.0 => 1.4.0)
    [145.6MiB/38.06s]   - Upgrading doctrine/lexer (1.2.0 => 1.2.2)
    [145.6MiB/38.07s]   - Upgrading doctrine/orm (v2.7.2 => 2.11.0)
    [145.6MiB/38.07s]   - Upgrading doctrine/persistence (1.3.7 => 2.3.0)
    [145.6MiB/38.07s]   - Locking doctrine/sql-formatter (1.1.2)
    [145.6MiB/38.07s]   - Upgrading dragonmantank/cron-expression (v2.3.0 => v2.3.1)
    [145.6MiB/38.07s]   - Upgrading egulias/email-validator (2.1.17 => 3.1.2)
    [145.6MiB/38.07s]   - Upgrading erdmannfreunde/euf_grid (3.1.0 => 3.1.1)
    [145.6MiB/38.07s]   - Upgrading erdmannfreunde/euf_nutshell (1.1.1 => 1.1.7)
    [145.6MiB/38.07s]   - Locking friendsofphp/proxy-manager-lts (v1.0.5)
    [145.6MiB/38.07s]   - Upgrading friendsofsymfony/http-cache (2.9.0 => 2.12.0)
    [145.6MiB/38.07s]   - Upgrading friendsofsymfony/http-cache-bundle (2.8.0 => 2.11.2)
    [145.6MiB/38.07s]   - Upgrading guzzlehttp/guzzle (6.5.3 => 6.5.5)
    [145.6MiB/38.08s]   - Upgrading guzzlehttp/promises (v1.3.1 => 1.5.1)
    [145.6MiB/38.08s]   - Upgrading guzzlehttp/psr7 (1.6.1 => 1.8.3)
    [145.6MiB/38.08s]   - Upgrading imagine/imagine (1.2.3 => 1.2.4)
    [145.6MiB/38.08s]   - Upgrading knplabs/knp-menu (2.6.0 => v3.3.0)
    [145.6MiB/38.08s]   - Upgrading knplabs/knp-menu-bundle (v2.3.0 => v3.2.0)
    [145.6MiB/38.08s]   - Upgrading knplabs/knp-time-bundle (v1.11.0 => 1.17.0)
    [145.6MiB/38.08s]   - Locking laminas/laminas-code (4.5.1)
    [145.6MiB/38.08s]   - Locking lcobucci/clock (2.0.0)
    [145.6MiB/38.09s]   - Upgrading lcobucci/jwt (3.3.1 => 4.1.5)
    [145.6MiB/38.09s]   - Upgrading madeyourday/contao-rocksolid-custom-elements (v2.2.15 => v2.3.9)
    [145.6MiB/38.09s]   - Upgrading matthiasmullie/minify (1.3.63 => 1.3.66)
    [145.6MiB/38.09s]   - Locking menatwork/contao-multicolumnwizard-bundle (3.5.2)
    [145.6MiB/38.09s]   - Upgrading michelf/php-markdown (1.9.0 => 1.9.1)
    [145.6MiB/38.09s]   - Upgrading mobiledetect/mobiledetectlib (2.8.34 => 2.8.37)
    [145.6MiB/38.09s]   - Upgrading monolog/monolog (1.25.3 => 1.26.1)
    [145.6MiB/38.09s]   - Upgrading nelmio/cors-bundle (1.5.6 => 2.2.0)
    [145.6MiB/38.09s]   - Upgrading nelmio/security-bundle (v2.9.0 => v2.10.3)
    [145.6MiB/38.09s]   - Upgrading nyholm/psr7 (1.2.1 => 1.4.1)
    [145.6MiB/38.09s]   - Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.4.0)
    [145.6MiB/38.10s]   - Upgrading paragonie/random_compat (v9.99.99 => v9.99.100)
    [145.6MiB/38.10s]   - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3)
    [145.6MiB/38.10s]   - Upgrading php-http/client-common (2.1.0 => 2.5.0)
    [145.6MiB/38.10s]   - Upgrading php-http/discovery (1.7.4 => 1.14.1)
    [145.6MiB/38.10s]   - Upgrading php-http/httplug (2.1.0 => 2.2.0)
    [145.6MiB/38.10s]   - Upgrading php-http/message (1.8.0 => 1.12.0)
    [145.6MiB/38.10s]   - Upgrading php-http/promise (v1.0.0 => 1.1.0)
    [145.6MiB/38.10s]   - Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
    [145.6MiB/38.10s]   - Upgrading phpunit/php-token-stream (3.1.1 => 4.0.4)
    [145.6MiB/38.10s]   - Upgrading psr/container (1.0.0 => 1.1.2)
    [145.6MiB/38.10s]   - Upgrading psr/http-client (1.0.0 => 1.0.1)
    [145.6MiB/38.11s]   - Upgrading psr/log (1.1.3 => 1.1.4)
    [145.6MiB/38.11s]   - Upgrading ramsey/uuid (3.9.3 => 3.9.6)
    [145.6MiB/38.11s]   - Locking scheb/2fa-backup-code (v5.13.1)
    [145.6MiB/38.11s]   - Locking scheb/2fa-bundle (v5.13.1)
    [145.6MiB/38.11s]   - Locking scheb/2fa-trusted-device (v5.13.1)
    [145.6MiB/38.11s]   - Upgrading scssphp/scssphp (1.0.9 => v1.10.0)
    [145.6MiB/38.11s]   - Upgrading sensiolabs/ansi-to-html (v1.1.3 => v1.2.1)
    [145.6MiB/38.11s]   - Upgrading simplepie/simplepie (1.5.4 => 1.5.8)
    [145.6MiB/38.11s]   - Upgrading spomky-labs/otphp (v9.1.4 => v10.0.1)
    [145.6MiB/38.11s]   - Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.3.0)
    [145.6MiB/38.12s]   - Upgrading symfony-cmf/routing (2.2.0 => 2.3.4)
    [145.6MiB/38.12s]   - Upgrading symfony-cmf/routing-bundle (2.3.0 => 2.5.1)
    [145.6MiB/38.12s]   - Upgrading symfony/asset (v4.4.7 => v4.4.27)
    [145.6MiB/38.12s]   - Upgrading symfony/cache (v4.4.7 => v4.4.36)
    [145.6MiB/38.12s]   - Upgrading symfony/cache-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/38.12s]   - Upgrading symfony/config (v4.4.7 => v4.4.36)
    [145.6MiB/38.12s]   - Upgrading symfony/console (v4.4.7 => v4.4.36)
    [145.6MiB/38.13s]   - Upgrading symfony/debug (v4.4.7 => v4.4.36)
    [145.6MiB/38.13s]   - Upgrading symfony/debug-bundle (v4.4.5 => v4.4.36)
    [145.6MiB/38.13s]   - Upgrading symfony/dependency-injection (v4.4.7 => v4.4.36)
    [145.6MiB/38.13s]   - Locking symfony/deprecation-contracts (v2.5.0)
    [145.6MiB/38.13s]   - Upgrading symfony/doctrine-bridge (v4.4.7 => v4.4.36)
    [145.6MiB/38.13s]   - Upgrading symfony/dom-crawler (v4.4.7 => v4.4.36)
    [145.6MiB/38.14s]   - Upgrading symfony/dotenv (v4.4.5 => v4.4.36)
    [145.6MiB/38.14s]   - Upgrading symfony/error-handler (v4.4.7 => v4.4.36)
    [145.6MiB/38.14s]   - Upgrading symfony/event-dispatcher (v4.4.7 => v4.4.34)
    [145.6MiB/38.14s]   - Upgrading symfony/event-dispatcher-contracts (v1.1.7 => v1.1.11)
    [145.6MiB/38.14s]   - Upgrading symfony/expression-language (v4.4.7 => v4.4.34)
    [145.6MiB/38.15s]   - Upgrading symfony/filesystem (v4.4.7 => v4.4.27)
    [145.6MiB/38.15s]   - Upgrading symfony/finder (v4.4.7 => v4.4.36)
    [145.6MiB/38.15s]   - Upgrading symfony/framework-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/38.15s]   - Upgrading symfony/http-client (v4.4.7 => v4.4.36)
    [145.6MiB/38.15s]   - Upgrading symfony/http-client-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/38.15s]   - Upgrading symfony/http-foundation (v4.4.7 => v4.4.36)
    [145.6MiB/38.15s]   - Upgrading symfony/http-kernel (v4.4.7 => v4.4.36)
    [145.6MiB/38.16s]   - Upgrading symfony/lock (v4.4.7 => v4.4.36)
    [145.6MiB/38.16s]   - Upgrading symfony/mime (v5.0.7 => v5.4.2)
    [145.6MiB/38.16s]   - Upgrading symfony/monolog-bridge (v4.4.7 => v4.4.27)
    [145.6MiB/38.16s]   - Upgrading symfony/monolog-bundle (v3.5.0 => v3.7.1)
    [145.6MiB/38.16s]   - Upgrading symfony/options-resolver (v5.0.7 => v5.4.0)
    [145.6MiB/38.16s]   - Upgrading symfony/polyfill-ctype (v1.15.0 => v1.24.0)
    [145.6MiB/38.16s]   - Upgrading symfony/polyfill-iconv (v1.15.0 => v1.24.0)
    [145.6MiB/38.16s]   - Locking symfony/polyfill-intl-grapheme (v1.24.0)
    [145.6MiB/38.17s]   - Upgrading symfony/polyfill-intl-idn (v1.15.0 => v1.24.0)
    [145.6MiB/38.17s]   - Locking symfony/polyfill-intl-normalizer (v1.24.0)
    [145.6MiB/38.17s]   - Upgrading symfony/polyfill-mbstring (v1.15.0 => v1.24.0)
    [145.6MiB/38.17s]   - Upgrading symfony/polyfill-php72 (v1.15.0 => v1.24.0)
    [145.6MiB/38.17s]   - Upgrading symfony/polyfill-php73 (v1.15.0 => v1.24.0)
    [145.6MiB/38.17s]   - Locking symfony/polyfill-php80 (v1.24.0)
    [145.6MiB/38.17s]   - Locking symfony/polyfill-php81 (v1.24.0)
    [145.6MiB/38.17s]   - Upgrading symfony/process (v4.4.7 => v4.4.36)
    [145.6MiB/38.17s]   - Upgrading symfony/property-access (v5.0.7 => v5.4.2)
    [145.6MiB/38.18s]   - Locking symfony/property-info (v5.4.2)
    [145.6MiB/38.18s]   - Upgrading symfony/proxy-manager-bridge (v4.4.5 => v4.4.36)
    [145.6MiB/38.18s]   - Upgrading symfony/routing (v4.4.7 => v4.4.34)
    [145.6MiB/38.18s]   - Upgrading symfony/security-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/38.18s]   - Upgrading symfony/security-core (v4.4.7 => v4.4.36)
    [145.6MiB/38.18s]   - Upgrading symfony/security-csrf (v5.0.7 => v5.2.12)
    [145.6MiB/38.18s]   - Upgrading symfony/security-guard (v4.4.7 => v4.4.27)
    [145.6MiB/38.18s]   - Upgrading symfony/security-http (v4.4.7 => v4.4.36)
    [145.6MiB/38.18s]   - Upgrading symfony/service-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/38.19s]   - Upgrading symfony/stopwatch (v4.4.5 => v4.4.27)
    [145.6MiB/38.19s]   - Locking symfony/string (v5.4.2)
    [145.6MiB/38.19s]   - Upgrading symfony/swiftmailer-bundle (v3.4.0 => v3.5.3)
    [145.6MiB/38.19s]   - Upgrading symfony/translation (v4.4.7 => v4.4.34)
    [145.6MiB/38.19s]   - Upgrading symfony/translation-contracts (v2.0.1 => v2.5.0)
    [145.6MiB/38.19s]   - Upgrading symfony/twig-bridge (v4.4.7 => v4.4.36)
    [145.6MiB/38.19s]   - Upgrading symfony/twig-bundle (v4.4.7 => v4.4.36)
    [145.6MiB/38.19s]   - Upgrading symfony/var-dumper (v4.4.7 => v4.4.36)
    [145.6MiB/38.20s]   - Upgrading symfony/var-exporter (v5.0.7 => v5.4.2)
    [145.6MiB/38.20s]   - Upgrading symfony/web-profiler-bundle (v4.4.5 => v4.4.31)
    [145.6MiB/38.20s]   - Upgrading symfony/yaml (v4.4.7 => v4.4.36)
    [145.6MiB/38.20s]   - Upgrading terminal42/escargot (0.5.8 => 1.4.0)
    [145.6MiB/38.20s]   - Upgrading terminal42/service-annotation-bundle (1.0.0 => 1.1.3)
    [145.6MiB/38.20s]   - Locking thecodingmachine/safe (v1.3.3)
    [145.6MiB/38.21s]   - Upgrading toflar/psr6-symfony-http-cache-store (2.2.1 => 3.0.1)
    [145.6MiB/38.21s]   - Upgrading twig/twig (v2.12.5 => v2.14.10)
    [145.6MiB/38.21s]   - Upgrading ua-parser/uap-php (v3.9.7 => v3.9.14)
    [145.6MiB/38.21s]   - Upgrading webmozart/assert (1.8.0 => 1.10.0)
    [144.9MiB/38.23s] Writing lock file
    [80.0MiB/38.29s] 7 package suggestions were added by new dependencies, use `composer suggest` to see details.
    [80.6MiB/38.29s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [80.6MiB/38.29s] Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    [80.6MiB/38.29s] Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    [80.6MiB/38.30s] Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    [81.1MiB/38.30s] Memory usage: 81.09MB (peak: 1650.04MB), time: 38.3s.
    [81.1MiB/38.30s] Finished Composer Cloud resolving.
    
    
    # Job ID qLUHeANQTSau22fFukvojRrERtEmiQhEctJ8RlTHDbTGk7ULfRNsXAzss9amzk5JX7FOnWEdMJ completed in 36 seconds
    # Memory usage: 81.09MB (peak: 1650.04MB), time: 38.3s.
    
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/13/d709358511/htdocs/contao_2020/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 0 installs, 2 updates, 0 removals
      - Downloading friendsofsymfony/http-cache (2.12.0)
      - Downloading doctrine/orm (2.11.0)
      - Upgrading friendsofsymfony/http-cache (2.11.0 => 2.12.0): Extracting archive
      - Upgrading doctrine/orm (2.10.4 => 2.11.0): Extracting archive
    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.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem 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
    
    In ContaoModuleBundle.php line 33:
                                                                    
      The module folder "system/modules/dcawizard" does not exist.  
                                                                    
    
    90 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 89:
                                                                                
      An error occurred while executing the "contao:install-web-dir" command:   
      In ContaoModuleBundle.php line 33:                                        
                                                                                
        The module folder "system/modules/dcawizard" does not exist.            
                                                                                
    
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-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] [--] [...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    Probleme 1-4 aus der alten Fehlermeldung scheinen sich also über Nacht in Luft aufgelöst zu haben ... Jetzt scheint es hier dran zu hängen:

    Code:
    In ScriptHandler.php line 89:
                                                                                
      An error occurred while executing the "contao:install-web-dir" command:   
      In ContaoModuleBundle.php line 33:                                        
                                                                                
        The module folder "system/modules/dcawizard" does not exist.

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

    Standard

    Lösche system/modules/dcawizard und klicke dann nochmal auf "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Aaargh, jetzt läuft zwar das Update durch (Danke!), aber das Contao-Installtool meldet:

    Code:
    Ihr Datenbank-Server läuft nicht im Strict-Mode!
    
    Wenn MySQL nicht im Strict-Mode läuft, können Daten beschädigt oder abgeschnitten werden. Bitte aktivieren Sie den Strict-Mode entweder in Ihrer my.cnf-Datei oder konfigurieren Sie die Verbindungsoptionen in der Datei config/config.yml wie folgt:
    
    doctrine:
      dbal:
        connections:
          default:
            options:
              1002: "SET SESSION sql_mode=(SELECT CONCAT(@@sql_mode, ',TRADITIONAL'))"
    Hab die Datei config/config.yml angelegt, Code eingefügt, aber die die Fehlermeldung bleibt. Irgendwie ist hier total der Wurm drin ...

  13. #13
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    Nach dem Leeren des Anwendungscache ging es, aaaaber ... die Datenbank lässt sich nicht aktualisieren :-(

    Code:
    [2022-01-13 12:43:19] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"https://contao2020.xxx.de/contao/install","method":"POST"} []
    [2022-01-13 12:43:19] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'ALTER TABLE tl_content CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci':  SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x8A</...' for column 'text' at row 99" at /homepages/13/d709358511/htdocs/contao_2020/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'ALTER TABLE tl_content CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci':\n\nSQLSTATE[HY000]: General error: 1366 Incorrect string value: '\\xF0\\x9F\\x98\\x8A</...' for column 'text' at row 99 at /homepages/13/d709358511/htdocs/contao_2020/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\\xF0\\x9F\\x98\\x8A</...' for column 'text' at row 99 at /homepages/13/d709358511/htdocs/contao_2020/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: HY000): SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\\xF0\\x9F\\x98\\x8A</...' for column 'text' at row 99 at /homepages/13/d709358511/htdocs/contao_2020/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:141)"} []

  14. #14
    Contao-Fan
    Registriert seit
    27.11.2009.
    Ort
    Bremen
    Beiträge
    463

    Standard

    War mein Fehler! Hab die falsche config.yml hochgeladen! Jetzt läuft die Seite wieder :-) Ich hoffe, dass die Updates jetzt sauber durchlaufen

    Danke Spooky für Deinen Tipp!

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
  •