シンプルな 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.
「app/console」、「web/app.php」、および「web/app_dev.php」を umask(0000) で編集しても機能せず、FileZIlla でそのフォルダーを右クリックすると、それらのパーミッションは既に 777 になっています。など?
ありがとう...