Skip to content
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

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

Open
ramsampathi opened this issue Sep 1, 2018 · 3 comments

Comments

@ramsampathi
Copy link

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

@biotech
Copy link
Member

biotech commented Sep 2, 2018

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

@Bodyanuk
Copy link

Bodyanuk commented Nov 5, 2018

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

@ubedarab
Copy link

ubedarab commented Jul 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants