From: Peter F. <pe...@si...> - 2006-02-22 23:08:01
|
Matthew Gregg wrote: > Check the PHP documentation for memory and execution time settings. > The settings are located in you system php.ini file. Thanks..I'm not a PHP person, so the only thing I'd ever checked in there was to make sure register_globals was off. I bumped the max script time up to 120sec and the memory max to 12Mb but it still writes a zero-length file. I bumped the memory max to 64Mb but still no luck. The Export Data function ends in less than a minute (ie goes to the Go Back To Management Interface screen) so it doesn't seem to be running up against a limit. Is there anywhere it logs its internal actions, and can this be turned on? I'd like to try and find where it's dying. ///Peter > On 2/21/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...>> wrote: > > Matthew Gregg wrote: > > Could PHP limits(memory/execution time) be stopping the user from > > exporting? > > I certainly hope not. It's a 40-question survey with 700 responses. > If there are limits on that, then PHP was the wrong language to use > for implementing a survey system! > > I exported the whole database and wrote a routine to piece together the > data for this survey and output it in CSV as the user wanted. Useful > exercise but not something I want to do every time a user does a survey. > > Can limits in PHP be overridden? > > ///Peter > > > On 2/17/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...> <mailto:pe...@si... > <mailto:pe...@si...>>> > > wrote: > > > > Aaron Axelsen wrote: > > > I recently experienced a problem of not being able to > download > > exports. > > > So far i have tracked it down to only happening in > Internet Explorer. > > > In other browsers like firefox it seems to work > fine. When i get a > > > chance i'm going to see if I can figure out why its not > working > > in IE. > > > Does your same problem happen in firefox and IE? > > > > Unfortunately not. The user has Windows and IE and I'm using > Linux and > > Firefox. Identical problem in both. > > > > ///Peter > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642> > _______________________________________________ > phpESP-general mailing list > php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > -- > D'oh! |