Problems after upgrade to 3.4.3
Hello all, I have just finished an upgrade from 3.2.10 to 3.4.3 and after the upgrade, ran the remove_items_from_biblioitems.pl script. I had the following error repeatedly - use of uninitialized value in pattern match (m//) . After the script completed, I re-indexed zebra and ran a search from the OPAC, I got results but every biblio in all the results always say item is not available, despite the items being displayed in the details page. Also circulating books give the error - "Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2835." even though checking the patron's record later shows the book has been successfully checked out. Is there a way i can verify that the items were successfully removed from biblioitems? One thing with this installation is that the Marc - Koha mappings are not the standard Koha ones. the install has been coming from 2.2.9 and I had to modify record.abs to get zebra to work. Any tip/suggestion to get the problem solved will be appreciated. Regards Olugbenga Adara Mobile: 234 (0) 8033220288 Home: 234 (2) 8721720 Skype: gbengaadara Blog: http://gbengaadara.blogspot.com Twitter: http://twitter.com/gbengaadara Profile: http://www.linkedin.com/in/gbengaadara
2011/8/4 Olugbenga Adara <gbengaadara@yahoo.com>
Hello all,
I have just finished an upgrade from 3.2.10 to 3.4.3 and after the upgrade, ran the remove_items_from_biblioitems.pl script. I had the following error repeatedly - use of uninitialized value in pattern match (m//) . After the script completed, I re-indexed zebra and ran a search from the OPAC, I got results but every biblio in all the results always say item is not available, despite the items being displayed in the details page.
Also circulating books give the error - "Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2835." even though checking the patron's record later shows the book has been successfully checked out.
Is there a way i can verify that the items were successfully removed from biblioitems?
One thing with this installation is that the Marc - Koha mappings are not the standard Koha ones. the install has been coming from 2.2.9 and I had to modify record.abs to get zebra to work.
Any tip/suggestion to get the problem solved will be appreciated.
I suspect that the changed mappings are the root cause of the problem To check the item data has been removed, do a SELECT marcxml FROM biblioitems limit 1; There should be no item data in there. Chris
Hi all, I have upgraded from koha 3.0.6 to 3.6.2 and met with the same problem. The problem got solved after turning zebra indexing on even though I do not use zebra indexing in my small collection. Jamsheer -- View this message in context: http://koha.1045719.n5.nabble.com/Problems-after-upgrade-to-3-4-3-tp4664571p... Sent from the Koha-general mailing list archive at Nabble.com.
On 5 January 2012 23:16, jamcalicut <jamcalicut@rediffmail.com> wrote:
Hi all, I have upgraded from koha 3.0.6 to 3.6.2 and met with the same problem. The problem got solved after turning zebra indexing on even though I do not use zebra indexing in my small collection.
Nozebra is deprecated, so you really should switch to using zebra. Chris
participants (3)
-
Chris Cormack -
jamcalicut -
Olugbenga Adara