I got this from the nginx error log:
"FastCGI sent in stderr: "PHP message: PHP Fatal error: Smarty error: the $compile_dir '/data/examples/yaf/laruence-yaf-examples-2d7d8f0/custom-view/application/views/templates_c/' does not exist, or is not a directory.
I fixed it by 'mkdir -p /data/examples/yaf/laruence-yaf-examples-2d7d8f0/custom-view/application/views/templates_c/'.
So how about create an empty directory templates_c in the source to make it a quick demo?
I got this from the nginx error log:
"FastCGI sent in stderr: "PHP message: PHP Fatal error: Smarty error: the $compile_dir '/data/examples/yaf/laruence-yaf-examples-2d7d8f0/custom-view/application/views/templates_c/' does not exist, or is not a directory.
I fixed it by 'mkdir -p /data/examples/yaf/laruence-yaf-examples-2d7d8f0/custom-view/application/views/templates_c/'.
So how about create an empty directory templates_c in the source to make it a quick demo?