I am trying to set up symfony. I am running ubuntu, I have apache2, phpmyadmin and phpstorm installed. I am getting this error under config.php of my project:
MAJOR PROBLEMS Major problems have been detected and must be fixed before continuing: Change the permissions of either "app/cache/" or "var/cache/" directory so that the web server can write into it. Change the permissions of either "app/logs/" or "var/logs/" directory so that the web server can write into it. so I went to /var
I tried a few things:
sudo thunarand then changed all the permissions to writeable. This didn't work and the permissions changed right after.- I went on this site, it says to use certain commands to fix permissions:
sudo chmod 754 /var/cacheandsudo chmod 754 /var/logandsudo chmod -R 775 /var/cacheandsudo chmod -R 775 /var/logThis also did not work - I should also note that I have cleared my cache and restarted apache2.