From bugzilla-daemon@bugs.koha-community.org Wed Jan 12 15:03:43 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] New: can't add comments and tags in the OPAC when mod_perl is activated Date: Wed, 12 Jan 2011 14:03:41 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8221864049599848456==" --===============8221864049599848456== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 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=3D2979 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=3DXXX When we submit a tag or a comment, firebug return :=20

Software error:

New called with unrecognized type 'default' at
/home/koha/kohagit/opac/opac-tags.pl line 131

For help, please send mail to the webmaster (sysadmins@sys-tech.net), giving th= is error message=20 and the time and date of the error.

After verification, we saw that C4::Scrubber.pm is the problem... See the patch to understand our modification. --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. --===============8221864049599848456==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 12 17:18:11 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Wed, 12 Jan 2011 16:18:09 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1899839921094458613==" --===============1899839921094458613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs-europe. | |com --- Comment #1 from Colin Campbell 2011-01-1= 2 16:18:08 UTC --- Cause of the problem is that mod_perl executes one global INIT block on start up so the individual INITs like this are not used. There was no reason to use one here in the first place. Will add a commit message to Bryce's change in signoff and send a supplementary to tidy up the unused package variables. --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. --===============1899839921094458613==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 12 17:56:03 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Wed, 12 Jan 2011 16:56:01 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0685954214247285096==" --===============0685954214247285096== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Version|rel_3_2 |HEAD Patch Status|--- |Signed Off --- Comment #2 from Colin Campbell 2011-01-1= 2 16:56:00 UTC --- Signed off patch and sent supplemental clean up and test --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. --===============0685954214247285096==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 12 18:54:34 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Wed, 12 Jan 2011 17:54:32 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1283421457612155516==" --===============1283421457612155516== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Signed Off |Patch Pushed --- Comment #3 from Chris Cormack 2011-01-12 17:54= :31 UTC --- Pushed, please test --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. --===============1283421457612155516==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 1 10:20:28 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Tue, 01 Feb 2011 09:20:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6437444806057676668==" --===============6437444806057676668== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 --- Comment #4 from MJ Ray (software.coop) 2011-02-01 09:20= :27 UTC --- This bug is mentioned in: Bug 5611 INIT block causes failure with mod perl http://lists.koha-community.org/pipermail/koha-patches/2011-January/013588.ht= ml Bug 5611 Tidy up C4::Scrubber http://lists.koha-community.org/pipermail/koha-patches/2011-January/013589.ht= ml --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. --===============6437444806057676668==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 25 14:47:10 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Fri, 25 Feb 2011 13:47:09 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0400027948396557487==" --===============0400027948396557487== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |brice.sanchez@sys-tech.net --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA Contact for the bug. --===============0400027948396557487==-- From bugzilla-daemon@bugs.koha-community.org Mon Mar 14 10:58:51 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Mon, 14 Mar 2011 09:58:49 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6885589028781446550==" --===============6885589028781446550== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |julian.maurice@biblibre.com Resolution| |FIXED --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA Contact for the bug. --===============6885589028781446550==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 8 17:30:47 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Fri, 08 Apr 2011 15:30:45 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4980235659223125812==" --===============4980235659223125812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Galen Charlton changed: What |Removed |Added ---------------------------------------------------------------------------- Component|OPAC Comments |OPAC --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA Contact for the bug. --===============4980235659223125812==-- From bugzilla-daemon@bugs.koha-community.org Sat Apr 23 10:24:19 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 5611] can't add comments and tags in the OPAC when mod_perl is activated Date: Sat, 23 Apr 2011 08:24:17 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2198745954846668553==" --===============2198745954846668553== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D5611 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA Contact for the bug. --===============2198745954846668553==--