Hello,
I have 2 major problems:
1. Change the permissions of the "app/cache/" directory so that the web server can write into it.
2. Change the permissions of the "app/logs/" directory so that the web server can write into it.
I've already change permission for those directories (chmod 777 -R cache; chmod/ 777 -R logs/) but still have above problems appear. Please help!
PS.
I'm using Symfony Standard 2.0 RC4 with installed vendors
PS2.
is_writable function returns false for directories listed when I execute config.php file from web browser, but when I execute this file from shell it returns true!
