Mój problem polega na tym, że Symfony nie może uzyskać dostępu do folderów cache i logs w folderze app. Symfony/web/config.php wypisuje mi takie coś
Kod
2 MAJOR PROBLEMS
Major problems have been detected and must be fixed before continuing :
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.
Major problems have been detected and must be fixed before continuing :
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.
po wejściu w Symfony/web/app_dev.php dostaje komunikat
Kod
RuntimeException: Unable to create the cache directory (/var/www/html/Symfony/app/cache/dev)
in /var/www/html/Symfony/app/bootstrap.php.cache line 838
at Kernel->buildContainer() in /var/www/html/Symfony/app/bootstrap.php.cache line 779
at Kernel->initializeContainer() in /var/www/html/Symfony/app/bootstrap.php.cache line 513
at Kernel->boot() in /var/www/html/Symfony/app/bootstrap.php.cache line 544
at Kernel->handle() in /var/www/html/Symfony/web/app_dev.php line 24
in /var/www/html/Symfony/app/bootstrap.php.cache line 838
at Kernel->buildContainer() in /var/www/html/Symfony/app/bootstrap.php.cache line 779
at Kernel->initializeContainer() in /var/www/html/Symfony/app/bootstrap.php.cache line 513
at Kernel->boot() in /var/www/html/Symfony/app/bootstrap.php.cache line 544
at Kernel->handle() in /var/www/html/Symfony/web/app_dev.php line 24
Wszystkie podane foldery, które są wymagane mają nadane prawa 777. Dodam jeszcze, że używam najnowszej Fedory a wersja Symfony to 2.0.12. Gdyby ktoś miał pomysł jak rozwiązać problem byłbym wdzięczny.