Marius Stoica schreef op wo 25-05-2011 om 22:12 [+0300]: > root@debiankohabjar:/home/bjar# koha-rebuild-zebra --full > $(koha-list) > 22:00:43-25/05 zebraidx(20725) [warn] Record didn't contain > match fields in (bib1,Local-number) > 22:00:45-25/05 zebraidx(20734) [warn] Record didn't contain > match fields in (bib1,Local-number) >
This means that there are some bad records, although I don't think they should abort the indexing (someone please correct me if I'm wrong.) However, if searching isn't running, then it may be that this is what's happening. Try this instead: sudo -u 'koha-LIBRARY' -H env PERL5LIB=/usr/share/koha/lib KOHA_CONF='/etc/koha/sites/LIBRARY/koha-conf.xml' /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -v -r replace LIBRARY with whatever you called your koha instance. This will do the same thing, however it'll give you verbose output. If this doesn't give you any clues, paste the whole output into http://paste.koha-community.org and tell us the URL - maybe we'll see something useful in it. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

