Magento 2.2.4 - Source class “\amazonClient” for “amazonClientLogger” generation does not exist

magento.stackexchange https://magento.stackexchange.com/questions/224667

  •  08-01-2021
  •  | 
  •  

Domanda

I am upgrading Magento 2.2.3 to 2.2.4 and got this error when running the command setup:di:compile after successfully running setup:upgrade.

[RuntimeException]
Source class "\amazonClient" for "amazonClientLogger" generation does not exist.
È stato utile?

Soluzione

Weird but got fixed by running following commands in the order:

bin/magento deploy:mode:set developer
bin/magento cache:clean
bin/magento setup:di:compile
bin/magento deploy:mode:set production

Altri suggerimenti

I had same Issue, While installing zip with sample data.

I've resolved it my PHP Version to 7.1.x

Before PHP was 7.0.x, Don't know why Magetnto 2.2.4 doesn't seems to be work with PHP 7.0.x.

As After i switched to 7.1.x it installed successfully..

Hope it will help others..!!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top