[Koha-bugs] [Bug 11921] memcached configuration should be moved back to koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 6 15:10:06 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921

--- Comment #10 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
C4/Auth.pm, in get_session():

1731:    elsif ( $storage_method eq 'memcached' &&
Koha::Caches->get_instance->memcached_cache ) {
         $session = new CGI::Session(
"driver:memcached;serializer:yaml;id:md5", $sessionID, { Memcached =>
C4::Context->memcached } );

looks like ->memcached method doesn't exist in C4::Context anymore

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


More information about the Koha-bugs mailing list