Hallo zusammen
Leider komme ich nicht mehr weiter und könnte etwas Hilfe bracuhen.
Ich habe MM 2.4 mit PHP 8.3 im Einsatz.
Nun habe ich den PROD-Cache über den Contao Manager gelöscht und schwupp, ist die Website nicht mehr erreichbar.
Logge ich mich im CM neu ein klicke ich bei "Composer-Umgebung" auf installieren (war vor dem löschen des PROD-Cache nicht so).
Bei der Installation kriege ich dann folgende Ausgabe:
Meine composer.json sieht so aus:Code:$ /opt/plesk/php/8.3/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=UTC /var/www/vhosts/tagderkranken.ch/httpdocs/website/public/contao-manager.phar.php composer install --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>`. Package operations: 249 installs, 0 updates, 0 removals - Downloading metamodels/core (dev-release/2.4.0) - Downloading metamodels/attribute_alias (dev-feature/2.4.0) - Downloading metamodels/attribute_checkbox (dev-feature/2.4.0) - Downloading metamodels/attribute_combinedvalues (dev-feature/2.4.0) - Downloading metamodels/attribute_country (dev-feature/2.4.0) - Downloading metamodels/attribute_decimal (dev-feature/2.4.0) - Downloading metamodels/filter_perimetersearch (dev-feature/2.4.0) - Downloading metamodels/attribute_geodistance (dev-feature/2.4.0) - Downloading metamodels/attribute_langcode (dev-feature/2.4.0) - Downloading metamodels/attribute_levenshtein (dev-feature/2.4.0) - Downloading metamodels/attribute_longtext (dev-feature/2.4.0) - Downloading metamodels/attribute_rating (dev-feature/2.4.0) - Downloading metamodels/attribute_select (dev-feature/2.4.0) - Downloading metamodels/attribute_tablemulti (dev-feature/2.4.0) - Downloading metamodels/attribute_tags (dev-feature/2.4.0) - Downloading metamodels/attribute_text (dev-feature/2.4.0) - Downloading metamodels/attribute_numeric (dev-feature/2.4.0) - Downloading metamodels/attribute_timestamp (dev-feature/2.4.0) - Downloading metamodels/attribute_url (dev-feature/2.4.0) - Downloading metamodels/attribute_file (dev-feature/2.4.0) - Downloading metamodels/dropzone_file_upload (dev-feature/2.4.0) - Downloading metamodels/filter_checkbox (dev-feature/2.4.0) - Downloading metamodels/filter_fromto (dev-feature/2.4.0) - Downloading metamodels/filter_range (dev-feature/2.4.0) - Downloading metamodels/filter_register (dev-feature/2.4.0) - Downloading metamodels/filter_select (dev-feature/2.4.0) - Downloading metamodels/filter_tags (dev-feature/2.4.0) - Downloading metamodels/filter_text (dev-feature/2.4.0) In CurlDownloader.php line 516: The "https://packages.cyberspectrum.de/p/lsco7tXRckIXalQxFAHv6NNW-GGOBrr8Ok xDb8uO4rSAIV3gGP1GhZNsGRJMcURL" file could not be downloaded (HTTP/2 400 ) install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-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] [--] [<packages>...] # Process terminated with exit code 100 # Result: Unknown error
Hat wer eine Idee, was da falsch läuft?Code:{ "name": "metamodels/test-installation", "description": "MetaModels MM 2.4 @ Contao 5.3", "license": "LGPL-3.0-or-later", "type": "project", "authors": [ { "name": "Christian Schiffler", "homepage": "https://github.com/discordier" }, { "name": "Ingolf Steinhardt", "homepage": "https://github.com/zonky2" } ], "require": { "php": "^8.3", "bugbuster/contao-banner-bundle": "^1.6", "contao-community-alliance/dc-general": "^2.4@dev", "contao-community-alliance/events-contao-bindings": "^5.0@dev", "contao-community-alliance/translator": "^2.5@dev", "contao-community-alliance/url-builder": "^2.0@dev", "contao/calendar-bundle": "5.3.*", "contao/comments-bundle": "5.3.*", "contao/conflicts": "*@dev", "contao/faq-bundle": "5.3.*", "contao/listing-bundle": "5.3.*", "contao/manager-bundle": "5.3.*", "contao/news-bundle": "5.3.*", "contao/newsletter-bundle": "5.3.*", "dklemmt/contao_dk_mmenu": "^4.1", "hh-com/formdata": "^5.3", "madeyourday/contao-rocksolid-slider": "^2.2", "metamodels/attribute_alias": "^2.4@dev", "metamodels/attribute_checkbox": "^2.4@dev", "metamodels/attribute_combinedvalues": "^2.4@dev", "metamodels/attribute_country": "^2.4@dev", "metamodels/attribute_decimal": "^2.4@dev", "metamodels/attribute_file": "^2.4@dev", "metamodels/attribute_geodistance": "^2.4@dev", "metamodels/attribute_langcode": "^2.4@dev", "metamodels/attribute_levenshtein": "^2.4@dev", "metamodels/attribute_longtext": "^2.4@dev", "metamodels/attribute_numeric": "^2.4@dev", "metamodels/attribute_rating": "^2.4@dev", "metamodels/attribute_select": "^2.4@dev", "metamodels/attribute_tablemulti": "^2.4@dev", "metamodels/attribute_tags": "^2.4@dev", "metamodels/attribute_text": "^2.4@dev", "metamodels/attribute_timestamp": "^2.4@dev", "metamodels/attribute_url": "^2.4@dev", "metamodels/core": "^2.4@dev", "metamodels/dropzone_file_upload": "^2.4@dev", "metamodels/filter_checkbox": "^2.4@dev", "metamodels/filter_fromto": "^2.4@dev", "metamodels/filter_perimetersearch": "^2.4@dev", "metamodels/filter_range": "^2.4@dev", "metamodels/filter_register": "^2.4@dev", "metamodels/filter_select": "^2.4@dev", "metamodels/filter_tags": "^2.4@dev", "metamodels/filter_text": "^2.4@dev", "oneup/contao-backend-limited-width": "^1.1", "oveleon/contao-cookiebar": "^2.1", "tdoescher/googlemaps-bundle": "^3.0", "terminal42/contao-changelanguage": "^3.7", "terminal42/contao-leads": "^3.0" }, "require-dev": { "phpcq/runner-bootstrap": "^1.0@dev" }, "repositories": [ { "type": "composer", "url": "https://token:<MeinToken>@packages.cyberspectrum.de/r" } ], "config": { "allow-plugins": { "contao-components/installer": true, "contao/manager-plugin": true, "contao-community-alliance/composer-plugin": false, "php-http/discovery": true } }, "scripts": { "post-install-cmd": [ "@php vendor/bin/contao-setup" ], "post-update-cmd": [ "@php vendor/bin/contao-setup" ] } }