Hallo und noch alles Gute zum noch einigermaßen neuen Jahr!
Ich habe zwei Instanzen Conato, beide bei Goneo in verschiedenen Accounts. Die Eine habe ich vor ein paar Tagen nahezu problemfrei auf 4.13 aktualisieren können; mein vermeintliches Problem an der Stelle war "hausgemacht" und ich konnte es selbst lösen. Wie es aussieht ist wunschgemäß DER Thread auch gelöscht worden - vielen Dank dafür.
Die zweite Instanz mag sich nicht aktualisieren lassen, auch hier habe ich der Anleitung folgend Datenbank und composer.json/composer.lock gesichert; den ganzen Dateien-Kram vorsichtshalber auch.
Der UNTERSCHIED zu der anderen Instanz ist: bei dieser Zweiten sind zwei zusätzliche Pakete installiert, von denen eines als "verwaist" gekennzeichnet ist ("TinyMCE Bundle classic"), ich weiß im Moment gerade nicht, warum ich das brauch(t)e... Das zweite Zusatzpaket ist "iCal Kalender", damit hatte ich schon vor zwei Jahren Probleme, aber es gibt wohl einen Fork. Da muss ich nochmal https://community.contao.org/de/show...rung-und-PHP-8 ausgraben und verfolgen...
Doch nun endlich zum neuen PROBLEM: Auch der Anleitung folgend habe ich im Manager aus der 4.9.* ein 4.13.* gemacht und "Testlauf mit allen Paketen" angeklickt. Bei dieser zweiten Instanz bricht der Prozess mit folgender Fehlermeldung ab:
Die beiden Schritte (composer require... und composer update...) davor laufen durch. Ich habe niemals (vorsätzlich/wissentlich) das composer.json file editiert. Mir ist jetzt nicht klar, was ich tun muss ohne die Installation zu "zerschießen"; die angegebene Seite ist für mich nicht so richtig hilfreich. Solange nicht sicher ist, dass es daran liegt würde ich ungern die beiden Extra-Pakete eliminieren ;-)Code:composer install --dry-run $ /usr/local/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=Europe/Berlin /data/web/1/000/038/826/133535/htdocs/LIVE/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader --dry-run 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>`. - Required package "contao/calendar-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/comments-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/faq-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/listing-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/manager-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/news-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". - Required package "contao/newsletter-bundle" is in the lock file as "4.9.42" but that does not satisfy your constraint "4.13.*". This usually happens when composer files are incorrectly merged or the composer.json file is manually edited. Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r # Process terminated with exit code 4 # Result: Unknown error
TIA
purzel