Gestern schlug ein Update bei Strato ( STRATO PowerWeb Basic ), PHP 7.2 fehl, und zwar mit folgender Meldung:
Code:
Could not scan for classes inside "/mnt/web314/b2/20/51852220/htdocs/neu/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs" which does not appear to be a file nor a folder
Ich habe dann den ganzen symphony Folder im Vendor-Verzeichnis neu erstellen lassen, was zunächst dazu geführt hat, dass eine Systemreparatur Contao wieder auf den vorherigen Stand gebracht hat (4.4.41). Ich habe es dann nochmal probiert, mit im Wesentlichen gleichen Resultat, außer dass nach Neuinstallation und Generierung der Autolockfiles der Composer in Endlosschleife verharrte. Ich konnte sehen, dass sowohl composer.json als auch composer.lock den vorher gesicherten Versionen entsprachen. Deshalb habe ich den Prozess kurzerhand abgebrochen – mit der Folge, dass der Contao Manager jetzt in der Endlosschleife hängt und sich nichts mehr bewegen lässt:
Code:
$ /opt/RZphp72/bin/php-cli -q -d max_execution_time=300 /mnt/web314/b2/20/51852220/htdocs/neu/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
Could not scan for classes inside "/mnt/web314/b2/20/51852220/htdocs/neu/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs" which does not appear to be a file nor a folder
Could not scan for classes inside "/mnt/web314/b2/20/51852220/htdocs/neu/vendor/symfony/polyfill-php70/Resources/stubs" which does not appear to be a file nor a folder
Could not scan for classes inside "/mnt/web314/b2/20/51852220/htdocs/neu/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs" which does not appear to be a file nor a folder
Could not scan for classes inside "/mnt/web314/b2/20/51852220/htdocs/neu/vendor/symfony/polyfill-php70/Resources/stubs" which does not appear to be a file nor a folder
Loading composer repositories with package information
Installing dependencies from lock file
Package operations: 16 installs, 0 updates, 0 removals
- Installing symfony/polyfill-php73 (v1.12.0): Loading from cache
- Installing symfony/http-client-contracts (v1.1.5): Loading from cache
- Installing symfony/http-client (v4.3.3): Loading from cache
- Installing symfony/polyfill-mbstring (v1.12.0): Loading from cache
- Installing symfony/polyfill-php72 (v1.12.0): Loading from cache
- Installing symfony/polyfill-intl-idn (v1.12.0): Loading from cache
- Installing symfony/mime (v4.3.3): Loading from cache
- Installing symfony/polyfill-ctype (v1.12.0): Loading from cache
- Installing symfony/polyfill-php70 (v1.12.0): Loading from cache
- Installing symfony/polyfill-util (v1.12.0): Loading from cache
- Installing symfony/polyfill-php56 (v1.12.0): Loading from cache
- Installing symfony/symfony (v3.4.30): Loading from cache
- Installing symfony/polyfill-intl-icu (v1.12.0): Loading from cache
- Installing symfony/polyfill-apcu (v1.12.0): Loading from cache
- Installing symfony/monolog-bundle (v3.4.0): Loading from cache
- Installing symfony/swiftmailer-bundle (v2.6.7): Loading from cache
Generating optimized autoload files
---
### Der Hintergrundprozess wird abgebrochen ###
Die Website funktioniert, aber ich kann zum Beispiel keinen Cache neu aufbauen lassen.
Auf Github habe ich zu dem Sysmphonyproblem Hinweise gefunden, die es mit Composer 1.1.5 in Verbindung bringen; bei mir ist aber vorher das Contao Manager Update gelaufen, dass doch eigentlich auch die neueste Version von Composer mitbringen sollte – oder sehe ich das falsch?
Ich würde jetzt die ganze Installation vom Backup aus neu installieren, würde daber gern wissen, wie ich danach vielleicht doch auf dem Server ein Update auf die aktuelle Version schaffen kann.
Thanks in advance – Michael