I have installed clthck/cakephp-jade in my CakePHP app using composer. I have created a view file with extension .ctp.jade . When trying to load the page getting error “Failed to create output directory ./cache/views”. How can I fix that?
Does the user running the web server have permissions to write to the cache area, and create directories? That is most likely going to be the issue.
You could create the directory manually, but the web server is still going to want to write to that area, so permissions will still need to be checked.
I have fixed that, that was because of changes in Jade path.