Magento upgrade PEAR error

耗尽温柔 提交于 2019-12-11 16:27:58

问题


I was following the instructions at http://turnkeye.com/blog/magento-upgrade-guide/ when i was up to the command

./pear upgrade -f magento-core/Mage_All_Latest-stable

and am getting the error

WARNING: channel "connect.magentocommerce.com/core" has updated its protocols, use "channel-update connect.magentocommerce.com/core" to update

I have searched the web and can't find anything that refers to this.

I have tried

./pear upgrade -f channel-update connect.magentocommerce.com/core

but that does not work.

Can anyone help please?

Thanks


回答1:


Just had this problem, you need to run:

./pear channel-update connect.magentocommerce.com/core

after that completes you should now be able to run:

./pear upgrade -f magento-core/Mage_All_Latest-stable



回答2:


What is wrong with giving it a go using the GUI - Magento Connect Manager in Admin->System?

Assuming you have everything backed up, you can also zap public_html and reinstall 1.4 - makes no odds doing it that way as you will have lots to update including your theme, with reinstall you will keep your products, customers and orders.



来源:https://stackoverflow.com/questions/12382465/magento-upgrade-pear-error

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