[Koha-bugs] [Bug 7847] OPAC search dies with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 29 01:30:13 CEST 2012


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

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8905|0                           |1
        is obsolete|                            |

--- Comment #18 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 9806
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9806&action=edit
Bug 7847: OPAC search dies with Plack

Due to a dependency cycle between C4::Search and C4::Items, searches
in the OPAC die spectacularly under Plack. This counter-patch extends
dpavlin's solution and replaces use with require for C4::Search in
C4::Items and for C4::Items in C4::Search.

Obsoleting previous patch as this one eliminates the side effects under
CGI.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list