Samuel Desseaux <[email protected]>
> I've the following message when i search a member
> 
> Can't use an undefined value as a HASH reference at 
> /usr/share/koha/intranet/cgi-bin/members/member.pl line 139, <DATA> line 577.
> 
> What does it mean? How can i solve it? I think to a problem on my database 
> but i'm not sure.

I don't know what version you are using, but member.pl line 139 for me is
        %{$categories_dislay{$$borrower{categorycode}}},
so I think you maybe have a borrower without a categorycode - as with
the problem I saw yesterday, that shouldn't happen, so I doubt it can
be repaired from in Koha.  So I'd connect to mysql and find and fix the
borrowers table.

Hope that helps,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to