I'm trying to set up a development system on Ubuntu 14.04, using EHCP to mimic a live multi-user, multi-domain shared hosting system. That's all working well, however, when I go to install Jamroom 5.1.44 or .46 (the latest), I'm getting an error about copying files to the data/cache/jrCore subdir:
CRI: Unable to copy skins/jrElastic/index.tpl to template cache directory: data/cache/jrCore
I've found one thread here that discusses permissions, and I've tried setting permissions to 777 on those subdirs, but each time I try to access the site it is resetting the jrCore subdir to 666 and the copy fails.
drwxrwxrwx 3 vsftpd www-data 4096 May 30 23:45 .
drwxrwxrwx 6 vsftpd www-data 4096 May 30 22:58 ..
-rwxrwxrwx 1 vsftpd www-data 97 May 30 23:44 index.html
drw-rw-rw- 2 vsftpd www-data 4096 May 30 23:45 jrCore
BTW, apache2 runs under the vsftpd user. Not sure where to look or how to proceed. Any help is welcomed. Thanks.
updated by @huggy59: 07/06/14 09:56:30PM
