https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40863 --- Comment #26 from David Cook <dcook@prosentient.com.au> --- (In reply to sergeinik from comment #24)
But this is taking into account that the file has been replaced.
So when I do a search for https://lib.cxbe.by/cgi-bin/koha/opac-search.pl?idx=&q=isbn%3D9771993104006&weight_search=1 that is using the Koha with the replaced rebuild_zebra.pl file from an older version? While there are search results, if you look closely, you'll see that all the links are bad. For example, "Благодать", христианский журнал. № 2/2021 has this link: https://lib.cxbe.by/cgi-bin/koha/opac-detail.pl?biblionumber=&query_desc=isbn%3D9771993104006 The biblionumber has no value. This usually happens when there's indexing problems. If I modify it myself (using information from your screenshot) I can go to https://lib.cxbe.by/cgi-bin/koha/opac-detail.pl?biblionumber=3896&query_desc=isbn%3D9771993104006 and I see data, but if I click on "MARC view" or try to download the record I also get a "Error 500". At this point, you'll want to look at your web server logs. If you're using Plack, they'll be in the "plack-*" logs. If you're not using Plack, then they'll be in the Apache logs. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.