You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installed this extension i got an 404 error product view page. And checked in exception log i see like this below error.can u please give me the solution for this .i am using magento 2.2.5 version.thanks...
[2018-09-01 18:59:29] main.CRITICAL: Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist {"exception":"[object] (ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:37, ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:29)"} []
The text was updated successfully, but these errors were encountered:
@ramsampathi hello, you must use \Magento\ConfigurableProduct\Block\Product\View\Type\Configurable instead Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable
Class is change on Newer version so you can use this class \Magento\ConfigurableProduct\Model\ResourceModel\Product\Type\Configurable
instead of this
\Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable
After installed this extension i got an 404 error product view page. And checked in exception log i see like this below error.can u please give me the solution for this .i am using magento 2.2.5 version.thanks...
[2018-09-01 18:59:29] main.CRITICAL: Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist {"exception":"[object] (ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:37, ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:29)"} []
The text was updated successfully, but these errors were encountered: