[Koha-bugs] [Bug 9971] New: Plugins system is broken!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 2 15:02:28 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9971

            Bug ID: 9971
           Summary: Plugins system is broken!
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle.m.hall at gmail.com

Trying to run a plugin results in the following error:

Software error:

Undefined subroutine &Koha::Plugins::Base::get_template_and_user called at
/home/koha/kohaclone/Koha/Plugins/Base.pm line 108.

The is caused by the change from 'use C4::Auth' to 'require C4::Auth' which
does not export get_template_and_user.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list