Irgendwie stehe ich auf dem Schlauch.
bei jedem Aufruf der console kommt folgende Fehlermeldung:
Return value of Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch() must be an instance of Shopware\Core\Framework\Event\object, instance of Symfony\Component\Console\Event\ConsoleErrorEvent returned
Hier der vollständige Aufruf:
[~/public_html/stage]# bin/console --help
11:21:52 ERROR [console] Error thrown while running command "list". Message: "Return value of Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch() must be an instance of Shopware\Core\Framework\Event\object, instance of Symfony\Component\Console\Event\ConsoleCommandEvent returned" ["exception" => TypeError { …},"command" => "list","message" => "Return value of Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch() must be an instance of Shopware\Core\Framework\Event\object, instance of Symfony\Component\Console\Event\ConsoleCommandEvent returned"]
In BusinessEventDispatcher.php line 49:
Return value of Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch() must be an instance of Shopware\Core\Framework\Event\object, instance of Symfony\Component\Console\Event\ConsoleErrorEvent returned
help [--format FORMAT] [--raw] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] []
Was mache ich falsch?
Danke für die Unterstützung.