Magento:访问被禁止!您无权访问请求的对象

时间:2015-09-22 11:33:18

标签: magento xampp localhost

我正在尝试在我的本地计算机上安装magento,但它会显示访问禁止错误

我附上下面的屏幕截图

enter image description here

我正在使用ubantu。

我如何解决这个问题?

2 个答案:

答案 0 :(得分:3)

正如我在上面的评论中所说,通过SSH可以轻松解决问题。确保您位于Magento安装的根目录中,然后执行以下命令:

mydocument.save(cb)

清除浏览器缓存并重新加载Magento实例的URL。此时,您应该能够继续使用基于浏览器的安装过程并开始设置商店。

答案 1 :(得分:0)

应用以下权限:

find . -type f -exec chmod 400 {} \;
find . -type d -exec chmod 500 {} \; 
find var/ -type f -exec chmod 600 {} \; 
find media/ -type f -exec chmod 600 {} \;
find var/ -type d -exec chmod 700 {} \; 
find media/ -type d -exec chmod 700 {} \;
chmod 700 includes
chmod 600 includes/config.php