Magento Connect Manager/404错误/ Magento 1.9

 兴桂秀寧29 发布于 2022-12-10 19:39

路径管理>系统> Magento Connect> Magento Connect Manager

我试过了什么

搜索/阅读我能找到的每篇文章

重置文件夹和文件权限

清除缓存

重新索引一切

注销/登录

我从Debian迁移到Centos 5,不确定问题是什么.

文件权限

sudo find . -type f -exec chmod 644 {} \;
sudo find . -type d -exec chmod 755 {} \;
sudo chmod o+w var app/etc
sudo chmod 550 mage 
sudo chmod -R o+w media

显示404页面的网址

http://my-website.com/downloader/?return=http%3A%2F%2F...

编辑: Magento 404页面 - 显示"哎呀,我们的坏..."页面.

解决了:

我删除了下载程序文件夹,并从上一个/ debian站点上传了该文件夹,它开始工作.

1 个回答
  • 这个方法适用于我修复Magento Connect Manager 404页面找不到错误:

    将Directory/downloader/set的更改权限设置为755,将文件/downloader/index.php设置为644.

    2022-12-11 02:11 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有