Вопрос

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?

Это было полезно?

Решение

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

redis-cli flushall
Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top