https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38384
--- Comment #36 from Nick Clemens (kidclamp) <[email protected]> --- Doing some debug - it seems the first pass through we don't successfully cache the plugins because they cannot be loaded, because they can't be found I tried add the addition of pluginsdir to @INC into Koha::Plugins::Loader, but then I get failures when the plugins try to call C4::Context->config - but we haven't finished loading C4::Context yet That's as far as I could get, I don't know how to resolve that -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
