22 Jan
2021
22 Jan
'21
2:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27198 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- (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.