We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have modules with classes for magento1 and 2, in last beta release they cause the following error during setup:di:compile
setup:di:compile
Fatal error: Class 'Mage_Core_Helper_Abstract' not found in /srv/magento_beta_full/app/code/Cotya/Elasticgento/Model/m1/Data.php on line 38
It did work before thx to this patch: #986 and seemed to stop after the move to the new magento cli script.
The text was updated successfully, but these errors were encountered:
@Flyingmana the old compiler.php is not the same as setup:di:compile. Please try setup:di:compile-multi-tenant
compiler.php
setup:di:compile-multi-tenant
Sorry, something went wrong.
@Flyingmana, did you try solution provided by @mazhalai?
Merge pull request #1322 from magento-engcom/develop-prs
1c7ebea
Public Pull Requests: #8608 #9266
No branches or pull requests
I have modules with classes for magento1 and 2,
in last beta release they cause the following error during
setup:di:compile
It did work before thx to this patch: #986
and seemed to stop after the move to the new magento cli script.
The text was updated successfully, but these errors were encountered: