Re: [Koha] koha customization
hi friends , i have install koha 3 on ubuntu8.10 now i am doing customization in that while adding vendors the following error has occurred *Koha error The following fatal error has occurred: Undefined subroutine &main::AddBookseller called at /usr/share/koha/intranet/cgi-bin/acqui/updatesupplier.pl line 92. Apache Server version: Apache/2.2.9 (Ubuntu) Server built: Sep 19 2008 13:43:21 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.67, for debian-linux-gnu (i486) using readline 5.2 OS Linux ubuntu-laptop 2.6.27-11-generic #1 SMP Thu Jan 22 17:22:40 UTC 2009 i686 GNU/Linux Perl 5.010000* - what shall i do for this ,can any one help me thanking you -- WITH BEST WISHES ARUNKUMAR.P
Hi, Change line 92 of "updatesupplier.pl" FROM: ____________________ $data{id}=AddBookseller(\%data); ____________________ TO: ____________________ $data{id}=C4::Bookseller::AddBookseller(\%data); ____________________ change line 90 of the same file FROM: ____________________ ModBookseller(\%data); ____________________ TO: ____________________ C4::Bookseller::ModBookseller(\%data); ____________________ arunjan wrote:
hi friends ,
i have install koha 3 on ubuntu8.10 now i am doing customization in that while adding vendors the following error has occurred *Koha error The following fatal error has occurred: Undefined subroutine &main::AddBookseller called at /usr/share/koha/intranet/cgi-bin/acqui/updatesupplier.pl line 92. Apache Server version: Apache/2.2.9 (Ubuntu) Server built: Sep 19 2008 13:43:21 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.67, for debian-linux-gnu (i486) using readline 5.2 OS Linux ubuntu-laptop 2.6.27-11-generic #1 SMP Thu Jan 22 17:22:40 UTC 2009 i686 GNU/Linux Perl 5.010000* -
what shall i do for this ,can any one help me thanking you
-- WITH BEST WISHES ARUNKUMAR.P
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
----- Cheers, Amit Gupta Nucsoft OSS Labs http://www.osslabs.biz -- View this message in context: http://www.nabble.com/Re%3A-koha-customization-tp22074963p22094301.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (2)
-
amitg -
arun kumar