3 Mar
2017
3 Mar
'17
1:01 a.m.
Excerpts from Mark Alexander's message of 2017-03-02 15:53:19 -0500:
In this bug comment:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951#c2
it was suggested that we use /var/cache/koha/<instancename>/templates, so that was what I used, and it seems to work fine.
I forgot to mention that I also had to use chown to make that directory owned by the user associated with the instance: mkdir -p /var/cache/koha/INSTANCE/templates chown INSTANCE-koha:INSTANCE-koha /var/cache/koha/INSTANCE/templates