https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685 --- Comment #18 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 168570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168570&action=edit Bug 23685: Exclude guided_reports.pl from plack When attempting to export reports in ODS format from Koha, plack can time out Excluding the script from plack is a simple fix until we have a more permanent fix for this issue. To test: 1. Create a report which will generate an enormous number of rows, such as SELECT biblio.* FROM biblio CROSS JOIN biblio b; (add a limit of 10000 or something if you like i.e. SELECT biblio.* FROM biblio CROSS JOIN biblio b limit 10000;) 2. Run the report 3. Apply patch, copy changes to /etc/koha/apache-shared-intranet-plack.conf 4. Restart all the things 5. Download the results in ODS format 6. Confirm the export works as expected Sponsored-by: Waikato Institute of Technology -- You are receiving this mail because: You are watching all bug changes.