Hi everyone, I have just make the upgrade from Koha 3.8.1 to Koha 3.8.2, on Centos 6. But when I run the rebuild of the catalogue I get this error: ---- [koha@host bin]$ migration_tools/rebuild_zebra.pl -b -a -v Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 001$@ BIBLIOITEMNUMBER in : 090$a ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 1....... Records exported: 8 ==================== REINDEXING zebra ==================== 18:43:37-15/07 zebraidx(19474) [warn] No such record type: grs.marcxml.record ==================== CLEANING ==================== Also If I try to search the catalogue I get this error: --- Software error: Can't call method "data" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 1494. Does anyone have an idea of what is the possible cause of this issue? Thanks and kind regards Sander -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-with-Koha-upgrade-tp5719817.html Sent from the Koha-general mailing list archive at Nabble.com.
Hi, I have solved the first issue, with the rebuild of zebra: I have changed the path in etc/koha/zebradb/zebra-biblios.cfg with the correct one: # modulePath - where to look for loadable zebra modules modulePath: /usr/local/lib/idzebra-2.0/modules And now the rebuild works fine. But I still get the software error when I try to search the catalogue: --- Software error: Can't call method "data" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 1494. Thanks for your help. Sander -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-with-Koha-upgrade-tp5719817p571982... Sent from the Koha-general mailing list archive at Nabble.com.
Hi, finally I have solved the issue with the search in the opac, probably there was a problem with the zebra server, simply I have do: # chkconfig koha-zebra-daemon on # /etc/init.d/koha-zebra-daemon stop # /etc/init.d/koha-zebra-daemon start And now works fine. Thanks and regards Sander -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-with-Koha-upgrade-tp5719817p571983... Sent from the Koha-general mailing list archive at Nabble.com.
participants (1)
-
Sander898