https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27198
--- Comment #7 from David Cook <[email protected]> --- (In reply to Eden from comment #6) > Followed the test plan but an error kept recurring even after applying > patch. Is there a step missing such as rebuilding zebra etc? Ah, yes. My mistake! Not rebuilding Zebra, but restarting Zebra for sure. - koha-zebra --stop kohadev - pkill zebrasrv - koha-zebra --start kohadev That should do the trick. The pkill zebrasrv is there because koha-zebra --stop kohadev won't work if the zebrasrv process has forked child processes. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
