[Koha-bugs] [Bug 1747] Renew from opac-user.pl causes crash

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Jan 7 18:06:31 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1747





------- Comment #1 from joe.atzberger at liblime.com  2008-01-07 09:06 -------
Looks like _new_userenv is not getting called, so C4::Context->userenv is '0'.

I debugged by inserting 2 lines into sub ModItem at line 400 of Items.pm:

(C4::Context->userenv eq '0') and die "userenv is '0', not hashref";         #
logaction line would crash anyway
($new_item_marc       eq '0') and die "$new_item_marc is '0', not hashref";  #
logaction line would crash anyway

I get the userenv is '0' error.  




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list