https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #168570|0                           |1
        is obsolete|                            |

--- Comment #19 from David Nind <[email protected]> ---
Created attachment 168577
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168577&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
Signed-off-by: David Nind <[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/

Reply via email to