|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
I have a problemMy name is Luis. I\'m running koha at San Marcos university. http://sisbib-03.unmsm.edu.pe:8080/cgi-bin/koha/about.pl I have a problem with rebuild_zebra.pl. 1. the staff members delete a record, then I search the record, koha retrieve this record, but don´t show me information, because the record is delete, but, why Koha retrieve it? 2. zebra_daemon is running, the output of ps aux | grep zebra is: koha 2034 0.0 0.0 1940 848 ? Ss Sep15 0:09 daemon --name=$ koha 2036 0.0 0.6 22600 5520 ? S Sep15 0:04 /usr/bin/zebra$ koha 2038 0.0 0.0 1940 848 ? Ss Sep15 0:00 daemon --name=$ koha 2039 0.3 15.8 150588 144096 ? S Sep15 127:57 perl -I /var/w$ 3. I write a console (Debian etch) ./rebuild_zebra.pl -b -a -z >/dev/null the koha show me :can\'t use an undefined value as a hash reference at rebuild_zebra.pl line 87 the line 87 says: my $biblioserverdir = C4::Context->zebraconfig(\'biblioserver\')->{directory}; I hope that you can help me Thanks Luis M. Linux user number 386737 Estás en tierra de Linux. En las noches tranquilas, se puede escuchar en la lejanía el ruido de las máquinas de windows reiniciándose una y otra vez ___________________________________________________________________ Si desea recibir, semanalmente, el Boletín Electrónico de la PUCP, ingrese a: http://agora.pucp.edu.pe/InsBoletin _______________________________________________ Koha-devel mailing list Koha-devel@... http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@... http://lists.koha.org/mailman/listinfo/koha-devel |
|
|
Re: I have a problemHi,
On Tue, Oct 14, 2008 at 6:17 PM, Luis Maguina Silva <lmaguina@...> wrote: > 3. I write a console (Debian etch) > ./rebuild_zebra.pl -b -a -z >/dev/null > the koha show me :can\'t use an undefined value as a hash reference at > rebuild_zebra.pl line 87 > > the line 87 says: > my $biblioserverdir = C4::Context->zebraconfig(\'biblioserver\')->{directory}; You probably need to set the KOHA_CONF environment variable to point to the location of your koha-conf.xml: export KOHA_CONF=/path/to/koha-conf.xml Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@... p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-devel mailing list Koha-devel@... http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@... http://lists.koha.org/mailman/listinfo/koha-devel |
| Free Forum Powered by Nabble | Forum Help |