I have had to use the
app/console cache:clear command
to solve a problem when generating an entity.
I am now unable to load my ho
Maybe you forgot to change the permissions of app/cache app/log
I'm using Ubuntu so
sudo chmod -R 777 app/cache sudo chmod -R 777 app/logs sudo setfacl -dR -m u::rwX app/cache app/logs
Hope it helps..