https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736
--- Comment #10 from David Cook <[email protected]> --- (In reply to Nick Clemens (kidclamp) from comment #8) > Ah, so, basically the background job looks for plugins with an > 'after_biblio_action' hook. To find them we end up loading all the > plugins.modules. This is what causes the begin block to fire again. If we > call GetPlugins before this check, everything is cached and we don't reload > the modules, so we don't trigger the new dbic Something like that. I guess I haven't worked out the exact cause. Just that it's C4::Biblio::ModBiblioMarc loading all the modules, and that's triggering that BEGIN block on the Koha Advent plugin, which is doing that connection reset within the BatchMarcCommit transaction. -- 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/
