Closed (duplicate)
Project:
Webform
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2008 at 17:30 UTC
Updated:
4 Apr 2009 at 00:40 UTC
I get a blank page while triying to download cvs file results from a webform with more than 10000 submissions. In the past when I had this problem I increased the php memory limit but now I'm trying with more than 300 Mb and it doesn't work.
Comments
Comment #1
Yanivs commentedHi,
I have a similar issue with 24000 results. When I want to see/download the results I get a blank page.
I installed the whole website on a local server and everything works fine, so it might be server resources issue.
Does somebody know if it's possible to add pagination to the results so they will not come as one big block and choke the server?
Thanks,
Y
Comment #2
Yanivs commentedThis might be a solution: http://drupal.org/node/132279 (at least for the results page)
Y
Comment #3
amanda commentedThis is a server resources issue:
You can tweak your settings.php to increase memory and execution time by adding lines like this to the top:
But at some point it is going to become unreasonable to ratchet up the PHP resources devoted to the webforms module.
Comment #4
amanda commentedAnd, alpha8007 is correct: there are pagination patches to address problems viewing the results. I haven't found anything to help download the results.
Comment #5
damienmckennaI'm trying to cover all timeout-related bugs in #423350: Improve efficiency of options in select.inc, please take further discussions to that ticket.
Comment #6
quicksketch