Bug 8344 - In Opac we have a "Software error" when clicking "tag cloud"
Summary: In Opac we have a "Software error" when clicking "tag cloud"
Status: RESOLVED DUPLICATE of bug 8315
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P1 - high blocker (vote)
Assignee: Christophe Croullebois
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 12:50 UTC by Christophe Croullebois
Modified: 2012-07-02 13:04 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Croullebois 2012-07-02 12:50:27 UTC
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.
Comment 1 Christophe Croullebois 2012-07-02 13:04:47 UTC
sorry I have not seen the 8315.
So it's ok, I close

*** This bug has been marked as a duplicate of bug 8315 ***