Why im facing upgrade error issue all of a sudden.
Im getting as below:
1) I run php bin/magento setup:upgrade command
2) cleared all cache
3) run php bin/magento setup:static-content:deploy
4) Gave full write permission to my project folder.
Post all these, still im getting the same error in screen.
-
Have you upgrade your magento set up ?Ramkishan Suthar– Ramkishan Suthar2017年03月07日 12:31:05 +00:00Commented Mar 7, 2017 at 12:31
-
yes its the latest release taken from the communitySushivam– Sushivam2017年03月07日 12:34:57 +00:00Commented Mar 7, 2017 at 12:34
2 Answers 2
Check setup_module table and change all module current version with a required version that you have added in the question image.
or
Remove all module from setup_module and then follow below steps
run php bin/magento setup:upgrade command
run php bin/magento setup:di:compile
Cleared all cache
run php bin/magento setup:static-content:deploy
Gave full write permission to my project folder.
Disable all third party extensions then try
php bin/magento setup:upgrade