[Koha-bugs] [Bug 23712] New: Silence warns from Koha/Illrequest/Logger.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 1 16:39:10 CEST 2019


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

            Bug ID: 23712
           Summary: Silence warns from Koha/Illrequest/Logger.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: ILL
          Assignee: magnus at libriotech.no
          Reporter: magnus at libriotech.no

If you run this:

$ sudo koha-shell -c "prove t/db_dependent/Illrequests.t" kohadev

you get a lot of errors like this:

no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266.

This is because C4::Templates::_get_template_file() is called with just two
parameters, when it expects a CGI object as the third parameter:

C4::Templates::_get_template_file('ill/log/', 'intranet');

Patch coming.

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


More information about the Koha-bugs mailing list