7 Jan
2008
7 Jan
'08
6:06 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1747 ------- Comment #1 from joe.atzberger@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.