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
そして、それは成功して終了します。
あなたはどんな経験をしましたか?