Bugzilla – Attachment 57053 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]
[PASSED QA] Bug 17261: (followup) Mention the need to start memcached before plack
PASSED-QA-Bug-17261-followup-Mention-the-need-to-s.patch (text/plain), 2.43 KB, created by
Katrin Fischer
on 2016-11-01 16:17:19 UTC
(
hide
)
Description:
[PASSED QA] Bug 17261: (followup) Mention the need to start memcached before plack
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-11-01 16:17:19 UTC
Size:
2.43 KB
patch
obsolete
>From 4ff94f80782162ab58f72ea2e104ce0dd4748062 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] [PASSED QA] Bug 17261: (followup) Mention the need to start > memcached before plack > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > 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 @@ > <tr><th scope="row">Memcached: </th> > <td> > Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span> >- [% ELSE %]<span>undefined</span>[% END %]| >+ [% ELSE %]<span>undefined</span>[% END %] | > 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