http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8344 Priority: P1 - high Change sponsored?: --- Bug ID: 8344 Assignee: christophe.croullebois@biblibre.com Summary: In Opac we have a "Software error" when clicking "tag cloud" Severity: blocker Classification: Unclassified OS: All Reporter: christophe.croullebois@biblibre.com Hardware: All Status: ASSIGNED Version: master Component: OPAC Product: Koha In Opac we have a "Software error" message when clicking "tag cloud". C4::Output version 3.02 required--this is only version 3.08.01.002 at /home/koha/src/opac/opac-tags.pl line 41. BEGIN failed--compilation aborted at /home/koha/src/opac/opac-tags.pl line 41. Due to this line => use C4::Output 3.02 qw(:html :ajax pagination_bar); With this => use C4::Output qw(:html :ajax pagination_bar); it's ok, so I'll make a patch. -- You are receiving this mail because: You are watching all bug changes.