We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Annotations directory cannot be written

Actutally, I have changed the permission to 777. But it still gives this error.



58.4k

Hi

You should onwer foler and chmod, for example

sudo chown nginx:nginx -R /home/$USER/www/phalcon
sudo chmod 777 -R /home/$USER/www/phalcon

Or unmask web service for your



3.4k

It doesn't work.