문제

I am trying to install the greek language pack through the magento connect manager and i always get the following error:

community/Locale_Mage_community_el_GR: Package release 'Locale_Mage_community_el_GR' not found on server: No releases for 'Locale_Mage_community_el_GR: Package release 'Locale_Mage_community_el_GR' not found on server', skipping

I know the extension is in beta version so i changed the preferred state from the magento's connect manager settings, but the error still remains. What can i do?

도움이 되었습니까?

해결책

Option 1: Download the package and apply proper deployment (bypass Connect Manager).

Option 2: Try via command line (see WebShopApps blog post).

$ ./mage config-show
…
preferred package state        preferred_state      beta
…

$ ./mage install connect20.magentocommerce.com/community Locale_Mage_community_el_GR
…
Package community/Locale_Mage_community_el_GR 1.0.19870.4.2 installed successfully

다른 팁

I don't have an answer to why doesn't work, but I may have a solution to your problem. You can get any language pack from here. Versedi did a nice job gathering every language pack available on Magento 1.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top