https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921
--- Comment #10 from Jacek Ablewicz <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
