Jasper Jee Posted September 22, 2021 Share Posted September 22, 2021 Problem when installing the wishlist module in Prestashop ver. 1.7.7.8 the module is from https://github.com/PrestaShop/blockwishlist Download the zip file and extract and change the filename to without "-dev" Zip it again and upload via Prestashop Here's the error shown Attempted to load class "Install" from namespace "PrestaShop\Module\BlockWishList\Database". Did you forget a "use" statement for e.g. "PrestaShopBundle\Install\Install", "PrestaShop\AccountsAuth\Installer\Install", "PrestaShop\Module\PsAccounts\Module\Install" or "PrestaShop\Module\PsEventbus\Module\Install"? [Symfony\Component\Debug\Exception\ClassNotFoundException 0] After I move the Install class and uninstall class to under blockwishlist.php, the installation can be processed, but another problem shows on. When I try to enter the module configure page, the error pop up... The controller for URI "/modules/blockwishlist/configuration" is not callable. Class "PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController" does not exist. [InvalidArgumentException 0] I've tried to clear the var/cache but still.. Can anyone help on this? Thx in advance! PHP ver. 7.3.2 Prestashop ver. 1.7.7.8 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now