6 Dec
2005
6 Dec
'05
3:58 p.m.
Hello, I'm trying to import data into Koha v. 2.2.4 using: export PERL5LIB=/usr/local/koha/intranet/modules; /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl -f /root/goodmarc I get this message when importing: XX => at /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl line 112. This occurs for every entry. Lines 111 - 113 are: $authtypecode="MM" if ($authtypecode eq 'j'); # mot matière warn "XX => $authtypecode"; # now, create biblio and items with NEWnewXX call. Nothing goes into any tables. Any suggestions on where to look? Kent N