Cannot export reports over a few hundred rows
We have an issue where we cannot export more than a few hundred rows in the reports module.
It's more or less a resource error, that is, either not enough memory (I've tried up to 768M for PHP) or not enough execution time (I'm at 60 seconds right now).
The latest error is:
Fatal error: Maximum execution time of 60 seconds exceeded in /path/to/sugar/include/utils/array_utils.php on line 48
This error spat out a huge array to the screen.
We could push on adding memory and time, but why on earth does the report work to html but not to CSV?
Is there anything we can do to improve this? Is there a 3rd party reporting extension that we can use if this is unfixable?
Last edited by mipapage; 2008-04-01 at 08:21 AM.
Sugar 6.XX Pro Onsite
Apache 2.0, PHP 5.25, mySQL 5.0
64-bit OS, Red-Hat, 16G ram, dual quad core.
xcache op-code cache, mod_deflate, memory_limit = 360M, max_execution_time = 120
> 40 users, ~500,000 leads, same #opps, 1 account, 1 contact, 2M calls.
Bookmarks