[Koha-bugs] [Bug 17274] Add where come from the memcached config to about.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 8 11:29:12 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17274

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 55329
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55329&action=edit
Bug 17274: Display the place where the memcached is picked

The memcached config can be read from ENV or koha-conf.xml
In order to remove any ambiguity, let's inform the user which config is
used.

Test plan:
1/ Define the memcached config in ENV and $KOHA_CONF
=> Go on about page, you should get a warning
2/ Define the memcached config in ENV and not in $KOHA_CONF
=> Go on about page, you should get a warning
3/ Do not defined the memcached config in ENV or $KOHA_CONF
=> Go on about page, you should get a warning
4/ Define the memcached config in $KOHA_CONF and not in ENV
=> Go on about page, you should not get a warning, this is the expected
config

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list