[Koha-bugs] [Bug 8344] New: In Opac we have a "Software error" when clicking "tag cloud"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 2 14:50:27 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8344

          Priority: P1 - high
 Change sponsored?: ---
            Bug ID: 8344
          Assignee: christophe.croullebois at biblibre.com
           Summary: In Opac we have a "Software error" when clicking "tag
                    cloud"
          Severity: blocker
    Classification: Unclassified
                OS: All
          Reporter: christophe.croullebois at 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.


More information about the Koha-bugs mailing list