Support
Quality
Security
License
Reuse
kandi has reviewed magento-2-product-slider and discovered the below as its top functions. This is intended to give you an instant insight into magento-2-product-slider implemented functionality, and help decide if they suit your requirements.
Responsive sliders
Supports: Featured products New Products Most views On-sale Bestseller Recent viewed Wishlist Category ID
Insert product slider anywhere on your store
Casual OWL slider options
1. Install via composer (recommend)
composer require mageplaza/magento-2-product-slider avada/module-proofo
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
QUESTION
Magento 2: 1 exception(s): Exception #0 (ReflectionException)
Asked 2018-Jul-28 at 04:27I installed a Magento extension called Mageplaza Productslider using a manual method (copy files to app/code). This didn't look to work, so I installed the extension using composer:
composer require mageplaza/magento-2-product-slider)
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
I still couldn't see the extension on any page so I decided to uninstall. To do this I deleted the Mageplaza folder from app/code and ran the following code to uninstall the Mageplaza extension and core:
php bin/magento module:disable <ExtensionProvider_ExtensionName> --clear-static-content
I now have the following error on my Magento 2 product pages on the frontend and when I try to edit products in the admin panel.
1 exception(s):
Exception #0 (ReflectionException): Class
Mageplaza\Productslider\Model\Slider\Source\FeaturedProducts does not exist
Exception #0 (ReflectionException): Class
Mageplaza\Productslider\Model\Slider\Source\FeaturedProducts does not exist
To see full error, please see (if links aren't allowed please remove??):
https://www.canvaspro.com.au/horse-canvas.html
I have undertaken the following to attempt to fix the error:
rm -rf var/cache/* var/di/* var/generation/* var/page_cache/* var/view_preprocessed/* pub/static/frontend/* vendor
composer install
php bin/magento setup:di:compile
As I have deleted the var and vendor folders, how come after composer install Magento is still calling for these files under app/code?
Thanks
ANSWER
Answered 2018-Jul-27 at 07:26Try this
composer remove mageplaza/magento-2-product-slider
php bin/magento cache:clean, php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
No vulnerabilities reported