Hallo zusammen,
seit dem Update auf 5.5.4 (oder evtl. schon seit 5.5?) erhalte ich eine Fehlermeldung beim cronjobgesteuerten Artikelbestandsimport über CLI. Ich beziehe mich auf folgende Anleitung:
https://community.shopware.com/Import/Export-Grundmodul_detail_1769.html#Konsolenwerkzeuge_.26_Cronjobs
Die Konsolenausgabe sieht folgendermaßen aus:
$ /usr/bin/env -i /usr/local/bin/php7-70STABLE-CLI -d zend_extension=/usr/local/lib/php_modules/7-70STABLE/ioncube_loader_lin_7.0.so bin/console sw:importexport:import -p "instock-advanced" /pfad/zur/datei/instock-advanced.csv
WARNING! Method "Shopware_Plugins_Core_SwagLicense_Bootstrap::assertVersionGreaterThen" not found failure in /pfad/zum/shop/shopware/engine/Library/Enlight/Event/Handler/Plugin.php
There are no commands defined in the "sw:importexport" namespace.
Did you mean one of these?
sw
sw:admin
sw:benchmark
sw:cache
sw:clone
sw:clone:category
sw:cron
sw:customer
sw:customer:search
sw:customer:search:index
sw:customer:stream
sw:customer:stream:index
sw:database
sw:es
sw:es:backend
sw:es:backend:index
sw:es:backlog
sw:es:index
sw:es:switch
sw:firstrunwizard
sw:generate
sw:media
sw:migrate
sw:migrate:article
sw:migrate:article:attribute
sw:migrations
sw:plugin
sw:plugin:config
sw:product
sw:product:feeds
sw:rebuild
sw:rebuild:category
sw:rebuild:seo
sw:refresh
sw:refresh:search
sw:session
sw:settings
sw:settings:label
sw:settings:label:find
sw:snippets
sw:snippets:find
sw:snippets:to
sw:store
sw:store:list
Wenn man den ionCube weglässt, kommt folgendes:
$ /usr/bin/env -i /usr/local/bin/php7-70STABLE-CLI bin/console sw:importexport:import -p "instock-advanced" /pfad/zur/datei/instock-advanced.csv
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.
Please visit get-loader.ioncube.com for install assistance.
Und nu? Alle Plugins sind auf dem neuesten Stand.
Grüße
Pierre