[Koha-bugs] [Bug 18686] TalkingTech_itiva_outbound.pl fails with Illegal mix of collations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 27 00:26:26 CEST 2017


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

--- Comment #1 from Larry Baerveldt <larry at bywatersolutions.com> ---
Here is the full error message:

DBD::mysql::st execute failed: Illegal mix of collations
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
[for Statement "SELECT borrowers.borrowernumber, borrowers.cardnumber,
borrowers.title as patron_title, borrowers.firstname, borrowers.surname,
                borrowers.phone, borrowers.email, borrowers.branchcode,
biblio.biblionumber, biblio.title, items.barcode, issues.date_due,
                max(overduerules.branchcode) as rulebranch,
TO_DAYS(NOW())-TO_DAYS(date_due) as daysoverdue, delay1, delay2, delay3,
                issues.branchcode as site, branches.branchname as site_name
                FROM borrowers JOIN issues USING (borrowernumber)
                JOIN items USING (itemnumber)
                JOIN biblio USING (biblionumber)
                JOIN branches ON (issues.branchcode = branches.branchcode)
                JOIN overduerules USING (categorycode)
                WHERE ( overduerules.branchcode = borrowers.branchcode or
overduerules.branchcode = '')
                AND ( (TO_DAYS(NOW())-TO_DAYS(date_due) ) = delay1
                  OR  (TO_DAYS(NOW())-TO_DAYS(date_due) ) = delay2
                  OR  (TO_DAYS(NOW())-TO_DAYS(date_due) ) = delay3 )
                GROUP BY items.itemnumber
                "] at
/usr/share/koha/bin/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl line 230.

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


More information about the Koha-bugs mailing list