Unsorted issues > Bug (done?)

CSV export error / #4380

Summary

done?
Mar 13, 2007
100%
Mar 13, 2007 / burger
Jun 3, 2008 / stenyak
burger
 

Attached files

No files uploaded
If a list has a lot of lines then the export fails.

In the excel document the error message occurs:
mamimum execution time of 30s exceeded

Is it okay if I add

from std/export.inc.php

set_time_limit(300);
??

Because if I do this then the export works.

Issue report

Minor
Have not tried
Firefox 2.0.1, (WAMPP and XUbuntu)
0.0796
 

4 Comments

pixtur

Mar 14, 2007
sure...
But isn't there a possibility for unlimited execution time? How long is the list you exported? Which list was it?



burger

Mar 14, 2007
version 2
...
I found out that if I set the time limit to

set_time_limit(0);

then the script runs without any time limit.

Otherwiese we could also use

ignore_user_abort(true)

Here the script runs in the background.

I exported a effort list with 36 efforts.

pixtur

Mar 15, 2007
slow?
The export of just 36 efforts took that long??? Then this seems to be a bug!

burger

Mar 23, 2007
Can you check what's the problem?
I think only the efforts make some problems because if I make a csv export of a task list with more tha 36 tasks then there are no problems.

Or should I check what's the reason for the problem with the effort list?
 

Comment / Update