[Koha-bugs] [Bug 22249] Error when submitting Mana comment

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 12 15:43:16 CET 2019


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

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |J.P.Knight at lboro.ac.uk

--- Comment #1 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Not tackling the cause of this directly (ie why is it requesting a module that
doesn't exist and hasn't be loaded into the code) but what about having
something like this before line 89:

my $loaded = $packages->VERSION;
if(!$loaded) {
    eval('use '.$packages);
    if(!$packages->VERSION) {
        warn "Can't load package $packages: $!\n";
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the Koha-bugs mailing list