I am getting this error:
chown: cannot access public/templates/compile: No such file or directory
chown: cannot access public/templates/cache: No such file or directory
i checked the git, and shows [[MOVED] Removed include and templates from public [TESTING]]
any idea if we need to do any extra step?
This is becase of the new directory structure in the MPOS software on github.
I've update the tutorial on youtube, but essentially you just need to change the command to conform to the new directory structure so do:
chown -R www-data templates/compile templates/cache logs
Hope that helps