Explanation:
Another version of module already exist or same module already exist,So whenever we run the command
php bin/magento setup:upgrade
Its will throw an error of duplicate module .
Solution:
- Open phpmyadmin and look for table name "setup_module"
- Look for module name in setup_module folder.
- Remove older module entry from table.
- Again execute the command bin/magento setup:upgrade
Hopefully it will be fixed .
Please comment and share your thoughts on issue.

No comments:
Post a Comment