Trying to upgrade from Magento 1.6.2.0 to 1.7.0.2 via downloader fails

江枫思渺然 提交于 2020-01-06 17:59:21

问题


I've tried to upgrade my existing 1.6.2.0-Installation to 1.7.0.2 via the downloader by the following command:

./mage upgrade http://connect20.magentocommerce.com/community Mage_All_Latest --force

This results in the following message:

Already installed: community/Mage_All_Latest 1.6.2.0, skipping [...] [...]

But if I'm checking "./mage list-upgrades" I can see that there is an update for Mage_All_Latest:

Mage_All_Latest: 1.6.2.0 => 1.7.0.2

Next I tried to install 1.7.0.2 by the following command:

./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force

but this (re-)installs only the 1.6.2.0-Packages.

I also tried this two commands setting explicit version numbers but is still doesn't work.

Any idea?


回答1:


Go to http:///downloader Log in using a user who has full permissions Make sure to select “Clear all sessions after successful install or upgrade”



来源:https://stackoverflow.com/questions/11644956/trying-to-upgrade-from-magento-1-6-2-0-to-1-7-0-2-via-downloader-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!