Bug 8400

Summary: Placing holds in staff creates lots of warnings in the logs
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact:
Severity: enhancement    
Priority: P5 - low CC: veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2012-07-09 20:02:46 UTC
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
Comment 1 Marc VĂ©ron 2015-12-20 15:32:42 UTC
Still valid?

# git grep 'reqbib'
reserve/placerequest.pl:my @reqbib=$input->param('reqbib'); 

@reqbib seems never to be used.
Comment 2 Katrin Fischer 2019-04-28 13:47:39 UTC
INVALID by now, too old.