From 4ff94f80782162ab58f72ea2e104ce0dd4748062 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 13 Sep 2016 11:33:43 -0300 Subject: [PATCH] [PASSED QA] Bug 17261: (followup) Mention the need to start memcached before plack Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 2a3174d..37bc82e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -54,18 +54,17 @@ Memcached: Servers: [% IF memcached_servers %][% memcached_servers | html %] - [% ELSE %]undefined[% END %]| + [% ELSE %]undefined[% END %] | 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