Bug 38613 - Cannot introduce new plugin method to existing plugin without running install_plugins.pl
Summary: Cannot introduce new plugin method to existing plugin without running install...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-03 18:15 UTC by Lucas Gass (lukeg)
Modified: 2024-12-03 18:15 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.