Uninstall procedure doesn't work
I followed the steps as described on:
But this does not work in our case. We installed the module through Magento Commerce but it's an old version and does not seems to be updated there. We want to install manually but in our case they are situated in /vendor/weltpixel instead of /app/code.
We tried disabling them, removing them manually but nothing works for completely delete them.
Please tell me how to get them removed so we can install again.
-
Official comment
As you've installed the module via Composer, in order to avoid an AutoLoad error, the module will also need to be uninstalled via Composer, before the manual installation can be completed. https://support.weltpixel.com/hc/en-us/articles/360000990193-How-to-fix-autoload-error-Manual-installation-vs-Magento-composer-installation
Make sure that the steps under section B have been followed, for uninstalling the module via Composer:
- php bin/magento module:disable <ExtensionProvider_ExtensionName> --clear-static-content
- php bin/magento setup:upgrade
- composer remove VendorName/VendorExtensionRepository
Comment actions
Please sign in to leave a comment.
Comments
1 comment