On Fri, Jan 14, 2011 at 12:05 PM, Linda Culberson <[email protected]> wrote: > Katrin and others, > I'm not sure I understand this, but the search Katrin gave worked the first > time I tried it, but I am not able to get it to work consistently. Most > often I got a 404:Page not found error, > Looking at the log file I see: > opac-search.pl: Use of uninitialized value in hash element at > /usr/share/koha/lib/C4/XSLT.pm line 213., referer: > http://koha.mdah.state.ms.us/koha/opac-search.pl?q=Control-number:000000073 > > So I looked up line 213 in XSLT.pm and it deals with items: > my $homebranch = > xml_escape($branches->{$item->{homebranch}}->{'branchname'});
Is it possible that some of your items are missing a homebranch assignment? Kind Regards, Chris _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
