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

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

  •  08-01-2021
  •  | 
  •  

Question

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.
Was it helpful?

Solution

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

OTHER TIPS

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..!!

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