Re: [Koha] Problem with rebuild_zebra

2011-05-21 Thread Jared Camins-Esakov
There was recently a change to apply deletes after updates in rebuild_zebra. It sounds like this may be the inverse of the corruption that running deletes before updates caused. I think probably what needs to happen is that rebuild_zebra should extract the MARC in some sort of try{} block (the Perl

Re: [Koha] Problem with rebuild_zebra

2011-05-21 Thread Bob Ewart
On 05/20/2011 08:59 AM, Bob Ewart wrote: > On 05/20/2011 06:04 AM, MJ Ray wrote: >> Bob Ewart wrote: >>> I'm getting: Subject: Cron /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z>/dev/null Can't call method "field" on an undefined value at /usr/share/koha

Re: [Koha] Problem with rebuild_zebra

2011-05-20 Thread Bob Ewart
On 05/20/2011 06:04 AM, MJ Ray wrote: > Bob Ewart wrote: >> I'm getting: >>> Subject: Cron >>> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z>/dev/null >>> >>> Can't call method "field" on an undefined value at >>> /usr/share/koha/lib/C4/Biblio.pm line 359. >> >> every 10 minutes

Re: [Koha] Problem with rebuild_zebra

2011-05-20 Thread MJ Ray
Bob Ewart wrote: > I'm getting: > > Subject: Cron > > /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z >/dev/null > > > > Can't call method "field" on an undefined value at > > /usr/share/koha/lib/C4/Biblio.pm line 359. > > every 10 minutes when the cron job is run. > > The index

Re: [Koha] Problem with rebuild_zebra

2011-05-19 Thread Bob Ewart
On 05/19/2011 06:31 PM, Bob Ewart wrote: > I'm getting: >> Subject: Cron >> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z>/dev/null >> >> Can't call method "field" on an undefined value at >> /usr/share/koha/lib/C4/Biblio.pm line 359. > > every 10 minutes when the cron job is run

[Koha] Problem with rebuild_zebra

2011-05-19 Thread Bob Ewart
I'm getting: > Subject: Cron > /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z >/dev/null > > Can't call method "field" on an undefined value at > /usr/share/koha/lib/C4/Biblio.pm line 359. every 10 minutes when the cron job is run. The index is not being updated. Any ideas as t