installer from cvs broken?
Hi list, here is the error I get when instlling from CVS ./installer script. Is it my fault or a bug? Benedict MARC FIELD DEFINITIONS You can import MARC settings for: 1 MARC21 2 UNIMARC N none NOTE: If you choose N, nothing will be added, and you must create them all yourself. Only choose N if you want to use a MARC format not listed here, such as DANMARC. We would like to hear from you if you do. Choose MARC definition [1]: ERROR 1136 at line 15: Column count doesn't match value count at row 1
Benedykt P. Barszcz a écrit :
Hi list, here is the error I get when instlling from CVS ./installer script. Is it my fault or a bug?
It's a bug, you're right : the table has a new field (seealso), and the MARC parameter does not contain it for instance. will try to fix it ASAP. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
paul POULAIN wrote:
It's a bug, you're right : the table has a new field (seealso), and the MARC parameter does not contain it for instance. will try to fix it ASAP.
Hi Paul, Thanks for filling in the Wiki Page about koha-db => Marc subfields. Is field "author" in "biblio" table mapped correctly to 100 d (dates associated with a title)? It seems out of place to me. Theres is no default mapping at all for "bibliosubject", "bibliosubtitle", "additionalauthors". Was this overlooked or is intended? I am talking here about a new installation of koha-2.0. What file is responsible for default mapping at installation time. I could fix it as long as I know where. Benedict
Benedict P. Barszcz a écrit :
paul POULAIN wrote:
It's a bug, you're right : the table has a new field (seealso), and the MARC parameter does not contain it for instance. will try to fix it ASAP.
Hi Paul, Thanks for filling in the Wiki Page about koha-db => Marc subfields. Is field "author" in "biblio" table mapped correctly to 100 d (dates associated with a title)? It seems out of place to me. Theres is no default mapping at all for "bibliosubject", "bibliosubtitle", "additionalauthors". Was this overlooked or is intended? I am talking here about a new installation of koha-2.0. What file is responsible for default mapping at installation time. I could fix it as long as I know where.
Hi Benedikt, I take care of UNIMARC in french, MARC21 is maybe not uptodate, and even wrong somewhere. To fix it, simply : * build a "perfect" MARC21 parameter setup. * export marc_field_structure and marc_subfield_structure tables, in mysqldump format. * send them to me or replace /koha/misc/marc_datas/marc21_en/structure_def.sql file in CVS. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Benedict P. Barszcz -
Benedykt P. Barszcz -
paul POULAIN