[Koha] Koha 16.11.04 - Setting a template cache directory

Mark Alexander marka at pobox.com
Fri Mar 3 13:01:51 NZDT 2017


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


More information about the Koha mailing list