[Koha-bugs] [Bug 23578] Koha ILL backends directory is not included in @INC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 7 17:03:44 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23578

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Currently, you need to define in koha-conf.xml the path:

    <backend_directory>__PERL_MODULE_DIR__/Koha/Illbackends</backend_directory>

on this hybrid plugin/ILL backend:

https://gitlab.com/thekesolutions/plugins/koha-plugin-innreach

my approach has been to generate directories for both:


Koha/Illbackends
Koha/Plugin/Com/Theke/INNReach*

they are packaged together. And then on koha-conf.xml I only need to put:

   
<backend_directory>/var/lib/koha/plugins/Koha/Illbackends</backend_directory>

We should try it with more than one backend.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list