Error in export CSV and Error_report and Debug files empty

Hi ,
When I try to generate a csv file from big data table ( i use generatecsv library ) any file is generated and i can’t verify problems because error_report and debug _file are empty ( 0 Kb).
Can You Help Me ??
Many thanks
Antonello

Hi,
are you using php/java/.net export version?
Make sure that maxPostSize server configuration is enough big.

Hi,
Sorry ,is php… I Try to increase post_max_size in php.ini
many Thanks
Antonello

Hi,
Now, after the increase post_max_size information in php.ini, generatecsv write debug.xml , any error file is writed , But i do not undertand why the Csv download file operation do not appear.

I can found what is the problem in Debug File ??

P.s. File to generate it’s real big ( 40/50 MB ) it’s a problem ?? there is a row limit in Csv file ??
Many thank
Best regards
Antonello

Hi,
are you using csv-export on php?
Does download file operation appear when you’re exporting not so many rows?

Hi,

Yes, I use csv export PHP .
Yes, download appear when I exporting not so many rows.
And debug file is created and any error file is created.
Any Idea where is the Problem ??

Many thanks
Antonello

Hi,
I guess that error is caused by server limitations - execution time, available memory size or something else. Have a look at PHP error-log, it should contain info about error which stopped request processing.