https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23578 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Tomás Cohen Arazi <tomascohen@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.