Ach, meinst du wieder das bekannte Problem mit den Prozessen?
Mir nicht bekannt - Links zur Thematik?!
Nein, damit hat es vermutlich nichts zu tun in diesem.
Ich bin Mal so frei und ergänze die Aussage des Meisters: "... Fall."
Wie genau bist du dabei vorgegangen?
Na einfach via "Systemwartung" 2x bzw. sogar 3x ein Composer-Update (Und nein, damit meine ich nicht nur den Installer) ausgeführt. Wie auch sonst, wenn nicht alternativ via CL?!
Die gesamte Konsolenausgabe wäre übrigens auch interessant.
Code:
$ /opt/php-7.4/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /var/www/clients/client3/web127/web/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloaderInstalling dependencies from lock file
Verifying lock file contents can be installed on current platform.
Package operations: 6 installs, 1 update, 1 removal
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' may remediate them.
- Downloading pimple/pimple (v1.1.1)
- Downloading contao-community-alliance/dependency-container (2.0.4)
- Downloading contao-community-alliance/event-dispatcher (2.0.5)
- Downloading contao-community-alliance/events-contao-bindings (4.4.5)
- Downloading contao-community-alliance/translator (2.1.5)
- Downloading menatwork/contao-multicolumnwizard-bundle (3.4.11)
- Downloading terminal42/contao-changelanguage (3.2.1)
- Removing menatwork/contao-multicolumnwizard (3.3.17)
- Installing pimple/pimple (v1.1.1): Extracting archive
- Installing contao-community-alliance/dependency-container (2.0.4): Extracting archive
- Installing contao-community-alliance/event-dispatcher (2.0.5): Extracting archive
- Installing contao-community-alliance/events-contao-bindings (4.4.5): Extracting archive
- Installing contao-community-alliance/translator (2.1.5): Extracting archive
- Installing menatwork/contao-multicolumnwizard-bundle (3.4.11): Extracting archive
- Removing terminal42/contao-changelanguage (3.1.16)
- Installing terminal42/contao-changelanguage (3.2.1): Extracting archive
Package league/uri-hostname-parser is abandoned, you should avoid using it. No replacement was suggested.
Package league/uri-schemes is abandoned, you should avoid using it. No replacement was suggested.
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.
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...
Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
90 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
In ManagerPluginInstaller.php line 203:
The plugin class "Terminal42\ChangeLanguage\ContaoManager\Plugin" was not f
ound.
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] [--] [<packages>...]
# Process terminated with exit code 1
# Result: General error