Hallo, ich brauche wieder mal eure Hilfe ... es ist zum Verzweifeln. Das Update läuft nicht durch. Hier die Meldung im Contao Manager:
Meine composer.json:Code:$ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/webxxx/b0/19/525619/htdocs/contao4neu/web/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. Nothing to install, update or remove 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. Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead. Generating optimized autoload files 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. composer/package-versions-deprecated: Generating version class... composer/package-versions-deprecated: ...done generating version class 90 packages you are using are looking for funding. Use the `composer fund` command to find out more! contao/manager-plugin: Generating plugin class... contao/manager-plugin: ...done generating plugin class > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception In Filesystem.php line 301: Could not delete /mnt/web109/b0/19/525619/htdocs/contao4neu/var/cache/prod/ .nfs0000000022d4f8f51c004afe: install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--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
Was läuft da bloß falsch?Code:{ "type": "project", "require": { "bugbuster/contao-botdetection-bundle": "^1.7", "bugbuster/contao-cron-bundle": "^1.3", "bugbuster/contao-visitors-bundle": "^1.6", "cliffparnitzky/tiny-mce-image-enhancement": "^1.0", "cliffparnitzky/tiny-mce-link-lightbox": "^1.0", "cliffparnitzky/tiny-mce-plugin-loader": "^2.1", "codefog/contao-mobile_menu": "^2.7", "contao-components/mootools": "1.6.0.6", "contao/calendar-bundle": "4.9.18", "contao/comments-bundle": "4.9.18", "contao/conflicts": "*@dev", "contao/faq-bundle": "4.9.18", "contao/listing-bundle": "4.9.18", "contao/manager-bundle": "4.9.18", "contao/news-bundle": "4.9.18", "contao/newsletter-bundle": "4.9.18", "craffft/css-style-selector-bundle": "^1.6", "do-while/contao-backupdb-bundle": "^1.4", "madeyourday/contao-rocksolid-antispam": "^2.0", "madeyourday/contao-rocksolid-slider": "^2.0", "terminal42/contao-pageimage": "^3.4" }, "extra": { "contao-component-dir": "assets" }, "scripts": { "post-install-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ] } }
			
					
					
					
						
Zitieren
						