Amy,
1) If you got no results perhaps you zebra daemon is not working.
To test do in a shell:

ps aux | grep zebra

that will give you information if your zebra daemon is working.
If it is not working (no lines with daemon or zebrasrv) try restarting
it. Locate your
zebra daemon script and start it
./misc/bin/koha-zebra-ctl.sh start

If still is not running after that, look at your log.

2) The error you have when trying to reindex is because you have not
your environment variables correctly set,
so try first exporting them

export KOHA_CONF=/path/to/koha_conf.xml
export PERL5LIB=/path/to/koha/lib

3) Your error message suggest that you made a git install (because of
the kohaclone in "..aborted at
kohaclone/misc/migration_tools/rebuild_zebra.pl")
I think that is not recommended for a production server

If yout operating system is ubuntu/debian the suggested way is using packages,
on other OS use tar.gz install

Regards,
Bernardo
-- 
Bernardo Gonzalez Kriegel
[email protected]


On Mon, Feb 11, 2013 at 12:21 PM, Amy Schuler
<[email protected]> wrote:
> Hi Everyone,
> Last week Friday we upgraded from Koha 3.06.04.000 on Apache/2.2.9 to
> 3.08.09.000 on A/2.2.16.  After the upgrade there were some problems in the 
> database (specifically, "no physical items found" displaying for all bib 
> records).  I found this reported bug 
> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8394 and we decided 
> to drop and reimport the database, as suggested (note:  I did  not do this, 
> my IT guy did it).  He thought this fixed the problem but today I am not able 
> to pull up any search results at all on the OPAC or staff side.  I do see 
> that the bibs I browse to (via lists I created, images I linked on home page, 
> etc.) have items now, so that particular problem has been fixed.  But no 
> searching.  I just tried to rebuild zebra because this seemed a logical first 
> move, but it did not work - see result below.  Do you have any 
> recommendations regarding (a) the searching problem, and (b) why the rebuild 
> isn't working?
>
> Thanks for any help you can provide.  And - my IT guy is out of the office 
> today, so I am on my own, which means I need very explicit instructions if 
> you have any to offer : )  Thank you again.
>
> Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl 
> /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
> /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
> /usr/local/lib/site_perl .) at 
> kohaclone/misc/migration_tools/rebuild_zebra.pl line 6.
> BEGIN failed--compilation aborted at 
> kohaclone/misc/migration_tools/rebuild_zebra.pl line 6.
>
> Amy C. Schuler
> Director, Information Services & Library
> Cary Institute of Ecosystem Studies
> PO Box AB, 2801 Sharon Turnpike
> Millbrook, New York, 12545
>
> _______________________________________________
> Koha mailing list  http://koha-community.org
> [email protected]
> http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to