[Bug 9033] New: Wide character error in runreport.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Priority: P5 - low Change sponsored?: --- Bug ID: 9033 Assignee: gmcharlt@gmail.com Summary: Wide character error in runreport.pl Severity: normal Classification: Unclassified OS: All Reporter: kyle@bywatersolutions.com Hardware: All Status: NEW Version: master Component: Reports Product: Koha runreport.pl is not encoding email correctly. Wide character in subroutine entry at /usr/share/perl5/Mail/Sendmail.pm line 308. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 13309 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13309&action=edit Bug 9033 - Wide character error in runreport.pl -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|gmcharlt@gmail.com |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- This needs a test plan. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Test Plan: 1) Verify you have a least one record with non-ascii unicode characters ( i.e. a record that would cause the wide character error ). 2) Create a report that would contain these characters as part of its result. 3) Run this report via runreport.pl with the email option 4) This should cause the wide character error 5) Apply this patch 6) Re-run step 3. 7) This time, you should not get any wide character error. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13309|0 |1 is obsolete| | --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 13638 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13638&action=edit [SIGNED-OFF] Bug 9033 - Wide character error in runreport.pl Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 --- Comment #5 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 13639 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13639&action=edit [Follow-up] Bug 9033: Wide character error in runreport.pl This patch fix a typo that prevented report to be run -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #6 from Julian Maurice <julian.maurice@biblibre.com> --- I followed the test plan, got the wide character error on master and got no errors with the patch. On master the mail is not sent. With the patch the mail is sent and with correct encoding. I just added a tiny follow-up because runreport.pl wasn't working without it. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13639|0 |1 is obsolete| | --- Comment #7 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 13855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13855&action=edit [SIGNED-OFF] Bug 9033: Wide character error in runreport.pl This patch fix a typo that prevented report to be run Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com QA Contact| |paul.poulain@biblibre.com --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: small patch, passes koha-qa.pl, nothing to add passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13638|0 |1 is obsolete| | Attachment #13855|0 |1 is obsolete| | --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 14011 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14011&action=edit Bug 9033 - Wide character error in runreport.pl Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 --- Comment #10 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 14012 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14012&action=edit Bug 9033: Wide character error in runreport.pl This patch fix a typo that prevented report to be run Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #11 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. Note that wide characters will still not display in the e-mail. All these patches do is ensure that the e-mail is sent. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #12 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.10.x, will be in 3.10.1 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9033 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ketan@carvingit.com --- Comment #13 from Chris Cormack <chris@bigballofwax.co.nz> --- *** Bug 10031 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org