[Bug 9489] New: Process message queue.pl couldn't send the body of the overdue notices
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9489 Bug ID: 9489 Summary: Process message queue.pl couldn't send the body of the overdue notices Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.10 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: nikhilvr0@gmail.com I am updated koha installation from 3.8 -3.10.02 using debian packages. But when i run process message queue.pl script after fines.pl and overdue_notices.pl it send the message without body of the message. Subject line and sent address are ok but the body is disappeared from the message. But patron pages lists all notices regularly with the content of the body. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9489 wajasu <matted-34813@mypacks.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matted-34813@mypacks.net --- Comment #1 from wajasu <matted-34813@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9489 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Overdue notices are working correctly in current versions of Koha (recently tested). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org