Hallo,
das habe ich gemacht, trotzdem Proleme:
Code:
$ /opt/plesk/php/8.1/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/ibu-europe.de/entwicklung.ibu-europe.de/website/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Package operations: 0 installs, 1 update, 0 removals
As there is no 'unzip' nor '7z' 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' or '7z' (21.01+) may remediate them.
- Upgrading contao-components/tinymce4 (5.10.7 => 5.10.9): Extracting archive
Update of contao-components/tinymce4 failed
In Filesystem.php line 315:
Could not delete assets/tinymce4/js/plugins/noneditable:
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 1
# Result: General error
Auch ein Update von CONTAO scheitert mit einer Fehlermeldung:
Code:
$ /opt/plesk/php/8.1/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/ibu-europe.de/entwicklung.ibu-europe.de/website/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Package operations: 0 installs, 1 update, 0 removals
As there is no 'unzip' nor '7z' 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' or '7z' (21.01+) may remediate them.
- Upgrading contao-components/tinymce4 (5.10.7 => 5.10.9): Extracting archive
Update of contao-components/tinymce4 failed
In Filesystem.php line 315:
Could not delete assets/tinymce4/js/plugins/noneditable:
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 1
# Result: General error
Ein weiter Versuch scheitert:
Code:
> Resolving dependencies using Composer Cloud v3.7.0
[7.0MiB/0.23s] Loading composer repositories with package information
[96.7MiB/15.53s] Updating dependencies
[207.9MiB/16.96s] Your requirements could not be resolved to an installable set of packages.
[207.9MiB/16.96s]
Problem 1
- Root composer.json requires menatwork/semantic_html5 ^2.1 -> satisfiable by menatwork/semantic_html5[2.1.0].
- menatwork/semantic_html5 2.1.0 requires php ^7.2 -> your php version (8.1.27.0) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
[207.9MiB/16.97s] <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>
[60.5MiB/17.05s] Memory usage: 60.47MB (peak: 232.61MB), time: 17.06s.
[60.5MiB/17.05s] Finished Composer Cloud resolving.
# Cloud Job ID SXUzKA4jTf47HPEFq7nvvBbt5W4rZlAdYr80I1GhXAfmk4YUJdcylfZMxqYhvZOlTb failed
Was habe ich übersehen?