Bug 38725 - Warning message from Koha::Plugins::Base in error logs
Summary: Warning message from Koha::Plugins::Base in error logs
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Plugin architecture (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-17 11:39 UTC by Emmi Takkinen
Modified: 2024-12-17 11:39 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 Emmi Takkinen 2024-12-17 11:39:37 UTC
We have seen following error in our log files:

>Use of uninitialized value $plugin_version in string ne at /home/koha/Koha/Koha/Plugins/Base.pm line 81

I first thought that this happened because we had a plugin without a version number, but fixing that didn't help to get rid of this message. So I'm wondering could this be again a problem with using global variables to determine plugins version (variable our $VERSION) and plack? We've had problems with them before, see bug 38357.

I'm unable to provide any plan to reproduce this since this happens randomly (which imo strongly point to plack). We are using version 24.05.01.