我试图安装一个自己制作的扩展,但它返回了这个错误:
CONNECT ERROR: The 'community' channel is not installed. Please use the MAGE shell script to install the 'community' channel.我让我的朋友在她的magento上安装了扩展,它起作用了,所以问题一定是来自我的magento。如何解决这个问题?请注意,我的magento安装在window本地主机上。
发布于 2014-06-03 15:43:26
尝试在Magento root上通过SSH使用以下命令:
./mage mage-setup发布于 2016-05-23 18:19:18
尝试从您的终端或外壳脚本使用: chmod -R mage ./mage mage-setup
在授予权限的同时,以及在安装清除缓存和刷新magento之前,确保您处于正确的位置以连接强文本
https://stackoverflow.com/questions/24007212
复制相似问题