Summary: | Internal Server Error in Guided reports wizard caused by debug messages | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Josef Moravec <josef.moravec> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, josef.moravec, kyle, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 17898 | ||
Bug Blocks: | |||
Attachments: |
Bug 18642: Add missing dependency for Data::Printer module
Bug 18642: Remove debug messages Bug 18642: Remove debug messages Bug 18642: Remove debug messages |
Description
Marc Véron
2017-05-20 08:17:13 UTC
Introduced by first patch in Bug 17898 - Add a way to automatically convert SQL reports Created attachment 63607 [details] [review] Bug 18642: Add missing dependency for Data::Printer module Test plan: 1) Go to About page -- without patch you can't see Data::Printer listed -- with patch you'll see it 2) uninstall Data::Printer - apt-get remove libdata-printer-perl 3) go to Reports -> Use saved - you'll see ISE 4) install the module again - apt-get install libdata-printer-perl 5) go to Reports -> Use saved - everything should work fine When rebasing the original patches, I introduced the dep for debugging purposes only. We should just remove the code that uses Data::Printer instead! Created attachment 63609 [details] [review] Bug 18642: Remove debug messages Test plan: 0) Apply the patch 1) git grep Data::Printer -> should return no results 2) Go to Reports -> Use saved - should work fine (In reply to Tomás Cohen Arazi from comment #3) > When rebasing the original patches, I introduced the dep for debugging > purposes only. We should just remove the code that uses Data::Printer > instead! Ok, I've attached new patch. Thanks! Created attachment 63612 [details] [review] Bug 18642: Remove debug messages Test plan: 0) Apply the patch 1) git grep Data::Printer -> should return no results 2) Go to Reports -> Use saved - should work fine Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 63615 [details] [review] Bug 18642: Remove debug messages Test plan: 0) Apply the patch 1) git grep Data::Printer -> should return no results 2) Go to Reports -> Use saved - should work fine Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.05, thanks Josef! |