[Koha-bugs] [Bug 11842] MARC framework editing is broken when memcache is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 21 01:46:39 CEST 2014


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

--- Comment #6 from Robin Sheat <robin at catalyst.net.nz> ---
(In reply to Katrin Fischer from comment #5)
> I haven't tried using memcache/caching in ages. What's required to set it up
> on a git dev installation?

Install memcache and then add some SetEnv lines to your apache config, e.g.

   SetEnv MEMCACHED_SERVERS 127.0.0.1:11211
   SetEnv MEMCACHED_NAMESPACE koha

make sure memcached is actually running, and it should just start working.

There's a script that comes with memcache that lets you dump all its contents
which is handy to see that it's actually being used.

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


More information about the Koha-bugs mailing list