https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17261
--- Comment #22 from Jonathan Druart <[email protected]> --- Everything looks ok for me. Without memcached and plack configured/set: Servers: undefined| Namespace: koha | Status: unknown | Effective caching method: Cache::Memory % Edit $KOHA_CONF and add memcached_servers % sudo service memcached start Servers: localhost:11211 | Namespace: koha | Status: running. % sudo koha-plack --enable kohadev % sudo koha-plack --start kohadev % sudo service apache2 restart Servers: localhost:11211 | Namespace: koha | Status: running. % sudo service memcached stop Servers: localhost:11211 | Namespace: koha | Status: not running. Remember memcached needs to be started before Plack. % sudo service memcached start Servers: localhost:11211 | Namespace: koha | Status: not running. Remember memcached needs to be started before Plack. % sudo koha-plack --restart kohadev Servers: localhost:11211 | Namespace: koha | Status: running. -- 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/
