-
Notifications
You must be signed in to change notification settings - Fork 104
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
Errors during compilation #2
Comments
I get the exact same error |
Yes I am also facing the same issues http://prntscr.com/g3ubke |
Hello You need to below changes into files.
Reply : $this->redirectFactory = $context->getRedirectFactory(); comment below code : //\Magento\Backend\Model\View\Result\RedirectFactory $resultRedirectFactory, use below code 👍
|
Hello ,
Reply : use below code 👍 |
I'm on Magento CE 2.1.7.
After I download this extension and copy it to my Magento installation I run some cli commands.
sudo rm -rf var/di/*
sudo rm -rf var/cache/*
sudo rm -rf var/generation/*
sudo rm -rf var/page_cache/*
sudo chmod -R 777 pub/*
sudo chmod -R 777 var/*
php -f bin/magento cache:clean
php bin/magento setup:upgrade
php bin/magento setup:di:compile
And on the last step there are errors:
The text was updated successfully, but these errors were encountered: