https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42551
Bug ID: 42551
Summary: C3 merge error when syntax checking installed plugins
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Running "perl -cw" on a plugin to check for syntax errors can result in:
Inconsistent hierarchy during C3 merge of class
'Koha::Plugin::Com::ByWaterSolutions::MessageBee':
current merge results [
Koha::Plugin::Com::ByWaterSolutions::MessageBee,
]
merging failed on 'Koha::Plugins::Base' at /usr/share/perl/5.28/base.pm
line 186.
This is because the plugin was already loaded, then loaded again resulting in
this weird error.
To be clear, this doesn't happen in production. Only when I syntax check a
plugin.
--
You are receiving this mail because:
You are the assignee for the bug.
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/