Magento在下载器上安装新模块时出错

时间:2015-02-23 21:10:04

标签: magento ssh centos

我通过ssh在CentOS上安装了magento网站工作正常但是当我尝试在magento下载器中安装新模块时出现以下错误

CONNECT ERROR: Failed to create directory:
/var/www/./app/code/community/VS/Ajaxscroll/Block

1 个答案:

答案 0 :(得分:0)

不要尝试在Web服务器上安装模块,在ssh中执行

./mage mage-setup。 ./mage config-set preferred_state stable ./mage install http://connect20.magentocommerce.com/REPO PACKAGE_NAME

要安装Varnish PageCache扩展,您可以这样做:

./ mage install http://connect20.magentocommerce.com/community Varnish_Cache

rm -rf downloader / .cache /