Advertisement
Guest User

Martin Longo

a guest
Feb 17th, 2010
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. @@My logs report the following
  2.  
  3. @@Whenever I click on Place Hold on the detailed view of the record (in
  4. the intranet):
  5.  
  6. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  7. 14:10:17 2010] request.pl: Use of uninitialized value $findborrower in
  8. substitution (s///) at /home/koha/kohafromgit/reserve/request.pl line
  9. 68., referer:
  10. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  11. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  12. 14:10:17 2010] request.pl: Use of uninitialized value $transfertwhen in
  13. string ne at /home/koha/kohafromgit/reserve/request.pl line 327.,
  14. referer:
  15. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  16. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  17. 14:10:17 2010] request.pl: Use of uninitialized value $transfertwhen in
  18. string ne at /home/koha/kohafromgit/reserve/request.pl line 327.,
  19. referer:
  20. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  21. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  22. 14:10:17 2010] request.pl: Use of uninitialized value $num_override in
  23. numeric eq (==) at /home/koha/kohafromgit/reserve/request.pl line 382.,
  24. referer:
  25. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  26. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  27. 14:10:17 2010] request.pl: Use of uninitialized value $num_available in
  28. numeric eq (==) at /home/koha/kohafromgit/reserve/request.pl line 382.,
  29. referer:
  30. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  31. [Tue Feb 09 14:10:17 2010] [error] [client 192.168.212.12] [Tue Feb 9
  32. 14:10:17 2010] request.pl: Use of uninitialized value in hash element at
  33. /home/koha/kohafromgit/reserve/request.pl line 493., referer:
  34. http://192.168.212.19:9090/cgi-bin/koha/catalogue/detail.pl?biblionumber=14237
  35.  
  36.  
  37. @@And this when I enter the cardnumber of the patron that is palcing the
  38. hold and click Search ..
  39.  
  40.  
  41. [Tue Feb 09 14:10:42 2010] [error] [client 192.168.212.12] [Tue Feb 9
  42. 14:10:42 2010] request.pl: Use of uninitialized value $transfertwhen in
  43. string ne at /home/koha/kohafromgit/reserve/request.pl line 327.,
  44. referer:
  45. http://192.168.212.19:9090/cgi-bin/koha/reserve/request.pl?biblionumber=14237
  46. [Tue Feb 09 14:10:42 2010] [error] [client 192.168.212.12] [Tue Feb 9
  47. 14:10:42 2010] request.pl: Use of uninitialized value $transfertwhen in
  48. string ne at /home/koha/kohafromgit/reserve/request.pl line 327.,
  49. referer:
  50. http://192.168.212.19:9090/cgi-bin/koha/reserve/request.pl?biblionumber=14237
  51. [Tue Feb 09 14:10:42 2010] [error] [client 192.168.212.12] [Tue Feb 9
  52. 14:10:42 2010] request.pl: Use of uninitialized value $num_override in
  53. numeric eq (==) at /home/koha/kohafromgit/reserve/request.pl line 382.,
  54. referer:
  55. http://192.168.212.19:9090/cgi-bin/koha/reserve/request.pl?biblionumber=14237
  56. [Tue Feb 09 14:10:42 2010] [error] [client 192.168.212.12] [Tue Feb 9
  57. 14:10:42 2010] request.pl: Use of uninitialized value $num_available in
  58. numeric eq (==) at /home/koha/kohafromgit/reserve/request.pl line 382.,
  59. referer:
  60. http://192.168.212.19:9090/cgi-bin/koha/reserve/request.pl?biblionumber=14237
  61.  
  62.  
  63. I have also checked my circulation rules to be correctly set and I have
  64. re entered the parameters, configuring a specific borrowertype with a
  65. specific itemtype.... I have also set up reserve policies for the
  66. specific itemtype and choose 'from any library'
  67.  
  68. If I look at the database I find some tables that I think are related to
  69. this config:
  70.  
  71. branch_borrower_circ_rules has
  72.  
  73. branchcode categorycode maxissueqty
  74. OUN S 7
  75.  
  76. branch_item_rules has
  77.  
  78. branchcode itemtype holdallowed
  79. OLE IMP 2
  80. OUN IMP 2
  81.  
  82.  
  83. And then .. I have found some other tables that i guess contain default
  84. values ...
  85.  
  86.  
  87. default_borrower_circ_rules has
  88.  
  89. categorycode maxissueqty
  90. A 7
  91. S 7
  92.  
  93.  
  94. default_branch_circ_rules has nothing
  95.  
  96. default_branch_item_rules has
  97.  
  98. itemtype holdallowed
  99. IMP 2
  100.  
  101. default_circ_rules has nothing ... but this one is weird... cause it has
  102. a column named 'singleton' defined as enum('singleton') .. so
  103. "singleton" is the only value that column can have ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement