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
I move the whole directory from my Windows installation to a unix production server and I got the same error. To fix it, I just ran these two lines in unix and everything started to run fine
rm -rf app/cache/* rm -rf app/logs/*