[Koha] Problem with koha 3.00.04

LAURENT Henri-Damien henridamien.laurent at biblibre.com
Wed Dec 2 10:02:59 NZDT 2009


hasina at bracu.ac.bd wrote:
> Dear all
> We have installed koha 3.004. But when we click on Patron categories we
> get following error.
>
> The following fatal error has occurred:
>
> Can't use an undefined value as an ARRAY reference at
> /usr/share/koha/intranet/cgi-bin/admin/categorie.pl line 222.
>
>   
This is owed to the fact that messaging preferences are not used or 
usable for you.
try to change line 222 into :
next unless  (defined $$pref{'transports'} && @{$pref->{'transports'}});
this could help.
If so, then please tell me and it will make its way into 3.0.5
Hope that helps.
-- 
Henri-Damien LAURENT


More information about the Koha mailing list