Pergunta

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?

Foi útil?

Solução

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

redis-cli flushall
Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top