https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17261 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.