[Koha-bugs] [Bug 7249] Report webservices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 21 13:47:33 CET 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Patch doesn't apply

--- Comment #21 from Paul Poulain <paul.poulain at biblibre.com> 2012-02-21 12:47:33 UTC ---
This patch won't apply anymore because the bug 7248 won't be applied because
bug 6193 has been applied after discussion on how to handle caching in Koha: we
do that at apache configuration level.

So, either update this patch to use
eval {
    if (C4::Context->ismemcached) {
        require Memoize::Memcached;
        import Memoize::Memcached qw(memoize_memcached);

        memoize_memcached('getTranslatedLanguages', memcached =>
C4::Context->memcached);
    }
};

in your script, or rewrite patch of bug 7248 to be able to have this one valid
again.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list