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

Volt directory can't be written

I Tried giving permission and I tried turning off my security software but it keeps giving me volt directory can't be written does anyone have a solution I could try. I;m running on windows btw seems that most solutions are for linux or another O.S

By default the volt cache folder looks like:

$project_root$/cache/volt/

Phalcon will not automatically create these subdirectories, you'll have to take care of that yourself.

I have create the directory$project_root$/cache/volt/ and chmod -R a+w on it. But this Error still appears.

By default the volt cache folder looks like:

$project_root$/cache/volt/

Phalcon will not automatically create these subdirectories, you'll have to take care of that yourself.