Ich habe versucht, den folgenden Befehl zu verwenden, aber Fehler erhalten
- Befehl 1:
Komponisten benötigen Magento / Product-Community-Edition 2.3.0 - kein Update
- Befehl 2:
Komponisten-Update
Ausgabe:
Problem 1
- Installation request for magento/product-community-edition 2.3.0 -> satisfiable by magento/product-community-edition[2.3.0].
- magento/product-community-edition 2.3.0 requires magento/framework 102.0.0 -> satisfiable by magento/framework[102.0.0].
- Conclusion: don't install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.0-BETA2|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.0-BETA3|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.0|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.1|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.2|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.3|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.4|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.5|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.6|install symfony/console v2.8.38
- Conclusion: don't install symfony/console v4.1.7|install symfony/console v2.8.38
Wenn jemand eine Idee hat, hilf mir ..!
magento2.3.0
Navin Bhudiya
quelle
quelle
Antworten:
Ich denke, Sie überspringen einige Schritte. Stellen Sie sicher, dass Sie zusätzliche erforderliche Pakete angeben:
und entfernen Sie nicht verwendete Pakete:
Sie erhalten den Fehler hauptsächlich wegen der
fabpot/php-cs-fixer
Stellen Sie außerdem sicher, dass Sie die Magento-Dokumente lesen
https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html
Hoffe das hilft.
quelle
Hier sind die Schritte, mit denen ich Magento 2.2.6 erfolgreich auf 2.3.0 aktualisiert habe . Ich habe die Schritte in zwei Teile geteilt:
Teil 1:
MÖGLICHER FEHLER: Möglicherweise wird der folgende Fehler angezeigt: Es kann nur Folgendes installiert werden: symfony / console [v4.1.0, v3.4.9]. - magento / magento2-base 2.3.0 erfordert symfony / console ~ 4.1.0 -> erfüllt durch symfony / console [v4.1.0, v4.1.1, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4 .1.6, v4.1.7, v4.1.8, v4.1.9]. - Fazit: Installieren Sie sebastian / phpcpd 2.0.4 nicht. | Installieren Sie symfony / console v4.1.1 nicht. | Installieren Sie symfony / console v2.8.38. 2.0.4].
GOTO TEIL 2 FÜR LÖSUNG
Teil 2:
Nun Magento 2.2.6 haben sollte erfolgreich aktualisiert zu MAGENTO 2.3.0
quelle
Hier sind die Schritte zum Aktualisieren von Magento 2.2.x auf 2.3.0
Schritt 1: Sicherungscode und Datenbank
Schritt 2:
Schritt 3:
Schritt 4:
Schritt 5: Öffnen Sie die Datei composer.json und fügen Sie diese "Zend \ Mvc \ Controller \": "setup / src / Zend / Mvc / Controller /" um Zeile 47 im Abschnitt psr-4 hinzu.
Schritt 6:
Hier ist der ausführliche Artikel.
quelle