https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40863 --- Comment #17 from David Cook <dcook@prosentient.com.au> --- (In reply to sergeinik from comment #8)
When I use version 25.05.05.001 on Debian 12 in a virtual machine, this error occurs. It can be resolved only by replacing the rebuild_zebra.pl file from version 24.05.15.
All right. I didn't notice that part before. Looking at it now... It looks like that file was tidied between v24.05.15-2 and v25.05.05-1 but we can diff without the whitespace changes... Most interesting change jumping out at me is the following. Might be something there... that actually sounds familiar... - $marc = $biblio->metadata->record({ embed_items => 1 }); + $marc = $biblio->metadata_record( { embed_items => 1 } ); Hmm but no that looks all right. Replacing export_marc_records_from_sth with export_marc_records could have an impact... -- But... here's the rub... there's almost no difference between 25.05.05-1 and main, and the following works fine: sudo koha-rebuild-zebra -v -f kohadev -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.