https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40863 --- Comment #36 from sergeinik <sergeinik@tut.by> --- (In reply to David Cook from comment #35)
(In reply to sergeinik from comment #34)
(In reply to David Cook from comment #33)
Here's my recommendation...
Run the following where ">" represents your CLI shell:
koha-shell library perl /usr/share/koha/bin/maintenance/touch_all_biblios.pl -v
Let us know how that goes.
That should help repair your records which should help with your indexing.
Can't locate Koha/Script.pm in @INC (you may need to install the Koha::Script module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/koha/bin/maintenance/touch_all_biblios.pl line 26. BEGIN failed--compilation aborted at /usr/share/koha/bin/maintenance/touch_all_biblios.pl line 26.
It sounds like the "koha-shell library" command must not have worked, because it hasn't set up your environment. I imagine there was more output on your screen?
Try "sudo koha-shell library" if your instance is named "library". You need to provide more details ;)
Touched biblio 4367 Good: 4316, Bad: 0 (of 4316) in 381 seconds Accuracy: 100.00% Average time per record: 0.088276 seconds You may wish to run the build_holds_queue.pl script now if you are using RealTimeHoldsQueue Everything seems to have gone without a hitch. Thanks for the tip! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.