-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Prevent ObjectManager from instantiating interface #291
Comments
Such situation happens if a class has a dependency on interface but implementation preference for that interface is not declared in configuration. If it happens after update, you should try:
Maybe we should add proper error message for such case. |
You are right. Thanks. |
magento-team
pushed a commit
that referenced
this issue
May 22, 2015
MAGETWO-35406 [GITHUB] check for select and multiselect to ignore corrupted attributes #1087
magento-devops-reposync-svc
pushed a commit
that referenced
this issue
Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated my local magento2 project and got: Fatal error: Cannot instantiate interface Mage_Core_Model_ConfigInterface
It seems that Object Manager is trying to instantiate an interface. I can look further into this if needed.
The text was updated successfully, but these errors were encountered: