Closed (duplicate)
Project:
Webform
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 04:37 UTC
Updated:
31 Mar 2010 at 18:27 UTC
Trying download 7000 questionnaire data(6 fields each), server timeout is too low. Is there other way to download data?
Comments
Comment #1
quicksketchYou can try increasing the memory and timeout limits on your PHP installation. You can define these settings in settings.php (in sites/all/default), in the .htaccess file, or in php.ini
Comment #2
quicksketchClosing after lack of response.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
q0rban commentedIs there a way we can have this export in batches? I have over 36,000 submissions I need to download, and it makes sense that it shouldn't be trying to do this all in one go.
Comment #5
q0rban commentedTwo other possible solutions would be to have a textfield to specify which records to download say records 0-999, 1000-1999 or a drush command for exporting.
Comment #6
robbertnl commentedSubscribing, same issues. 120 sec and 200mb memory is not enough for over 4000 subscriptions
Comment #7
Iowagirl commentedSubscribing, same issue.
Comment #8
quicksketchThis should be merged with #381068: Start and End Dates Needed for Submissions Export. I should also note the threshold for downloading in the 3.x version should be higher, after we added #423350: Improve efficiency of options in select.inc and other caching to the token replacement.