Jailer
Chevereto Member
So I added my crontab entry per the documentation. Since I've never had cron working on my system I figured I'd run the command from a shell and see if it runs. What it returns is something I'm not familiar with. This is on a FreeBSD machine and Chevereto is installed in a jail so the file paths look different from a usual linux install.
What does this mean? It's seems to be a permissions issue but for where? Where is it trying to write to and more improtantly how do I fix it?
Code:
jailer@chevereto:/ % php /usr/local/www/nginx/app/bin/legacy -C cron
vdd()
------------------------------------------------------------
/usr/local/www/nginx/app/legacy/load/integrity-check.php:158
Arg•0 array (size=2)
0 => string No write permission for PHP user root in <code>/content/</code> directory. Chevereto needs to be able to write in this directory. (length=129)
1 => string No write permission for PHP user root in <code>/app/content/</code> directory. Chevereto needs to be able to write in this directory. (length=133)
------------------------------------------------------------
What does this mean? It's seems to be a permissions issue but for where? Where is it trying to write to and more improtantly how do I fix it?