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
if symfony version less than 2.8
sudo chmod -R 777 app/cache/*
if symfony version great than or equal 3.0
sudo chmod -R 777 var/cache/*