ConfigurableProducts icon indicating copy to clipboard operation
ConfigurableProducts copied to clipboard

main.CRITICAL: Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist

Open ramsampathi opened this issue 5 years ago • 3 comments

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)"} []

ramsampathi avatar Sep 01 '18 19:09 ramsampathi

hi, free version is not supported temporary , we will back to life in some months , sorry please check out full featured full version https://firebearstudio.com/improved-configurable-products-for-magento-2.html

biotech avatar Sep 02 '18 17:09 biotech

@ramsampathi hello, you must use \Magento\ConfigurableProduct\Block\Product\View\Type\Configurable instead Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable

Bodyanuk avatar Nov 05 '18 19:11 Bodyanuk

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

ubedarab avatar Jul 08 '19 14:07 ubedarab