Magento Connect安装移动上载的文件时出错 [英] Magento Connect install Error moving uploaded file

查看:53
本文介绍了Magento Connect安装移动上载的文件时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我与magento连接有问题.我无法安装任何已下载的magento扩展软件包,例如mailchimp,一步结帐软件包.

I have problem with magento connect. i am not able to install any downloaded packages of magento extensions like mailchimp, onestep checkout package.

我正在上传软件包时,它显示错误,例如移动上传的文件时出现错误

While i am uploading package, its shows error like Error moving uploaded file

我不知道该怎么办.请帮助我.

i dont know what to do. please help me..

谢谢

推荐答案

此问题的解决方案是将所有文件夹权限设置为777.

The solution to this problem is to set all folders permission to 777.

转到安装根文件夹并运行以下命令(您应该有权在服务器上访问SSH才能运行此命令):-

Go to your installation root folder and run the following command (You should have access to SSH on your server to run this command):-

find . -type d -exec chmod 777 {} \;

现在,您将不会在Magento Connect Manager上收到错误,并且可以从那里安装任何扩展程序.

Now you will not get the error on Magento Connect Manager and you will be able to install any extension from there.

从Magento Connect Manager安装扩展程序后,别忘了将文件夹权限更改为755.

Don’t forget to change the folder permission to 755 after you are done with installing your extension from Magento Connect Manager.

为此,请运行以下命令:-

To do this, run the following commands:-

find . -type d -exec chmod 755 {} \;
chmod 777 var var/.htaccess app/etc
find var -type d -exec chmod 777 {} \;
chmod -R 777 media

这篇关于Magento Connect安装移动上载的文件时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆