[Koha-bugs] [Bug 13991] New: Uninitialized value $src in /tools/viewlog.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 14 07:15:57 CEST 2015


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

            Bug ID: 13991
           Summary: Uninitialized value $src in /tools/viewlog.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: veron at veron.ch
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

To reproduce:

Go to Home > Tools > Logs
Check intranet-error.log. 
You will find a line similar to:
viewlog.pl: Use of uninitialized value $src in string eq at
(...)/tools/viewlog.pl line 70., referer:
http://(...)/cgi-bin/koha/tools/tools-home.pl

Reason: 
Line 57
my $src      = $input->param("src");
Param is not always defined.

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


More information about the Koha-bugs mailing list