2

Got the error below:

Fatal error: Uncaught Error: Cannot instantiate interface Magento\Framework\Config\DataInterface in /var/www/html/public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php on line 73 ( ! ) Error: Cannot instantiate interface Magento\Framework\Config\DataInterface in /var/www/html/public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php on line 73

enter image description here

asked Oct 12, 2018 at 14:22

1 Answer 1

0

Seems like an issue is in the custom plugin located in: Magebees\Layerednavigation\Model\Plugin\Page.php in function aroundRenderResult(...)

To make sure that it's about that, I suggest to temporarily disable this plugin / full extension and check whether the issue will still be there. If not, you'll need to debug the code of the function to see why this happens.

answered Oct 13, 2018 at 0:20
1
  • Ok, I will check. Commented Oct 15, 2018 at 10:03

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.