Hello everyone,
I have a rather big report (more than 40 columns and more than 30000 rows).
At the beginning, I had a memory error, that I got rid of by changing the "memory_limit" setting of php.ini.
Now, I do not see any error any more but after 55 seconds of execution, I get a blank page. I cannot see any explanation since the "max_execution_time" of php.ini is 120.
Both Excel and CSV exports fail. HTML export is ok, but is far from being a good solution, considering the high amount of data.
Would you have any solution for me?
PS: the query itself only needs a few seconds to be executed by mySQL