koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1747] Renew from opac-user.pl causes crash
Date: Mon, 7 Jan 2008 09:06:31 -0800 (PST)

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





------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]