Error: Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
Hi I am using koha 3 on ubuntu. Following error message displayed when I tried to import a marc record to database Koha error The following fatal error has occurred: Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92. ApacheServer version: Apache/2.2.11 (Ubuntu) Server built: Aug 16 2010 17:45:31 Koha3.00.00.107 Koha DB3.0000107 MySQLmysql Ver 14.12 Distrib 5.0.75, for debian-linux-gnu (i486) using readline 5.2 OSLinux modabber-desktop 2.6.28-19-generic #66-Ubuntu SMP Sat Oct 16 17:39:04 UTC 2010 i686 GNU/Linux Perl5.010000 Please if any one can help me to solve the problem. Abdullah-Al-Modabber Deputy Librarian Southeast University Bangladesh
Abdullah Al-Modabber wrote:
I am using koha 3 on ubuntu. Following error message displayed when I tried to import a marc record to database
Koha error The following fatal error has occurred: Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
Check the MARC record (yaz-marcdump on the command line), the import settings (particularly MARC-8 or UTF-8) and the system settings (UTF-8 throughout). To get more information in the error message, try adding "SetEnv KOHA_BACKTRACES 1" to the intranet VirtualHost section of koha-httpd.conf and restart apache, but this is almost always some record or settings problem. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha
Better try upgrading your version of Koha. There is a problem with your version (3.00.01), Perl 5.10 and Biblio.pm. Using 3.00.06 will fix the problem. Regards Bernardo On Thu, Dec 9, 2010 at 7:24 AM, MJ Ray <mjr@phonecoop.coop> wrote:
I am using koha 3 on ubuntu. Following error message displayed when I
Abdullah Al-Modabber wrote: tried to
import a marc record to database
Koha error The following fatal error has occurred: Can't call method "append_fields" on an undefined value at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
Check the MARC record (yaz-marcdump on the command line), the import settings (particularly MARC-8 or UTF-8) and the system settings (UTF-8 throughout).
To get more information in the error message, try adding "SetEnv KOHA_BACKTRACES 1" to the intranet VirtualHost section of koha-httpd.conf and restart apache, but this is almost always some record or settings problem.
Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Bernardo Gonzalez Kriegel wrote:
Better try upgrading your version of Koha. There is a problem with your version (3.00.01), Perl 5.10 and Biblio.pm. Using 3.00.06 will fix the problem.
That's good advice too. I didn't notice it was 3.00.01. Thanks, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha
participants (3)
-
Abdullah Al-Modabber -
Bernardo Gonzalez Kriegel -
MJ Ray