Bug 38613

Summary: Cannot introduce new plugin method to existing plugin without running install_plugins.pl
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2024-12-03 18:15:57 UTC
To recreate:

1. Have a plugin
2. Add a new method to it
3. Install the new plugin, or in k-t-d just update your code.
4. You will get 500 errors: 

Plugin does not have method configure at /usr/share/koha/lib/Koha/Plugins/Handler.pm line 73.

5. Run install_plugins.pl.
6. Now the plugin works.