[Koha-bugs] [Bug 9489] Process message queue.pl couldn't send the body of the overdue notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 15 06:05:08 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9489

wajasu <matted-34813 at mypacks.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matted-34813 at mypacks.net

--- Comment #1 from wajasu <matted-34813 at mypacks.net> ---
When I was working on a fix 8378, which might have not made it out, I noticed
that the body might have not been UTF8 encoded as we do in other places in the
code before we persist a string.  If certain unencoded characters are in the
body, MYSQL will silently truncate from that point onward in the string when
saved.  So that might help someone investigating.  You could look at bug 8378
to see about how/where I encoded the notice.  You can verify by selecting your
published notice from the message queue to see if its persisted.  In my case
currency for the fine was causeing truncation from that point onward.

-- 
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