Hello.
Recently at work I was assigned to maintain our incident platform. We have a problem at the moment and it is that we cannot export all the incidents in a single action when the amount exceeds more or less 7000 incidents, giving us an error that the page is temporarily not working.
This happens when we are going to export to excel with the options: Export to CSV, Export to Excel.
We have reviewed the logs and the warning we have is that:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15331394 bytes) in Unknown on line 0, referer: http://XX.XXX.XX.XX/mantisApp/view_all_bug_page.php
MantisBT version 1.2.15
Scheme version 183
PHP VERSION: 5.4.16
Thank you.
Note: This is a translation.
I can't export all incidents to Excel
Moderators: Developer, Contributor
Re: I can't export all incidents to Excel
You can increase PHP memory_limit setting to fix it https://www.php.net/manual/en/ini.core. ... mory-limit
-
- Posts: 2
- Joined: 14 May 2023, 15:57
Re: I can't export all incidents to Excel
Hi!
It's really works.
Thanks.
It's really works.
Thanks.