https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37675 Bug ID: 37675 Summary: koha registration loses data Change sponsored?: --- Product: Koha Version: 23.11 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: a.tenorio@cgiar.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Created attachment 170470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170470&action=edit Marc File Dear support, We have an article with more than 2000 authors, these must be associated with their authorities. However, starting with author 1600, every time this record is edited, Koha loses data from it. We also checked the table in the database and this is its structure: mysql> describe biblio_metadata; +--------------+-------------+------+-----+-------------------+-----------------------------------------------+ | Field | Type | Null | Key | Default | Extra | +--------------+-------------+------+-----+-------------------+-----------------------------------------------+ | id | int | NO | PRI | NULL | auto_increment | | biblionumber | int | NO | MUL | NULL | | | format | varchar(16) | NO | | NULL | | | schema | varchar(16) | YES | | NULL | | | metadata | longtext | NO | | NULL | | | timestamp | timestamp | NO | MUL | CURRENT_TIMESTAMP | DEFAULT_GENERATED on update CURRENT_TIMESTAMP | +--------------+-------------+------+-----+-------------------+-----------------------------------------------+ 6 rows in set (0.01 sec) I share with you the MARC file, has this error happened to you? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.