https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24631
--- Comment #54 from Kyle M Hall <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #52) > I did restart_all again and now I'm getting endless of these errors in the > logs. > > > Use of uninitialized value $bundle_path in concatenation (.) or string at > > /kohadevbox/koha/Koha/Plugins/Base.pm line 193. > > Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load > > application from file "/kohadevbox/koha/api/v1/app.pl": Can't call method > > "isa" on an undefined value at /kohadevbox/koha/Koha/Plugins/Base.pm line > > 337. > > Compilation failed in require at (eval 402) line 1. > > Use of uninitialized value $bundle_path in concatenation (.) or string at > > /kohadevbox/koha/Koha/Plugins/Base.pm line 193. > > Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't load > > application from file "/kohadevbox/koha/api/v1/app.pl": Can't call method > > "isa" on an undefined value at /kohadevbox/koha/Koha/Plugins/Base.pm line > > 337. > > Compilation failed in require at (eval 402) line 1. I found an issue with my patch and my test plan was incomplete. Plack needs to be restarted after clearing the plugins data table because Plack keeps the plugin modules in memory. Deleting the plugin data and restarting Plack at the same time forces Koha to fetch the metadata from the original source, be it the plugin module or a PLUGIN.yml file. Please give it another try! -- 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/
