Dear all, I run into the followin error with Koha 3.00.02. Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92. I found there's a bug with version 0.92 of this module. Would you suggest to install the previous version of this module or there's a different approach to solve this problem? Thanks a lot everybody, Best wishes Cristian
This is the third time in five days that you've posted the same message. That's a bit too much. If you found a real bug, then you should document and report the bug. I suspect your problem is related to data, so you should try to determine which MARC record is the basis for the problem. If you can narrow it down and post the record itself, then others can test loading it into their Koha installations. As a diagnostic screening tool, you might consider using MARC::Lint or other MARC tools to check the content of the files you are trying to load. --joe On Mon, Nov 23, 2009 at 9:27 AM, Cristian Bernareggi < cristian.bernareggi@gmail.com> wrote:
Dear all, I run into the followin error with Koha 3.00.02.
Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
I found there's a bug with version 0.92 of this module. Would you suggest to install the previous version of this module or there's a different approach to solve this problem? Thanks a lot everybody, Best wishes Cristian
Hi Christian, On Mon, Nov 23, 2009 , Cristian Bernareggi <cristian.bernareggi@gmail.com> wrote:
I run into the followin error with Koha 3.00.02.
Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
I found there's a bug with version 0.92 of this module. Would you suggest to install the previous version of this module or there's a different approach to solve this problem?
Are you having this problem, when adding or editing item record in the Intranet interface (also known as "staff client"?). If you are, and since you say you're running Koha 3.0.2, it seems to me that you were hit by the following bug: Bug 3520 - crash when adding or editing item record http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3520 The good news is that this bug has been fixed in Koha 3.0.4 that was released on 21 October! :) You can check this by reading the Release Notes for Koha 3.0.4, that are available at: http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=blob;f=misc/release_notes/re... In that "Release Notes" page, in the section "Exhaustive list of bugs fixed follows" you'll find, among many other bug fixes, the following line: "3520 fix crash when adding or editing items". So, my advice would be for you to update your installation to Koha 3.0.4, and see if that solves your problem. I hope that helps. Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 http://wiki.koha.org/doku.php?id=opensuse_11.0
participants (3)
-
Cristian Bernareggi -
Joe Atzberger -
Ricardo Dias Marques