https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42101
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Nind <[email protected]> --- I attempted to test (using KTD), but I'm not getting the results in the test plan: 1. For step 4, I get: [Fri May 22 23:02:40.796083 2026] [cgi:error] [pid 2177:tid 2177] [client 172.18.0.1:42650] AH02811: stderr from /kohadevbox/koha/mainpage.pl: script not found or unable to stat 2. For step 6, there is no new log entries output by the tail command: [Fri May 22 23:02:40.796083 2026] [cgi:error] [pid 2177:tid 2177] [client 172.18.0.1:42650] AH02811: stderr from /kohadevbox/koha/mainpage.pl: script not found or unable to stat There is no new log entry, so not sure how to reproduce the problem. Command line output for steps 1 to 6 ==================================== Step 1 ------ sudo koha-plack --disable kohadev Plack disabled for kohadev OPAC Plack disabled for kohadev Intranet sudo koha-plack --stop kohadev Stopping Plack daemon for kohadev:. sudo service apache2 restart Restarting Apache httpd web server: apache2. Step 2 ------ mv mainpage.pl mainpage.pl.test Step 3 ------ Accessing 127.0.0.1:8081/cgi-bin/koha/mainpage.pl generates an Error 404 page. Step 4 ------ tail /var/log/koha/kohadev/intranet-error.log [Fri May 22 23:02:40.796083 2026] [cgi:error] [pid 2177:tid 2177] [client 172.18.0.1:42650] AH02811: stderr from /kohadevbox/koha/mainpage.pl: script not found or unable to stat Step 5 ------ sudo koha-plack --enable kohadev Plack enabled for kohadev OPAC Plack enabled for kohadev Intranet sudo koha-plack --start kohadev Starting Plack daemon for kohadev:. sudo service apache2 restart Restarting Apache httpd web server: apache2 Step 6 ------ tail /var/log/koha/kohadev/intranet-error.log [Fri May 22 23:02:40.796083 2026] [cgi:error] [pid 2177:tid 2177] [client 172.18.0.1:42650] AH02811: stderr from /kohadevbox/koha/mainpage.pl: script not found or unable to stat -- 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/
