Impossibility to export report with more than 1000 lines

Hi,

I am trying to export a report but it does not work with over 4000 lines. I don’t understand because in my modules I can export more than 50k lines, I have as parameters in my php.ini:
post_max_size = 410M
upload_max_filesize = 400M
max_input_time = 1000
memory_limit =256M

Do somebody have an idea on how I can handle that problem?

Thanks in advance

check:

max_execution_time = 6000
max_allowed_packet = 128M

Also your memory limit is light. I’d go 512MB min.

As Paul suggested, you need to increase those numbers and try it out.

Let us know!