https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #194 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Could we get a test plan here, Martin? I tried exporting record 369 - but we can't do that because if bad xml characters, so then I copied the marcxml from the DB and saved it into a file Before the patches: I can stage and import the record - I cannot view or edit the record After the patches: I can stage the record, import fails with no visible error in staff side,logs show: Invalid data, cannot decode metadata object (biblio_metadata.id=, biblionumber=441, format=marcxml, schema=MARC21, decoding_error='Field 942 must have at least one subfield at /usr/share/perl5/MARC/File/XML.pm line 483.') at /kohadevbox/koha/Koha/BackgroundJob/MARCImportCommitBatch.pm line 93. Use of uninitialized value in sprintf at /kohadevbox/koha/Koha/Exceptions/Metadata.pm line 41. I also tried editing the existing record 369 - with or without the patches I require bug 42512 Before the patches: I get the warning about the record on details I can edit and fix After the patches: I get the warning about the record on details I get a warning about the record on edit I can edit and fix I think importing needs to provide the error to the user if it is going to fail on bad encoding -- You are receiving this mail because: You are watching all bug changes.