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

How could I solve it?

Was it helpful?

Solution

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

redis-cli flushall
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top