[Koha-bugs] [Bug 12856] koha-disable fails without disabling site

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 6 23:10:14 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12856

Liz Rea <liz at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32022|0                           |1
        is obsolete|                            |

--- Comment #6 from Liz Rea <liz at catalyst.net.nz> ---
Created attachment 32023
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32023&action=edit
Bug 12856 - koha-disable fails without disabling site

To test:
Package up a branch with this patch
install that package
create a site - sudo koha-create --create-db testdisable
enable a site - sudo koha-enable testdisable
check it's enabled - sudo koha-list --enabled
* it should show up
disable a site - sudo koha-disable testdisable
Do this for both debian squeeze/wheezy and ubuntu 12.04 and 14.04, if you can.
I'd like to see a sign off from a debian (sq/wh)eez(e/y) or ubuntu 12 user,
because I could only test reliably on ubuntu 14.04.
* make sure apache restarts and no errors are produced
check it's disabled - sudo koha-list --enabled
* it should not show up
check the site is still there - sudo koha-list
* it should still be there
check that the config file has the Include for disabling uncommented
* the line Include /etc/koha/apache-shared-disable.conf should not have a # in
front.
Re-enable the site - sudo koha-enable testdisable
* the line Include /etc/koha/apache-shared-disable.conf should have a # in
front.

And the final question - does the site work? All other functions unchanged?

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


More information about the Koha-bugs mailing list