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@libriotech.no Reporter: magnus@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.