https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39295 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |dcook@prosentient.com.au |ity.org | --- Comment #1 from David Cook <dcook@prosentient.com.au> --- The patron creator code is problematic in a lot of ways, and I haven't worked out the exact interplay between template and layout that causes this problem. All I know is that the infinite loop happens because in the WRAP_LINES loop the $line can be set to "" which causes $string_width to be set to 0, which creates an infinite loop as it tries to wrap a string which doesn't exist to create a label which is impossible. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.