Bug 8400 - Placing holds in staff creates lots of warnings in the logs
Summary: Placing holds in staff creates lots of warnings in the logs
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 20:02 UTC by Katrin Fischer
Modified: 2020-01-06 20:14 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.