[Koha-bugs] [Bug 30115] New: Uninitialized value warning in C4/Output.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 15 22:17:16 CET 2022


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

            Bug ID: 30115
           Summary: Uninitialized value warning in C4/Output.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: philippe.blouin at inlibro.com
        QA Contact: testopia at bugs.koha-community.org

Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 180.
Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 197.
Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 211.

This is in pagination_bar sub.  A lot of pages call it.  For me it happened
with any Authority search (authorities/authorities-home.pl) producing multiple
results.

Simple fix is initializing the variable.

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


More information about the Koha-bugs mailing list