https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42175
--- Comment #6 from David Cook <[email protected]> --- Created attachment 196601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196601&action=edit Bug 42175: Fix Mojo under k.t.d This patch fixes Mojo under k.t.d by providing CGI::Compile with an absolute rather than relative path. TO TEST: == APPLY PATCH == a) run reset_all b) run apachectl stop (if apache does not stop, may need to `sudo kill -9 apache2`) c) run /kohadevbox/koha/bin/opac prefork -m production -p -l http://*:8080 & c) run /kohadevbox/koha/bin/intranet prefork -m production -p -l http://*:8081 & d) confirm you can use k.t.d. as normal == SIGN OFF == Signed-off-by: Eric Phetteplace <[email protected]> Signed-off-by: David Cook <[email protected]> -- 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/
