Ergebnis 1 bis 23 von 23

Thema: Update 4.9.37 -> 4.13.14 funktioniert nicht

  1. #1
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard Update 4.9.37 -> 4.13.14 funktioniert nicht

    Hallo zusammen,

    beim Update einer Contao 4.9.37 auf die Contao 4.13.14 mithilfe des Contao Managers bekomme ich leider folgende Fehlermeldung:

    Code:
    composer require contao/manager-bundle=4.13.* contao/news-bundle=4.13.* contao/calendar-bundle=4.13.* contao/faq-bundle=4.13.* contao/comments-bundle=4.13.* contao/newsletter-bundle=4.13.* contao/listing-bundle=4.13.*
    $ /usr/bin/php7.4 -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Vienna /www/***********/html/web/contao-manager.phar.php composer require contao/manager-bundle=4.13.* contao/news-bundle=4.13.* contao/calendar-bundle=4.13.* contao/faq-bundle=4.13.* contao/comments-bundle=4.13.* contao/newsletter-bundle=4.13.* contao/listing-bundle=4.13.* --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    /www/***********/html/composer.json has been updated
    # Process terminated with exit code 0
    # Result: OK
    
    composer update contao/manager-bundle contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts --no-install --no-scripts
    > Resolving dependencies using Composer Cloud v3.5.1
    [6.7MiB/0.21s] Loading composer repositories with package information
    [67.8MiB/7.42s] Updating dependencies
    [117.9MiB/8.04s] Your requirements could not be resolved to an installable set of packages.
    [117.9MiB/8.04s] 
      Problem 1
        - contao/manager-bundle[4.13.0, ..., 4.13.14] require symfony/console ^5.4 -> found symfony/console[v5.4.0, ..., v5.4.16] but these were not loaded, likely because it conflicts with another require.
        - Root composer.json requires contao/manager-bundle 4.13.* -> satisfiable by contao/manager-bundle[4.13.0, ..., 4.13.14].
    [117.9MiB/8.04s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [38.4MiB/8.08s] Memory usage: 38.41MB (peak: 179.97MB), time: 8.09s.
    [38.4MiB/8.08s] Finished Composer Cloud resolving.
    # Cloud Job ID VQmA18E3oz20X2jg8QO9jVvTXzFOvfnT2uN5Xn5BPUA27ze5RqlEkQIkwN6BAIT6RcAepKBz6KKKC9xtx8tYvWx1bdJYMAZZFbcPdeBfheZJ9qMdn2PAcoSAmlvfMN failed
    
    composer install

    Meine composer.json sieht folgendermaßen aus:

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^7.1",
            "codefog/contao-cookiebar": "^2.1",
            "codefog/contao-mobile_menu": "^2.7",
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "do-while/contao-backupdb-bundle": "^1.3",
            "erdmannfreunde/euf_overlay": "^1.3",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "netzmacht/contao-font-awesome-inserttag": "^2.0"
        },
        "conflict": {
            "contao-components/installer": "<1.3"
        },
        "require-dev": {
            "sensiolabs/security-checker": "^4.1"
        },
        "extra": {
            "branch-alias": {
                "dev-4.6": "4.6.x-dev"
            },
            "contao-component-dir": "assets",
            "public-dir": "web"
        },
        "autoload": {
            "psr-4": {
                "App\\": "src/"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }

    Bitte um eine Hilfestellung, wie ich dieses Problem lösen kann.
    Vielen DANK!

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

    Standard

    Du musst:

    1. Die composer.json manuell ändern um auf Contao 4.13 zu aktualisieren.
    2. Danach in der Systemwartung "Composer Update ausführen" klicken.


    Alternativ geht evt. auch folgendes:

    1. Alle Paket zur Aktualisierung markieren.
    2. Contao Verison auf 4.13.* ändern.
    3. Dann erst Änderungen anwenden.
    » sponsor me via GitHub or Revolut

  3. #3
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard

    Hab zuerst den "alternativen" Lösungsansatz probiert - hat nicht funktioniert.

    Habe dann die composer.json geändert auf:
    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^7.1",
            "codefog/contao-cookiebar": "^2.1",
            "codefog/contao-mobile_menu": "^2.7",
            "contao/calendar-bundle": "4.13.*",
            "contao/comments-bundle": "4.13.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.13.*",
            "contao/listing-bundle": "4.13.*",
            "contao/manager-bundle": "4.13.*",
            "contao/news-bundle": "4.13.*",
            "contao/newsletter-bundle": "4.13.*",
            "do-while/contao-backupdb-bundle": "^1.3",
            "erdmannfreunde/euf_overlay": "^1.3",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "netzmacht/contao-font-awesome-inserttag": "^2.0"
        },
        "conflict": {
            "contao-components/installer": "<1.3"
        },
        "require-dev": {
            "sensiolabs/security-checker": "^4.1"
        },
        "extra": {
            "branch-alias": {
                "dev-4.6": "4.6.x-dev"
            },
            "contao-component-dir": "assets",
            "public-dir": "web"
        },
        "autoload": {
            "psr-4": {
                "App\\": "src/"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }

    nach "Composer Update ausführen" kommt folgende Fehlermeldung:

    Code:
    composer update --no-install --no-scripts
    > Resolving dependencies using Composer Cloud v3.5.1
    [6.7MiB/0.17s] Loading composer repositories with package information
    [70.1MiB/9.03s] Updating dependencies
    [132.6MiB/9.52s] Your requirements could not be resolved to an installable set of packages.
    [132.6MiB/9.53s] 
      Problem 1
        - Root composer.json requires sensiolabs/security-checker ^4.1 -> satisfiable by sensiolabs/security-checker[v4.1.0, ..., v4.1.8].
        - contao/news-bundle[4.13.0, ..., 4.13.14] require symfony/yaml ^5.4 -> satisfiable by symfony/yaml[v5.4.0, ..., v5.4.16].
        - Conclusion: don't install symfony/yaml v5.4.16 (conflict analysis result)
        - Root composer.json requires contao/news-bundle 4.13.* -> satisfiable by contao/news-bundle[4.13.0, ..., 4.13.14].
    Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
    [132.6MiB/9.53s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [39.1MiB/9.59s] Memory usage: 39.06MB (peak: 182.23MB), time: 9.59s.
    [39.1MiB/9.59s] Finished Composer Cloud resolving.
    # Cloud Job ID Kj4Kkw6N81OWNGxKg5vSj3fXk6ehxImt0GJObocnd9z4yph3Qm7XE7vmAvm07BwgJnqcAWhIuD4TrUPvCBnp3WWQPzBVTxZX4RaMkJjeKgZUFvHKCSlvYRTti5Z2 failed
    composer install

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

    Standard

    Du musst
    Code:
        "require-dev": {
            "sensiolabs/security-checker": "^4.1"
        },
    entfernen. Generell könntest du die composer.json auf folgendes ändern:
    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": {
            "codefog/contao-cookiebar": "^2.1",
            "codefog/contao-mobile_menu": "^2.7",
            "contao/calendar-bundle": "4.13.*",
            "contao/comments-bundle": "4.13.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.13.*",
            "contao/listing-bundle": "4.13.*",
            "contao/manager-bundle": "4.13.*",
            "contao/news-bundle": "4.13.*",
            "contao/newsletter-bundle": "4.13.*",
            "do-while/contao-backupdb-bundle": "^1.3",
            "erdmannfreunde/euf_overlay": "^1.3",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "netzmacht/contao-font-awesome-inserttag": "^2.0"
        },
        "conflict": {
            "contao-components/installer": "<1.3"
        },
        "extra": {
            "contao-component-dir": "assets",
            "public-dir": "web"
        },
        "autoload": {
            "psr-4": {
                "App\\": "src/"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }
    » sponsor me via GitHub or Revolut

  5. #5
    Contao-Nutzer Avatar von Claudi
    Registriert seit
    14.07.2009.
    Beiträge
    55

    Standard

    Perfekt! Hat geklappt!

    Danke Spooky! LG

  6. #6
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Ich habe ein ähnliches Problem beim Update von 4.9 auf 4.13.

    Ich habe in der json Datei auf 4.13* gestellt. Alle Caches neu aufgebaut, installer ausgeführt und beim Composer update kommt:
    HTML-Code:
    HTTP request to https://composer-resolver.cloud/jobs failed with status code 405 ()
    Alle Pakete aktualisieren gibt ebenfalls eine Fehlermeldung. Das Löschen von contao-speed-bundl auch.


    HTML-Code:
    {
        "type": "project",
        "require": {
            "codefog/contao-mobile_menu": "^2.7",
            "contao/conflicts": "*@dev",
            "contao/manager-bundle": "4.13.*",
            "heimrichhannot/contao-speed-bundle": "^1.9",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "wr/onepage-bundle": "^2.0"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }

    Weiss hier vielleicht noch jemand Rat?

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

    Standard

    Deaktiviere mal die Resolver Cloud.
    » sponsor me via GitHub or Revolut

  8. #8
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Vielen Dank für deine schnelle Antwort Spooky.
    Ich habe das gemacht.
    Nun erscheint diese Fehlermeldung:

    HTML-Code:
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer update codefog/contao-mobile_menu contao/manager-bundle heimrichhannot/contao-speed-bundle madeyourday/contao-rocksolid-custom-elements wr/onepage-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    Loading composer repositories with package information
    Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - contao/manager-bundle 4.13.9 requires contao/core-bundle 4.13.9 -> satisfiable by contao/core-bundle[4.13.9].
        - contao/manager-bundle 4.13.9 requires contao/core-bundle 4.13.9 -> satisfiable by contao/core-bundle[4.13.9].
        - contao/manager-bundle 4.13.8 requires contao/core-bundle 4.13.8 -> satisfiable by contao/core-bundle[4.13.8].
        - contao/manager-bundle 4.13.7 requires contao/core-bundle 4.13.7 -> satisfiable by contao/core-bundle[4.13.7].
        - contao/manager-bundle 4.13.6 requires contao/core-bundle 4.13.6 -> satisfiable by contao/core-bundle[4.13.6].
        - contao/manager-bundle 4.13.52 requires contao/core-bundle 4.13.52 -> satisfiable by contao/core-bundle[4.13.52].
        - contao/manager-bundle 4.13.51 requires contao/core-bundle 4.13.51 -> satisfiable by contao/core-bundle[4.13.51].
        - contao/manager-bundle 4.13.50 requires contao/core-bundle 4.13.50 -> satisfiable by contao/core-bundle[4.13.50].
        - contao/manager-bundle 4.13.5 requires contao/core-bundle 4.13.5 -> satisfiable by contao/core-bundle[4.13.5].
        - contao/manager-bundle 4.13.49 requires contao/core-bundle 4.13.49 -> satisfiable by contao/core-bundle[4.13.49].
        - contao/manager-bundle 4.13.48 requires contao/core-bundle 4.13.48 -> satisfiable by contao/core-bundle[4.13.48].
        - contao/manager-bundle 4.13.47 requires contao/core-bundle 4.13.47 -> satisfiable by contao/core-bundle[4.13.47].
        - contao/manager-bundle 4.13.46 requires contao/core-bundle 4.13.46 -> satisfiable by contao/core-bundle[4.13.46].
        - contao/manager-bundle 4.13.45 requires contao/core-bundle 4.13.45 -> satisfiable by contao/core-bundle[4.13.45].
        - contao/manager-bundle 4.13.44 requires contao/core-bundle 4.13.44 -> satisfiable by contao/core-bundle[4.13.44].
        - contao/manager-bundle 4.13.43 requires contao/core-bundle 4.13.43 -> satisfiable by contao/core-bundle[4.13.43].
        - contao/manager-bundle 4.13.42 requires contao/core-bundle 4.13.42 -> satisfiable by contao/core-bundle[4.13.42].
        - contao/manager-bundle 4.13.41 requires contao/core-bundle 4.13.41 -> satisfiable by contao/core-bundle[4.13.41].
        - contao/manager-bundle 4.13.40 requires contao/core-bundle 4.13.40 -> satisfiable by contao/core-bundle[4.13.40].
        - contao/manager-bundle 4.13.4 requires contao/core-bundle 4.13.4 -> satisfiable by contao/core-bundle[4.13.4].
        - contao/manager-bundle 4.13.39 requires contao/core-bundle 4.13.39 -> satisfiable by contao/core-bundle[4.13.39].
        - contao/manager-bundle 4.13.38 requires contao/core-bundle 4.13.38 -> satisfiable by contao/core-bundle[4.13.38].
        - contao/manager-bundle 4.13.37 requires contao/core-bundle 4.13.37 -> satisfiable by contao/core-bundle[4.13.37].
        - contao/manager-bundle 4.13.36 requires contao/core-bundle 4.13.36 -> satisfiable by contao/core-bundle[4.13.36].
        - contao/manager-bundle 4.13.35 requires contao/core-bundle 4.13.35 -> satisfiable by contao/core-bundle[4.13.35].
        - contao/manager-bundle 4.13.34 requires contao/core-bundle 4.13.34 -> satisfiable by contao/core-bundle[4.13.34].
        - contao/manager-bundle 4.13.33 requires contao/core-bundle 4.13.33 -> satisfiable by contao/core-bundle[4.13.33].
        - contao/manager-bundle 4.13.32 requires contao/core-bundle 4.13.32 -> satisfiable by contao/core-bundle[4.13.32].
        - contao/manager-bundle 4.13.31 requires contao/core-bundle 4.13.31 -> satisfiable by contao/core-bundle[4.13.31].
        - contao/manager-bundle 4.13.30 requires contao/core-bundle 4.13.30 -> satisfiable by contao/core-bundle[4.13.30].
        - contao/manager-bundle 4.13.3 requires contao/core-bundle 4.13.3 -> satisfiable by contao/core-bundle[4.13.3].
        - contao/manager-bundle 4.13.29 requires contao/core-bundle 4.13.29 -> satisfiable by contao/core-bundle[4.13.29].
        - contao/manager-bundle 4.13.28 requires contao/core-bundle 4.13.28 -> satisfiable by contao/core-bundle[4.13.28].
        - contao/manager-bundle 4.13.27 requires contao/core-bundle 4.13.27 -> satisfiable by contao/core-bundle[4.13.27].
        - contao/manager-bundle 4.13.26 requires contao/core-bundle 4.13.26 -> satisfiable by contao/core-bundle[4.13.26].
        - contao/manager-bundle 4.13.25 requires contao/core-bundle 4.13.25 -> satisfiable by contao/core-bundle[4.13.25].
        - contao/manager-bundle 4.13.24 requires contao/core-bundle 4.13.24 -> satisfiable by contao/core-bundle[4.13.24].
        - contao/manager-bundle 4.13.23 requires contao/core-bundle 4.13.23 -> satisfiable by contao/core-bundle[4.13.23].
        - contao/manager-bundle 4.13.22 requires contao/core-bundle 4.13.22 -> satisfiable by contao/core-bundle[4.13.22].
        - contao/manager-bundle 4.13.21 requires contao/core-bundle 4.13.21 -> satisfiable by contao/core-bundle[4.13.21].
        - contao/manager-bundle 4.13.20 requires contao/core-bundle 4.13.20 -> satisfiable by contao/core-bundle[4.13.20].
        - contao/manager-bundle 4.13.2 requires contao/core-bundle 4.13.2 -> satisfiable by contao/core-bundle[4.13.2].
        - contao/manager-bundle 4.13.19 requires contao/core-bundle 4.13.19 -> satisfiable by contao/core-bundle[4.13.19].
        - contao/manager-bundle 4.13.18 requires contao/core-bundle 4.13.18 -> satisfiable by contao/core-bundle[4.13.18].
        - contao/manager-bundle 4.13.17 requires contao/core-bundle 4.13.17 -> satisfiable by contao/core-bundle[4.13.17].
        - contao/manager-bundle 4.13.16 requires contao/core-bundle 4.13.16 -> satisfiable by contao/core-bundle[4.13.16].
        - contao/manager-bundle 4.13.15 requires contao/core-bundle 4.13.15 -> satisfiable by contao/core-bundle[4.13.15].
        - contao/manager-bundle 4.13.14 requires contao/core-bundle 4.13.14 -> satisfiable by contao/core-bundle[4.13.14].
        - contao/manager-bundle 4.13.13 requires contao/core-bundle 4.13.13 -> satisfiable by contao/core-bundle[4.13.13].
        - contao/manager-bundle 4.13.12 requires contao/core-bundle 4.13.12 -> satisfiable by contao/core-bundle[4.13.12].
        - contao/manager-bundle 4.13.11 requires contao/core-bundle 4.13.11 -> satisfiable by contao/core-bundle[4.13.11].
        - contao/manager-bundle 4.13.10 requires contao/core-bundle 4.13.10 -> satisfiable by contao/core-bundle[4.13.10].
        - contao/manager-bundle 4.13.1 requires contao/core-bundle 4.13.1 -> satisfiable by contao/core-bundle[4.13.1].
        - contao/manager-bundle 4.13.0 requires contao/core-bundle 4.13.0 -> satisfiable by contao/core-bundle[4.13.0].
        - contao/core-bundle 4.13.9 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.8 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.7 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.6 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.52 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.51 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.50 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.5 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.49 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.48 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.47 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.46 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.45 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.44 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.43 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.42 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.41 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.40 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.4 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.39 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.38 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.37 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.36 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.35 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.34 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.33 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.32 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.31 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.30 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.3 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.29 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.28 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.27 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.26 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.25 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.24 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.23 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.22 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.21 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.20 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.2 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.19 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.18 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.17 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.16 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.15 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.14 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.13 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.12 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.11 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.10 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.1 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - contao/core-bundle 4.13.0 requires composer-runtime-api ^2.0.14 -> no matching package found.
        - Installation request for contao/manager-bundle 4.13.* -> satisfiable by contao/manager-bundle[4.13.0, 4.13.1, 4.13.10, 4.13.11, 4.13.12, 4.13.13, 4.13.14, 4.13.15, 4.13.16, 4.13.17, 4.13.18, 4.13.19, 4.13.2, 4.13.20, 4.13.21, 4.13.22, 4.13.23, 4.13.24, 4.13.25, 4.13.26, 4.13.27, 4.13.28, 4.13.29, 4.13.3, 4.13.30, 4.13.31, 4.13.32, 4.13.33, 4.13.34, 4.13.35, 4.13.36, 4.13.37, 4.13.38, 4.13.39, 4.13.4, 4.13.40, 4.13.41, 4.13.42, 4.13.43, 4.13.44, 4.13.45, 4.13.46, 4.13.47, 4.13.48, 4.13.49, 4.13.5, 4.13.50, 4.13.51, 4.13.52, 4.13.6, 4.13.7, 4.13.8, 4.13.9].
    
    Potential causes:
     - A typo in the package name
     - The package is not available in a stable-enough version according to your minimum-stability setting
       see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
     - It's a private package and you forgot to add a custom repository to find it
    
    Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
    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
    
    
    ---
    ### Der Hintergrundprozess wurde unerwartet beendet ###
    Geändert von aitana (22.05.2025 um 16:12 Uhr)

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

    Standard

    Du hast den wichtigen Teil mit "usw." abgekürzt. Du musst immer die vollständige Konsolenausgabe posten.
    » sponsor me via GitHub or Revolut

  10. #10
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Ich habe es nun editiert :-)

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

    Standard

    Hm, dein Contao Manager ist zu alt.

    Wenn du SSH Zugriff hast, könntest du manuell die composer.phar runterladen und ausführen. Im Verzeichnis /webhome/xxx.ch/www/ bspw. folgendes ausführen:

    Code:
    wget https://getcomposer.org/download/latest-stable/composer.phar
    /usr/bin/php7.4 composer.phar update -o --prefer-dist --no-dev
    /usr/bin/php7.4 vendor/bin/contao-console contao:migrate --no-interaction
    » sponsor me via GitHub or Revolut

  12. #12
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Herzlichen Dank für deine Antwort.
    Ich habe keinen SSH Zugriff.
    Gibt es vielleicht auch eine Möglichkeit ohne SSH?

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

    Standard

    Bei welchem Hoster bist du?
    » sponsor me via GitHub or Revolut

  14. #14
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Bei iway. Wenn es keine andere Möglichkeit gibt, werde ich dort nach einem SSH Zugriff fragen.

    Edit:
    Könnte ich nicht alternativ die aktuelle contao-manager.phar.php in den web Ordner kopieren und wie bei einer Neuinstallation ausführen?
    Ich habe nun bei iway nach einem SSH Zugriff gefragt und bin gespannt, wie das geht.
    Geändert von aitana (26.05.2025 um 14:10 Uhr)

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

    Standard

    SSH Zugriff schadet nie und ist immer besser
    » sponsor me via GitHub or Revolut

  16. #16
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Leider habe ich von iway die Antwort erhalten, dass kein SSH Zugriff bei ihren Webhosting Abos möglich ist.

    Gibt es auch noch einen anderen Weg?

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

    Standard

    Hattest du den überhaupt auf "Alle Paket aktualisieren" geklickt? Bzw. "Composer Update ausführen" in der Systemwartung.
    » sponsor me via GitHub or Revolut

  18. #18
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    «Pakete aktualisieren» und «Composer Update» gibt obenstehende Fehlermeldung.
    Ich habe das nun noch einmal getestet.

    Unterschiede beider Fehlermeldungen:
    Pakete aktualisieren
    HTML-Code:
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer update codefog/contao-mobile_menu contao/manager-bundle heimrichhannot/contao-speed-bundle madeyourday/contao-rocksolid-custom-elements wr/onepage-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    Composer Update
    HTML-Code:
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer update contao/conflicts --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    HTML-Code:
        - The requested package contao/manager-bundle (locked at 4.9.4, required as 4.13.*) is satisfiable by contao/manager-bundle[4.9.4] but these conflict with your requirements or minimum-stability.
      Problem 2

    Keine Ahnung, warum die Midestanforderungen nicht erfüllt sein sollen.


    In der composer.json steht:
    HTML-Code:
    {
        "type": "project",
        "require": {
            "codefog/contao-mobile_menu": "^2.7",
            "contao/conflicts": "*@dev",
            "contao/manager-bundle": "4.13.*",
            "heimrichhannot/contao-speed-bundle": "^1.9",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "wr/onepage-bundle": "^2.0"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }


    Im Contao Manager:
    oben 4.13.*, unten Version 4.9.4

    Da ich ein Update machen möchte auf 4.13, stimmt das im Moment nicht überein.


    Edit:
    Ich habe in der composer.json nun wieder 4.9.* drin.
    Wenn ich im Contao Manager auf 4.13.* stelle kommt immer noch eine Fehlermeldung.
    Differenz zur Fehlermeldung oben:
    HTML-Code:
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer require contao/manager-bundle=4.13.* --no-suggest --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
    /webhome/xxx.ch/www/composer.json has been updated
    # Process terminated with exit code 0
    # Result: OK
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer remove contao/core-bundle contao/installation-bundle --no-update --no-scripts --no-ansi --no-interaction
    contao/core-bundle is not required in your composer.json and has not been removed
    contao/installation-bundle is not required in your composer.json and has not been removed
    # Process terminated with exit code 0
    # Result: OK
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer update contao/manager-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    Geändert von aitana (26.05.2025 um 15:19 Uhr)

  19. #19
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Fehlermeldung nach Pakete aktualisieren:
    HTML-Code:
    $ /usr/bin/php7.4 -q /webhome/xxx.ch/www/web/contao-manager.phar.php composer update codefog/contao-mobile_menu contao/manager-bundle heimrichhannot/contao-speed-bundle madeyourday/contao-rocksolid-custom-elements wr/onepage-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    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 YamlFileLoader.php line 722:
                                                                                   
      There is no extension able to load the configuration for "contao" (in "/web  
      home/xxx.ch/www/app/config/config.yml"). Looked for namespace "contao"  
      , found "none".                                                              
                                                                                   
    
    Loading composer repositories with package information
    Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
    Updating dependencies
    Package operations: 9 installs, 151 updates, 16 removals
      - Removing webimpress/safe-writer (2.0.1)
      - Removing symfony/templating (v5.1.3)
      - Removing symfony/polyfill-php70 (v1.18.1)
      - Removing psr/simple-cache (1.0.1)
      - Removing phpunit/php-token-stream (3.1.1)
      - Removing league/uri-parser (1.4.1)
      - Removing league/uri-interfaces (1.1.1)
      - Removing league/uri-hostname-parser (1.1.1)
      - Removing league/uri-components (1.8.2)
      - Removing laminas/laminas-zendframework-bridge (1.0.4)
      - Removing laminas/laminas-eventmanager (3.2.1)
      - Removing jdorn/sql-formatter (v1.2.17)
      - Removing doctrine/reflection (1.2.1)
      - Removing league/uri-schemes (1.2.1)
      - Removing doctrine/doctrine-cache-bundle (1.4.0)
      - Removing scheb/two-factor-bundle (v4.18.1)
      - Removing php-http/discovery (1.9.1)
    As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' may remediate them.
      - Installing php-http/discovery (1.20.0): Downloading (100%)
      - Updating composer/package-versions-deprecated (1.8.2 => 1.11.99.5): Downloading (100%)
      - Updating contao-components/installer (1.4.0 => 1.4.1): Downloading (100%)
      - Updating symfony/polyfill-php80 (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/process (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/finder (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/deprecation-contracts (v2.1.3 => v2.5.4): Downloading (100%)
      - Updating contao-community-alliance/composer-plugin (3.0.9 => 3.1.6): Downloading (100%)
      - Updating symfony/polyfill-mbstring (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/polyfill-ctype (v1.18.1 => v1.31.0): Downloading (100%)
      - Removing symfony/polyfill-php72 (v1.18.1)
      - Installing symfony/polyfill-php72 (v1.31.0)
      - Updating symfony/polyfill-php73 (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/polyfill-intl-idn (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/mime (v5.1.3 => v5.4.45): Downloading (100%)
      - Updating symfony/http-foundation (v4.4.11 => v4.4.49): Downloading (100%)
      - Updating symfony/event-dispatcher-contracts (v1.1.9 => v1.10.0): Downloading (100%)
      - Updating psr/container (1.0.0 => 1.1.2): Downloading (100%)
      - Updating symfony/event-dispatcher (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/var-dumper (v4.4.11 => v4.4.47): Downloading (100%)
      - Updating psr/log (1.1.3 => 1.1.4): Downloading (100%)
      - Updating symfony/debug (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/error-handler (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/http-client-contracts (v2.1.3 => v2.5.5): Downloading (100%)
      - Updating symfony/http-kernel (v4.4.11 => v4.4.51): Downloading (100%)
      - Updating symfony/service-contracts (v2.1.3 => v2.5.4): Downloading (100%)
      - Installing symfony/polyfill-php81 (v1.31.0): Downloading (100%)
      - Updating symfony/dependency-injection (v4.4.11 => v4.4.49): Downloading (100%)
      - Updating symfony/filesystem (v4.4.11 => v5.4.45): Downloading (100%)
      - Updating symfony/config (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating symfony/routing (v4.4.11 => v4.4.44): Downloading (100%)
      - Updating contao/manager-plugin (2.8.3 => 2.12.0): Downloading (100%)
      - Updating composer/ca-bundle (1.2.7 => 1.5.5): Downloading (100%)
      - Updating ua-parser/uap-php (v3.9.13 => v3.9.14): Downloading (100%)
      - Updating twig/twig (v2.13.1 => v2.16.1): Downloading (100%)
      - Updating paragonie/random_compat (v9.99.99 => v9.99.100): Downloading (100%)
      - Updating doctrine/lexer (1.2.1 => 1.2.3): Downloading (100%)
      - Updating doctrine/annotations (1.10.3 => 1.14.4): Downloading (100%)
      - Updating terminal42/service-annotation-bundle (1.1.1 => 1.2.1): Downloading (100%)
      - Updating symfony/http-client (v4.4.11 => v4.4.51): Downloading (100%)
      - Updating symfony/dom-crawler (v4.4.11 => v4.4.45): Downloading (100%)
      - Updating psr/http-message (1.0.1 => 2.0): Downloading (100%)
      - Updating psr/http-factory (1.0.1 => 1.1.0): Downloading (100%)
      - Updating php-http/message-factory (v1.0.2 => 1.1.0): Downloading (100%)
      - Updating nyholm/psr7 (1.3.0 => 1.8.2): Downloading (100%)
      - Updating symfony/yaml (v4.4.11 => v4.4.45): Downloading (100%)
      - Updating symfony/translation-contracts (v2.1.3 => v2.5.4): Downloading (100%)
      - Updating symfony/twig-bridge (v4.4.11 => v4.4.51): Downloading (100%)
      - Updating symfony/twig-bundle (v4.4.11 => v4.4.41): Downloading (100%)
      - Updating symfony/translation (v4.4.11 => v4.4.47): Downloading (100%)
      - Updating symfony/polyfill-iconv (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating egulias/email-validator (2.1.18 => 3.2.6): Downloading (100%)
      - Updating swiftmailer/swiftmailer (v6.2.3 => v6.3.0): Downloading (100%)
      - Updating symfony/swiftmailer-bundle (v3.4.0 => v3.5.4): Downloading (100%)
      - Updating symfony/security-core (v4.4.11 => v4.4.48): Downloading (100%)
      - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.31.0): Downloading (100%)
      - Updating symfony/string (v5.1.3 => v5.4.47): Downloading (100%)
      - Updating symfony/property-info (v5.1.3 => v5.4.48): Downloading (100%)
      - Updating symfony/property-access (v5.1.3 => v5.4.45): Downloading (100%)
      - Updating symfony/security-http (v4.4.11 => v4.4.50): Downloading (100%)
      - Updating symfony/security-guard (v4.4.11 => v4.4.46): Downloading (100%)
      - Updating symfony/security-csrf (v5.1.3 => v5.2.12): Downloading (100%)
      - Updating symfony/security-bundle (v4.4.11 => v4.4.50): Downloading (100%)
      - Updating monolog/monolog (1.25.5 => 1.27.1): Downloading (100%)
      - Updating symfony/monolog-bridge (v4.4.11 => v4.4.43): Downloading (100%)
      - Updating symfony/lock (v4.4.11 => v4.4.46): Downloading (100%)
      - Updating symfony/var-exporter (v5.1.3 => v5.4.45): Downloading (100%)
      - Updating symfony/cache-contracts (v2.1.3 => v2.5.4): Downloading (100%)
      - Updating symfony/cache (v4.4.11 => v4.4.48): Downloading (100%)
      - Updating symfony/framework-bundle (v4.4.11 => v4.4.51): Downloading (100%)
      - Updating symfony/expression-language (v4.4.11 => v4.4.47): Downloading (100%)
      - Updating symfony/console (v4.4.11 => v4.4.49): Downloading (100%)
      - Updating symfony/asset (v4.4.11 => v4.4.46): Downloading (100%)
      - Updating symfony-cmf/routing (2.3.2 => 2.3.4): Downloading (100%)
      - Updating symfony-cmf/routing-bundle (2.4.0 => 2.5.1): Downloading (100%)
      - Updating paragonie/constant_time_encoding (v2.3.0 => v2.7.0): Downloading (100%)
      - Updating beberlei/assert (v3.2.7 => v3.3.3): Downloading (100%)
      - Updating simplepie/simplepie (1.5.5 => 1.8.1): Downloading (100%)
      - Updating scssphp/scssphp (1.1.1 => v1.13.0): Downloading (100%)
      - Installing thecodingmachine/safe (v1.3.3): Downloading (100%)
      - Updating spomky-labs/otphp (v9.1.4 => v10.0.3): Downloading (100%)
      - Updating ramsey/uuid (3.9.3 => 3.9.7): Downloading (100%)
      - Updating phpspec/php-diff (v1.1.0 => v1.1.3): Downloading (100%)
      - Updating patchwork/utf8 (v1.3.2 => v1.3.3): Downloading (100%)
      - Updating michelf/php-markdown (1.9.0 => 1.9.1): Downloading (100%)
      - Updating matthiasmullie/minify (1.3.63 => 1.3.73): Downloading (100%)
      - Updating knplabs/knp-time-bundle (v1.12.0 => v1.19.0): Downloading (100%)
      - Installing doctrine/deprecations (v0.5.3): Downloading (100%)
      - Updating doctrine/event-manager (1.1.1 => 1.2.0): Downloading (100%)
      - Updating doctrine/collections (1.6.7 => 1.8.0): Downloading (100%)
      - Updating imagine/imagine (1.2.3 => 1.5.0): Downloading (100%)
      - Updating symfony/options-resolver (v5.1.3 => v5.4.45): Downloading (100%)
      - Updating clue/stream-filter (v1.4.1 => v1.7.0): Downloading (100%)
      - Updating php-http/message (1.8.0 => 1.16.2): Downloading (100%)
      - Updating php-http/promise (1.1.0 => 1.3.1): Downloading (100%)
      - Updating psr/http-client (1.0.1 => 1.0.3): Downloading (100%)
      - Updating php-http/httplug (2.2.0 => 2.4.1): Downloading (100%)
      - Updating php-http/client-common (2.3.0 => 2.7.2): Downloading (100%)
      - Updating friendsofsymfony/http-cache (2.9.2 => 2.16.2): Downloading (100%)
      - Updating friendsofsymfony/http-cache-bundle (2.8.0 => 2.17.1): Downloading (100%)
      - Updating dragonmantank/cron-expression (v2.3.0 => v2.3.1): Downloading (100%)
      - Updating doctrine/cache (1.10.2 => 2.2.0): Downloading (100%)
      - Updating doctrine/persistence (1.3.8 => 2.5.7): Downloading (100%)
      - Updating doctrine/instantiator (1.3.1 => 1.5.0): Downloading (100%)
      - Updating doctrine/dbal (2.10.2 => 2.13.9): Downloading (100%)
      - Updating doctrine/common (2.13.3 => 3.5.0): Downloading (100%)
      - Updating doctrine/inflector (1.4.3 => 2.0.10): Downloading (100%)
      - Updating doctrine/orm (v2.7.3 => 2.10.5): Downloading (100%)
      - Updating symfony/doctrine-bridge (v4.4.11 => v4.4.48): Downloading (100%)
      - Updating contao/imagine-svg (1.0.1 => 1.0.4): Downloading (100%)
      - Updating webmozart/assert (1.9.1 => 1.11.0): Downloading (100%)
      - Updating contao/image (1.0.2 => 1.2.2): Downloading (100%)
      - Updating contao-components/tinymce4 (4.9.11 => 4.9.12): Downloading (100%)
      - Updating contao-components/tablesorter (2.31.3 => 2.31.3.1): Downloading (100%)
      - Updating contao-components/tablesort (4.0.1 => 4.0.2): Downloading (100%)
      - Updating contao-components/swipe (2.2.0 => 2.2.2): Downloading (100%)
      - Updating contao-components/simplemodal (2.1.1 => 2.1.2): Downloading (100%)
      - Updating contao-components/mootools (1.6.0.6 => 1.6.0.9): Downloading (100%)
      - Updating contao-components/jquery-ui (1.12.1.1 => 1.13.2): Downloading (100%)
      - Updating contao-components/jquery (3.5.1 => 3.7.1): Downloading (100%)
      - Updating contao-components/highlight (9.18.0 => 9.18.1): Downloading (100%)
      - Updating contao-components/dropzone (5.7.2 => 5.9.3): Downloading (100%)
      - Updating contao-components/datepicker (2.3.1 => 2.3.2): Downloading (100%)
      - Updating contao-components/contao (9.1.0 => 9.4.0): Downloading (100%)
      - Updating contao-components/colorpicker (1.5.1 => 1.5.3): Downloading (100%)
      - Updating contao-components/chosen (1.2.4 => 1.2.5): Downloading (100%)
      - Updating contao-components/ace (1.4.12 => 1.37.5): Downloading (100%)
      - Updating dasprid/enum (1.0.2 => 1.0.6): Downloading (100%)
      - Updating bacon/bacon-qr-code (2.0.2 => 2.0.8): Downloading (100%)
      - Updating ausi/slug-generator (v1.1.0 => v1.1.1): Downloading (100%)
      - Installing lcobucci/clock (2.0.0): Downloading (100%)
      - Updating lcobucci/jwt (3.3.2 => 4.3.0): Downloading (100%)
      - Updating nelmio/cors-bundle (1.5.6 => 2.3.1): Downloading (100%)
      - Updating knplabs/knp-menu (2.6.0 => v3.3.0): Downloading (100%)
      - Updating knplabs/knp-menu-bundle (v2.3.0 => v3.2.0): Downloading (100%)
      - Installing doctrine/sql-formatter (1.3.0): Downloading (100%)
      - Installing nikic/php-parser (v4.19.4): Downloading (100%)
      - Updating terminal42/escargot (0.6.1 => 1.5.3): Downloading (100%)
      - Updating nelmio/security-bundle (v2.10.1 => v2.12.0): Downloading (100%)
      - Updating doctrine/doctrine-bundle (1.12.10 => 2.7.0): Downloading (100%)
      - Installing scheb/2fa-bundle (v5.13.2): Downloading (100%)
      - Installing scheb/2fa-trusted-device (v5.13.2): Downloading (100%)
      - Installing scheb/2fa-backup-code (v5.13.2): Downloading (100%)
      - Updating contao/core-bundle (4.9.4 => 4.9.42): Downloading (100%)
      - Updating codefog/contao-mobile_menu (2.7.1 => 2.7.2): Downloading (100%)
      - Updating toflar/psr6-symfony-http-cache-store (2.3.1 => 3.0.1): Downloading (100%)
      - Updating symfony/web-profiler-bundle (v4.4.11 => v4.4.47): Downloading (100%)
      - Updating symfony/stopwatch (v4.4.11 => v4.4.46): Downloading (100%)
      - Updating laminas/laminas-code (3.4.1 => 4.7.1): Downloading (100%)
      - Downgrading friendsofphp/proxy-manager-lts (2.8.1 => v1.0.18): Downloading (100%)
      - Updating symfony/proxy-manager-bridge (v4.4.11 => v4.4.39): Downloading (100%)
      - Updating symfony/monolog-bundle (v3.5.0 => v3.8.0): Downloading (100%)
      - Updating symfony/dotenv (v4.4.11 => v4.4.37): Downloading (100%)
      - Updating symfony/debug-bundle (v4.4.11 => v4.4.37): Downloading (100%)
      - Updating sensiolabs/ansi-to-html (v1.2.0 => v1.3.0): Downloading (100%)
      - Updating contao/installation-bundle (4.9.4 => 4.9.42): Downloading (100%)
      - Updating contao/manager-bundle (4.9.4 => 4.9.42): Downloading (100%)
      - Updating heimrichhannot/contao-speed-bundle (1.9.0 => 1.9.1): Downloading (100%)
      - Updating madeyourday/contao-rocksolid-custom-elements (v2.2.16 => v2.3.12): Downloading (100%)
      - Updating wr/onepage-bundle (2.0.3 => 2.0.4): Downloading (100%)
    Package lexik/maintenance-bundle is abandoned, you should avoid using it. No replacement was suggested.
    Package true/punycode is abandoned, you should avoid using it. No replacement was suggested.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Package contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    Writing lock file
    Generating optimized autoload files
    Deprecation Notice: Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///webhome/xxx.ch/www/web/contao-manager.phar.php/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:201
    Warning: Ambiguous class resolution, "Contao\ManagerPlugin\PluginLoader" was found in both "/webhome/xxx.ch/www/vendor/contao/manager-plugin/src/Resources/PluginLoader.php" and "/webhome/xxx.ch/www/vendor/contao/manager-plugin/src/PluginLoader.php", the first will be used.
    94 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-update-cmd event terminated with an exception
    
    In ScriptHandler.php line 98:
                                                                                   
      An error occurred while executing the "contao:generate-app-secret" command:  
                                                                                   
      In YamlFileLoader.php line 722:                                              
                                                                                   
                                                                                   
        There is no extension able to load the configuration for "contao" (in "/w  
      eb                                                                           
        home/xxx.ch/www/app/config/config.yml"). Looked for namespace "conta  
      o"                                                                           
        , found "none".                                                            
                                                                                   
    
    update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### Der Hintergrundprozess wurde unerwartet beendet ###

    Im CM auf 4.13.* gewechselt gibt wieder die Fehlermeldung zu Beginn.

    Verstehe ich das richtig, dass die einzige Möglichkeit ist, iway zu fragen, ob sie das CM Update selber machen könnten?
    Geändert von aitana (26.05.2025 um 16:01 Uhr)

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

    Standard

    Poste mal Screenshots von allen Schritten die du ausführst, wenn du über die Systemwartung alle Pakete aktualisierst - mit der von dir oben geposteten composer.json
    » sponsor me via GitHub or Revolut

  21. #21
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Wenn ich via Anhänge verwalten die Bilder hochlade, erscheinen diese leider nicht.
    Ich benutze den Firefox Mac. Ein Browser-Update hat nichts gebracht. Habe die Screenshots nun per wetransfer und PN geschickt.

    Ein anderer Lösungsansatz wäre ja das Löschen der task.json Datei im contao-manager. Leider sehe ich diese Datei aber nicht.

    Was meinst du, kann ich problemlos die contao-manager.phar.php neu herunter laden und auf den Server übertragen fürs Update?
    Angehängte Grafiken Angehängte Grafiken
    Geändert von Spooky (27.05.2025 um 10:12 Uhr)

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

    Standard

    Zitat Zitat von aitana Beitrag anzeigen
    Wenn ich via Anhänge verwalten die Bilder hochlade, erscheinen diese leider nicht.
    Ich benutze den Firefox Mac. Ein Browser-Update hat nichts gebracht. Habe die Screenshots nun per wetransfer und PN geschickt.
    Deine Bilder waren zu groß. Ich habe sie dir angepasst hier hochgeladen.


    Zitat Zitat von aitana Beitrag anzeigen
    Ein anderer Lösungsansatz wäre ja das Löschen der task.json Datei im contao-manager. Leider sehe ich diese Datei aber nicht.
    Das ist die Lösung für ein ganz anderes Problem. Hast du denn dieses Problem?


    Zitat Zitat von aitana Beitrag anzeigen
    Was meinst du, kann ich problemlos die contao-manager.phar.php neu herunter laden und auf den Server übertragen fürs Update?
    Das kannst du jederzeit machen, wird dir aber nicht helfen.


    In deinen Screenshots fehlen weitere Screenshots für "Composer Update ausführen".
    » sponsor me via GitHub or Revolut

  23. #23
    Contao-Nutzer
    Registriert seit
    12.05.2015.
    Beiträge
    99

    Standard

    Vielen Dank für deine Antworten Spooky

    Mittlerweile hat iway das composer update via SSH gemacht. Anders wäre es in diesem Fall glaube ich wirklich nicht möglich gewesen.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •