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
1 Answer 1
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.
-
Ok, I will check.Masud Shaikh– Masud Shaikh2018年10月15日 10:03:47 +00:00Commented Oct 15, 2018 at 10:03