I converted my apps to v8 this past week, and have found an issue when trying to export to Excel on some grids. I had some issues in the past with exporting large data sets to Excel, and it would time out and not show any errors. I am now showing an error that I don’t know what to do about.
When exporting, the following message shows (with varying amounts of bytes shown):
Fatal error: Allowed memory size of 157286400 bytes exhausted (tried to allocate 72 bytes) in /path/to/app/_lib/prod/third/phpexcel/PHPExcel/Style/Supervisor.php on line 123
I have changed php.ini settings max_limit and max_execution_time, but to no avail.
Anyone else seeing this error? I have done some Googling, but nothing found that makes sense yet.
Thanks.