[Koha-bugs] [Bug 28302] New: Koha does not work with CGI::Compile 0.24

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 7 17:57:32 CEST 2021


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

            Bug ID: 28302
           Summary: Koha does not work with CGI::Compile 0.24
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: julian.maurice at biblibre.com
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

CGI::Compile 0.24 has a bug:
https://github.com/miyagawa/CGI-Compile/issues/25

It can cause weird bugs, like breaking the authority detail display after
trying to modify an authority.

Steps to reproduce:
1. Install CGI::Compile 0.24
2. Restart starman with only 1 worker
3. Go to the detail page of an authority (authorities/detail.pl)
4. Go to the edit page (Edit ยป Edit record)
5. Check starman logs, you should see "Subroutine build_tabs redefined at
[...]"
6. Click on cancel to go back to the detail page, which should now show a
"blank" authority. Now the only way to get the authority back is to restart
starman.

I suggest to just forbid CGI::Compile 0.24 in cpanfile (patch coming soon)

Warning for Ubuntu Focal users: the packaged version of CGI::Compile is 0.24

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


More information about the Koha-bugs mailing list