【发布时间】:2013-04-12 04:41:16
【问题描述】:
我刚刚在生产服务器上上传了一个简单的 symfony2 应用程序,我收到了这个配置错误:
2 MAJOR PROBLEMS
Change the permissions of the "app/cache/" directory so that the web server can write into it.
Change the permissions of the "app/logs/" directory so that the web server can write into it.
使用:umask(0000) 编辑“app/console”、“web/app.php”和“web/app_dev.php”不起作用,如果我用 FileZIlla 右键单击这些文件夹,它们的权限是已经是 777 了。所以呢?
谢谢...
【问题讨论】:
-
你有 shell 访问权限吗?
标签: php apache caching symfony permissions