ERROR: WeltPixel_Backend data: current version - none, required version - 1.1.1
{"0":"Please upgrade your database: Run \"bin\/magento setup:upgrade\" from the Magento root directory.\nThe following modules are outdated:\nWeltPixel_Backend data: current version - none, required version - 1.1.1","1
I have already tried the latest version available, the manual installation and no luck. It is the second time I spend around 6hrs troubleshooting and trying to get it working with no luck.
-
Official comment
After installing any new modules, you need to run in CLI:
php bin/magento setup:upgradeIf you have downgraded or removed module, you also might need to delete the module's setup row. To do that open setup_module table in your database and delete your module entry if exist.
Then rerun this setup/upgrade to register any new modules you have installed:
php bin/magento setup:upgradeYour may need to clear cache.
php bin/magento ca:flComment actions
Please sign in to leave a comment.
Comments
1 comment