答案 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