Bugzilla – Attachment 55542 Details for
Bug 17261
Add memcached configuration info to about.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17261: (followup) Mention the need to start memcached before plack
Bug-17261-followup-Mention-the-need-to-start-memca.patch (text/plain), 2.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-09-13 14:53:20 UTC
(
hide
)
Description:
Bug 17261: (followup) Mention the need to start memcached before plack
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-09-13 14:53:20 UTC
Size:
2.05 KB
patch
obsolete
>From 2193426bfd90ce494ca7ee29af05f93c7d8731a3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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 %]<span>[% memcached_namespace | html %]</span> > [% ELSE %]<span>undefined</span>[% END %] | > Status: [% IF memcached_servers %] >- [% IF memcached_running %] >- [% IF is_memcached_still_active %] >- <span class="status_ok">running</span> >- [% ELSE %] >- <span class="status_warn">no longer running</span><span>, restart memcached!</span> >- [% END %] >+ [% IF memcached_running and is_memcached_still_active %] >+ <span class="status_ok">running</span>. > [% ELSE %] >- <span class="status_warn">not running</span> >+ <span class="status_warn">not running</span>. >+ [% IF is_psgi %] >+ <span>Remember memcached needs to be started before Plack.</span> >+ [% END %] > [% END %] > [% ELSE %] > <span>unknown</span> >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17261
:
55265
|
55297
|
55309
|
55327
|
55328
|
55535
|
55536
|
55537
|
55538
|
55542
|
57049
|
57050
|
57051
|
57052
|
57053