https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42175 --- Comment #2 from Eric Phetteplace <ephetteplace@cca.edu> --- Created attachment 196590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196590&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 <ephetteplace@cca.edu> -- You are receiving this mail because: You are watching all bug changes.