From 2193426bfd90ce494ca7ee29af05f93c7d8731a3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 13 Sep 2016 11:33:43 -0300 Subject: [PATCH] Bug 17261: (followup) Mention the need to start memcached before plack Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 1a6802a..cb7f215 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -58,14 +58,13 @@ Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] [% ELSE %]undefined[% END %] | Status: [% IF memcached_servers %] - [% IF memcached_running %] - [% IF is_memcached_still_active %] - running - [% ELSE %] - no longer running, restart memcached! - [% END %] + [% IF memcached_running and is_memcached_still_active %] + running. [% ELSE %] - not running + not running. + [% IF is_psgi %] + Remember memcached needs to be started before Plack. + [% END %] [% END %] [% ELSE %] unknown -- 2.7.4