Question

I just update my Magento 2.2 core components using the command composer update -vvvv and then I got a lot of updates which caused this issue below when I tried to run php bin/magento setup:upgrade. Plugin class Magento NewRelicReporting StatePlugin doesn't exist

How could I solve it?

Était-ce utile?

La solution

The plugin is probably cached by redis. Flush your redis cache using the following command:

redis-cli flushall
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top