0

Why im facing upgrade error issue all of a sudden.

Im getting as below:

enter image description here

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.

asked Mar 7, 2017 at 12:23
2
  • Have you upgrade your magento set up ? Commented Mar 7, 2017 at 12:31
  • yes its the latest release taken from the community Commented Mar 7, 2017 at 12:34

2 Answers 2

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

  1. run php bin/magento setup:upgrade command

  2. run php bin/magento setup:di:compile

  3. Cleared all cache

  4. run php bin/magento setup:static-content:deploy

  5. Gave full write permission to my project folder.

answered Mar 7, 2017 at 12:33
0

Disable all third party extensions then try

 php bin/magento setup:upgrade
answered Mar 7, 2017 at 12:35

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.