[Koha-bugs] [Bug 28143] @INC filled with duplicates of opachtdocs and intrahtdocs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 14 11:47:37 CEST 2021


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

--- Comment #1 from Didier Gautheron <didier.gautheron at biblibre.com> ---
Created attachment 119553
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119553&action=edit
Bug 28143: Copy array before modifying it for testing

To test:
1. Have a $KOHA_CONF with at least 2 'pluginsdir' entries. You need at least
one plugin with a 'tool', 'report', or 'configure' method. This will be useful
to trigger the loading of Koha::Plugins::Handler. The KitchenSink module is
perfect for that.
2. Start starman with only 1 worker (not necessary but it's easier to reproduce
the problem that way)
3. Load staff client home page multiple times
4. Run the plugin method of your choice
5. Go to the About page, you should see the template directories in "Perl @INC"
6. Apply patch
7. Redo 3
8. No more template directories.

-- 
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