[Koha-bugs] [Bug 21092] Bad template in patron card creator can cause server issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 21:15:29 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21092

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wizzyrea at gmail.com

--- Comment #9 from Liz Rea <wizzyrea at gmail.com> ---
This may be related to the line wrapping code? i.e. we get into a templated
situation where we get into the while(1) loop and never get out. More recently
lately we've seen the following in our logs when these fail (also this
generates gigs and gigs of logs! It's terrible!)


[2022/08/08 11:28:39] [WARN] Use of uninitialized value $1 in quotemeta at
/usr/share/koha/lib/C4/Patroncards/Patroncard.pm line 269.
[2022/08/08 11:28:39] [WARN] Use of uninitialized value $1 in quotemeta at
/usr/share/koha/lib/C4/Patroncards/Patroncard.pm line 269.
[2022/08/08 11:28:39] [WARN] Use of uninitialized value $1 in concatenation (.)
or string at /usr/share/koha/lib/C4/Patroncards/Patroncard.pm line 267.
[2022/08/08 11:28:39] [WARN] Use of uninitialized value $1 in concatenation (.)
or string at /usr/share/koha/lib/C4/Patroncards/Patroncard.pm line 267.

Hope this helps some,
Liz

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list