Hi All, I successfully installed Koha 2.2.9 on a Debian Etch machince with Perl 5.008008, Mysql 5.0.32, and Apache2. Now I'm trying to bulk import some Marc records from winnebago. But I'm getting this error - Arguments must be MARC::Field object at /usr/local/koha/intranet/modules/C4/Biblio.pm line 1440. I found a thread about missing 090 fields. I used MarcEdit to add this field to the Marc records but I still get this error. I installed Marc-record, Marc-charset, Marc-lint, and Marc-xml for the cvs at sourceforge according to the Installing Koha on Debian Sarge how to on the kohadocs website. What I'm I doing wrong? Thanks in advance for any help, Mike
Hi Michael
Now I'm trying to bulk import some Marc records from winnebago. But I'm getting this error - Arguments must be MARC::Field object at /usr/local/koha/intranet/modules/C4/Biblio.pm line 1440. I found a thread about missing 090 fields. I used MarcEdit to add this field to the Marc records but I still get this error.
What exactly did you enter? For me entering =090 $c200$d200 into every record solved the problem. But there is a new one: I'm not able to enter new records and the error is the same as above. Can you enter new records? Greetings Beda
Hi Beda, I was entering =090 0, I changed it to =090 $c200$d200 and it worked I think. I also cannot add a new record. When I try to the browser wants to open the pl script file. It also wanted to open the script file when I was trying to run a report on the Catalogue. Mike Beda Szukics wrote:
Hi Michael
Now I'm trying to bulk import some Marc records from winnebago. But I'm getting this error - Arguments must be MARC::Field object at /usr/local/koha/intranet/modules/C4/Biblio.pm line 1440. I found a thread about missing 090 fields. I used MarcEdit to add this field to the Marc records but I still get this error.
What exactly did you enter? For me entering =090 $c200$d200 into every record solved the problem. But there is a new one: I'm not able to enter new records and the error is the same as above. Can you enter new records? Greetings Beda
Hi Michael
I was entering =090 0, I changed it to =090 $c200$d200 and it worked I think. I also cannot add a new record. When I try to the browser wants to open the pl script file. It also wanted to open the script file when I was trying to run a report on the Catalogue.
Could you look at /usr/local/koha/log/koha-error.log and tell us what you have in both cases. Maybe they are related. Beda
participants (2)
-
Beda Szukics -
Michael Baerwolf