https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41991
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from David Nind <[email protected]> --- I wasn't able to get the "Disabled page with a suspended warning." from step X of the test plan. Wasn't obvious, but needed to apply the patch first before attempting the steps in the test plan. Line X of the test plan: - /etc/koha/apached-shared-intranet.conf should be /etc/koha/apache-shared-intranet.conf (apache-..., not apached-... - This is what is now in the file: 1# Apache configuration settings that are shared for every Koha instance. 2 # This file contains settings for the intranet site. 3 # 4 # This file should be included from an instance's 5 # /etc/apache2/site-available file, from within the VirtualHost section 6 # for the intranet. 7 8 SetEnv SUSPEND_PLUGIN_report "1" 9 RequestHeader add X-Koha-SetEnv "SUSPEND_PLUGIN_report 1" 10 11 DocumentRoot /usr/share/koha/intranet/htdocs Get this message when running apachectl restart: httpd not running, trying to start (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs Action 'restart' failed. The Apache error log may have more information. sudo apachectl restart works Why not use what comes with KTD? restart_all Line X of the test plan - don't get this result: You should get the Disabled page with a suspended warning. Get the "Koha::Plugin::Test->report completed successfully." (Even with clearing the browser cache.) (This is why numbering the steps in the test plan are recommended, when commenting I can then say step x .....) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
