通过Magento Connect Manager升级时,出现以下错误的原因可能是什么?我正在从1.9.2.1升级到1.9.2.2
Package community/Interface_Adminhtml_Default 1.9.2.2 conflicts with: community/Mage_All_Latest 1.9.2.1
Package community/Interface_Frontend_Default 1.9.2.2 conflicts with: community/Mage_All_Latest 1.9.2.1
Package community/Interface_Install_Default 1.9.2.2 conflicts with: community/Mage_All_Latest 1.9.2.1
等等。
我已经通过ssh尝试过了
chmod +x mage
./mage mage-setup .
./mage config-set preferred_state stable
./mage sync
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
php shell/indexer.php reindexall
它返回了一些错误,例如
scandir(): (errorno 2) No such file or directory in /pat/to/the/server/downloader/lib/Mage/Connect/Packager.php on line 243
然后成功完成。
你有什么经验?