http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10559 Bug ID: 10559 Summary: noisy statement handle still active warnings when generating notices Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: gmcharlt@gmail.com Running a cronjob that produces notices can generate warning messages like this: $ ./misc/cronjobs/overdue_notices.pl -t -library CPL prepare_cached(SELECT * FROM issues WHERE itemnumber = ?) statement handle DBI::st=HASH(0x54a7828) still Active at C4/Letters.pm line 589 These warnings don't appear to reflect any functionality breakage, but there's no reason to have the noise cluttering up cronjob logs. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.