Magento 扩展在安装时出现问题
我在magento“J2TRememberMe”中使用扩展,但在安装时它给我带来了问题。它显示一条消息,例如:
"Failed to download magento-community/J2TRememberMe within preferred state "stable", latest release is version 1.0, stability "beta", use "channel://connect.magentocommerce.com/community/J2TRememberMe-1.0" to install
Cannot initialize 'channel://connect.magentocommerce.com/community/J2TRememberMe', invalid or missing package file
Install Errors
Package "channel://connect.magentocommerce.com/community/J2TRememberMe" is not valid
PEAR ERROR: install failed"
有人知道如何解决它吗?
谢谢
I am using extension in magento "J2TRememberMe", but at installation it's giving me problems. It's showing a message like:
"Failed to download magento-community/J2TRememberMe within preferred state "stable", latest release is version 1.0, stability "beta", use "channel://connect.magentocommerce.com/community/J2TRememberMe-1.0" to install
Cannot initialize 'channel://connect.magentocommerce.com/community/J2TRememberMe', invalid or missing package file
Install Errors
Package "channel://connect.magentocommerce.com/community/J2TRememberMe" is not valid
PEAR ERROR: install failed"
Does anyone have any idea how to resolve it ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在选项卡设置中,将首选状态从“稳定”更改为“测试版”
in the tab settings, change the preferred state from "stable" to "beta"
Magento Connect 在后端使用 PEAR。 PEAR 是一个 PHP 包管理系统,源自同名的 PHP 代码存储库。尝试使用密钥
来安装您的模块。模块键看起来是 PEAR URI。
Magento Connect uses PEAR on the backend. PEAR is a package management system for PHP that grew out of the PHP Code repository of the same name. Try using the key
to install your module. Module Keys look to be PEAR URIs.