Hola. Acabo de montarme un Magento y no puedo instalar módulos a través de Magento Connect, Siempre me aparece este mensaje:
Solved! Go to Solution.
Hi @jubalo,
Personally, I don't recommend installing packages through the Magento Connect manager. You should always review the code before installing what you need to install on the platform.
One way to do this is by copying and pasting the extension key from Magento Connect on this website: http://freegento.com/ddl-magento-extension.php
By doing that, you will be able to direct download the extension/language pack code and review it. Then you just have to install the extension like any other extension.
Best regards.
Gabriel
Hi @jubalo,
Personally, I don't recommend installing packages through the Magento Connect manager. You should always review the code before installing what you need to install on the platform.
One way to do this is by copying and pasting the extension key from Magento Connect on this website: http://freegento.com/ddl-magento-extension.php
By doing that, you will be able to direct download the extension/language pack code and review it. Then you just have to install the extension like any other extension.
Best regards.
Gabriel
Thank you so much for answering Gabriel, but it does not work.
Si no as resuelto el problema no declares que ya tiene solucion.
Para instalar modulos, themas etc debes hacerlo desde la linea de comando o CL.
Yo uso WinSCP.
Los temas y modulos que vayas a instalar siempre te daran una guia como hacerlo pero lo basico es:
ponerse en modo developer
descomprimir el archivo zip en el folder principal
entrar a CL y activar estos codigos:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:flush
mira como quedo el website y cuando no vayas a instalar nada mas entonces ve a modo produccion.
Si te parece acepa esta como solucion