http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5611 Summary: can't add comments and tags in the OPAC when mod_perl is activated Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P5 Component: OPAC Comments AssignedTo: gmcharlt@gmail.com ReportedBy: brice.sanchez@sys-tech.net QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Created attachment 2979 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2979 patch for C4::Scrubber.pm Our Koha 3.2.2 is connected to the community Git and we are using mod_perl (in the OPAC only - amazing performances ^^). We aren't able to add comments or tags in the page : .../cgi-bin/koha/opac-detail.pl?biblionumber=XXX When we submit a tag or a comment, firebug return : <h1>Software error:</h1> <pre>New called with unrecognized type 'default' at /home/koha/kohagit/opac/opac-tags.pl line 131 </pre> <p> For help, please send mail to the webmaster (<a href="mailto:sysadmins@sys-tech.net">sysadmins@sys-tech.net</a>), giving this error message and the time and date of the error. </p> After verification, we saw that C4::Scrubber.pm is the problem... See the patch to understand our modification. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.