|
|
| |
1. file size limit? |
|
Reply |
|
|
 Dejan | 2009-03-20 03:40:05 |
| I have had great luck with this handler except with bigger report I noticed if the excel sheet gets bigger than 1.12 MB the file gets corrupt with no data, is there a setting I'm missing? |
| |
2. Re: file size limit? |
|
Reply |
|
|
 Dejan | 2009-03-20 19:10:09 - In reply to message 1 from Dejan |
SOLVED!
Had to adjust the php.ini file to following
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 620 ; Maximum execution time of each script, in seconds
max_input_time = 620 ; Maximum amount of time each script may spend parsing request data
memory_limit = 512M ; Maximum amount of memory a script may consume |
|