[Koha-bugs] [Bug 28198] New: French sample notices SQL fails: Column count doesn't match value count

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 22 20:23:58 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28198

            Bug ID: 28198
           Summary: French sample notices SQL fails: Column count doesn't
                    match value count
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: victor at tuxayo.net
        QA Contact: testopia at bugs.koha-community.org

DBD::mysql::st execute failed: Column count doesn't match value count at row 15

Row 15 is
koha_1       | ('reserves','HOLD_REMINDER','','Waiting hold reminder',0,'You
have waiting holds.','Dear [% borrower.firstname %] [% borrower.surname
%],\r\n\r\nThe follwing holds are waiting at [% branch.branchname
%]:\r\n\\r\n[% FOREACH hold IN holds %]\r\n    [% hold.biblio.title %] :
waiting since [% hold.waitingdate %]\r\n[% END %]','email'),

Git bisect showed that the error is since
ea6467724cf8e6fac2224e1dcb6c6ddee73736af
Bug 15986: Add sample notice to translated notices

Which added the line on row 15

Test plan (with koha testing docker):
1. in .env file set KOHA_MARC_FLAVOUR=unimarc
2. start the instance
3. fail!

Full error messages:
https://privatebin.deblan.org/?7e440eb0ce80f1f4#6sRbG9qywKQjCNDDHiDSWcrFneDCJBs96GuxqqKvzHu8

Not sure about criticality. Maybe it should be higher that "normal" since it
hinders testing unimarc stuff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list