From: Peter F. <pe...@si...> - 2006-03-02 21:48:37
|
Aaron Axelsen wrote: > In my phpesp install (1.8), I have a survey that has 588 responses, > and the survey itself has only 17 questions though. I wonder if > anyone else have ever had a survey of your size that they have tried > to export? It very well sounds like it could be timing out php just > because of the amount of time it could take the script to run. Could be...but what would be making PHP time out? Surely it will simply carry on processing until it's finished: it shouldn't be entering any wait states. > Have you tried the "Save to server" option? What does that result > produce? Exactly the same: a null file in /tmp ///Peter |