[Koha-bugs] [Bug 17262] New: Plack on packages is not having memcached set properly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 6 21:42:49 CEST 2016


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

            Bug ID: 17262
           Summary: Plack on packages is not having memcached set properly
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Packaging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: mirko at abunchofthings.net

Using the patches from bug 17261, you will notice the running Plack backends
are not getting the MEMCACHED_SERVERS and MEMCACHED_NAMESPACE variables filled
as they should.

Steps to reproduce:
- Be on top of bug 17261
- Have a working memcached setup, plack disbaled (default in kohadevbox)
=> About page shows:
  Memcached:    Servers: 127.0.0.1:11211 | Namespace: koha_kohadev | Status:
running
- Enable Plack:
  sudo koha-plack --enable kohadev
  sudo koha-plack --start kohadev
  sudo service apache2 restart
- Reload about page
=> FAIL: You get:
  Memcached:    Servers: undefined| Namespace: undefined | Status: unknown

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


More information about the Koha-bugs mailing list