mageprince / magento2-FAQ

This module adds an easy way to use FAQ Section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon.
57 stars 37 forks source link

Class Mageprince\Base\Helper\Data does not exist #56

Closed supriyac101 closed 6 months ago

supriyac101 commented 6 months ago

Getting bellow issues when run setup:di:compile

In ClassReader.php line 45:

Impossible to process constructor argument Parameter #3 [ Mageprince\Base\Helper\Data $baseHelper ] of Mageprince\Faq\Helper\Data class

In ClassReader.php line 34:

Class Mageprince\Base\Helper\Data does not exist

setup:di:compile

mageprince commented 6 months ago

Hi @supriyac101 You might be using an older version of the extension. In the latest version, we've eliminated the dependency on the Base module. Please update the extension to the newest version to resolve this problem.