-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to production mode not possible after upgrade to Magento 2.2.4 #220
Comments
Hi guys, |
This is affecting us as well. |
Can you check to see which version of the Amazon Pay module you have? 2.2.4 now comes bundled with it and on composer update should give you version 2.0.7. I ran compile on both 7.0 and 7.1 and was not able to reproduce the issue with a clean updated 2.2.4 install (see images). Also 2.0.7 is significantly different from 1.2.6 so it's possible if another version is overlapping the old one there might be conflicts. |
2.0.4 for me |
Are you able to try: composer update see if 2.0.7 comes over if so, then do then run di compile? |
@aredridel - any chance you were able to follow Michele's recommendation? |
Will do shortly when I get a chance! |
Hi @aredridel - any chance you were able to take a look? |
Closing due to missing feedback. Please re-open if problem persists. |
Preconditions
Magento 2.2.4
PHP 7.1
Ubuntu 17.04
Steps to reproduce
php bin/magento setup:di:compile
Expected result
Compilation complete
Actual result
LOG FILE:
main.CRITICAL: Source class "\amazonClient" for "amazonClientLogger" generation does not exist. {"exception":"[object] (RuntimeException(code: 0): Source class "\amazonClient" for "amazonClientLogger" generation does not exist. at /var/www/html/vendor/magento/framework/Code/Generator.php:185, RuntimeException(code: 0): Source class "\amazonClient" for "amazonClientLogger" generation does not exist. at /var/www/html/vendor/magento/framework/Code/Generator.php:185)"} []
Thank you in advance
The text was updated successfully, but these errors were encountered: