[Bug 8400] New: Placing holds in staff creates lots of warnings in the logs
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8400 Priority: P5 - low Change sponsored?: --- Bug ID: 8400 Assignee: gmcharlt@gmail.com Summary: Placing holds in staff creates lots of warnings in the logs Severity: enhancement Classification: Unclassified OS: All Reporter: katrin.fischer@bsz-bw.de Hardware: All Status: NEW Version: master Component: Architecture, internals, and plumbing Product: Koha Here are some samples: [Mon Jul 09 22:00:19 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:19 2012] placerequest.pl: Use of uninitialized value $reqbib[0] in string ne at /home/katrin/kohaclone/reserve/placerequest.pl line 118., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 260., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 336., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 343., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:20 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:20 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 525., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 336., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in hash element at /home/katrin/kohaclone/reserve/request.pl line 343., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 [Mon Jul 09 22:00:30 2012] [error] [client 127.0.0.1] [Mon Jul 9 22:00:30 2012] request.pl: Use of uninitialized value in string eq at /home/katrin/kohaclone/reserve/request.pl line 525., referer: http://localhost:8080/cgi-bin/koha/reserve/request.pl?biblionumber=63 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8400 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron <veron@veron.ch> --- Still valid? # git grep 'reqbib' reserve/placerequest.pl:my @reqbib=$input->param('reqbib'); @reqbib seems never to be used. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org