Hallo Shopware,
ich möchte gern per git meine Instanz aufsetzen: GitHub - shopware/shopware: Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform
Ich hole mir also per git clone das Repo und setze die nötigen Rechte. Dann konfiguriere ich per build/ant configure und führe dann build/ant build-unit aus (streng nach Anleitung).
Composer Arbeitet dann und installiert alles Fehlerfrei bis:
[exec] - Installing sensiolabs/behat-page-object-extension (v2.0.0-rc1)
[exec] Loading from cache
[exec]
[exec] Generating optimized autoload files
[exec] Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "/home/nils/projects/beam/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php", the first will be used.
[exec] Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "/home/nils/projects/beam/shopware/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php", the first will be used.
Das sind aber nur Warnings und es geht weiter (immerhin genau einen Schritt):
build-cache-dir:
[exec] PHP Fatal error: Listener "onAddConsoleCommand" in "SwagImportExport" is not callable. in /home/nils/projects/beam/shopware/engine/Library/Enlight/Event/Handler/Plugin.php on line 145
Ein Blick in die build.xml verrät:
bin/console sw:cache:clear wird ausgeführt
aber schon php bin/console ergibt den oben genannten Fehler.
Ich finde jetzt keinen Grund warum überhaupt ein ImportExport aufgerufen wird. Aber an der Stelle wo normalerweise der SwagImportExport (engine/Shopware/Plugins/Community/Backend/SwagImportExport/) zu finden ist, ist euer Repo leer.
Was mache ich falsch?