https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41991
--- Comment #19 from Marcel de Rooy <[email protected]> --- (In reply to David Nind from comment #17) > Wasn't obvious, but needed to apply the patch first before attempting the > steps in the test plan. Did you apply all four patches? > Line X of the test plan: > - /etc/koha/apached-shared-intranet.conf should be > /etc/koha/apache-shared-intranet.conf (apache-..., not apached-... Fixed in the test plan. Good catch. > - 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 I tested outside KTD. But I assume that this apache-shared-intranet file is included in the virtual host file for Koha in /etc/apache2/sites-enabled. Could you check? Could you also run apache2cl test and verify that it does not report errors? > sudo apachectl restart works Or even apache2ctl btw. > Why not use what comes with KTD? restart_all Not sure if restart_all includes an Apache restart or only Plack. Have tried to find the code for restart_all in the ktd repo but couldnt find it.. > 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.) Thats weird if the apache file is indeed included. If it would not be, then it is an expected result. > (This is why numbering the steps in the test plan are recommended, when > commenting I can then say step x .....) I will submit a test plan with numbers still. -- 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/
