I am having the same issue. I reported the bug I think you are thinking of.
In that case changing the limits in php.ini fixed the problem for HOST. However I still have the problem on my ARM port. And this is the most up2date information I have on the problem. I set: set_time_limit(0); in my uploader.php script in order to override any php timeouts. Enable php error logging upload a file. in /tmp a file named cherokee_tmp_249Wq2 grows to the size of the file I am uploading. Now in my uploader.php script if I print the array: print_r($_FILES); I see that the file php is looking for is phpLxBLBo On my HOST, once cherokee_tmp_249Wq2 finishes another file is created in tmp called phpLxBLBo (note both files are in tmp at same time in my case they are both 1024megs) once phpLxBLBo is finished being created cherokee_tmp_249Wq2 is removed and my php function move_uploaded_file() can clearly see phpLxBLBo and moves the file and all is well. However on my ARM port a time out must be happening as phpLxBLBo is never created and the cherokee_tmp_249Wq2 is removed and move_uploaded_file() throws an error saying no such file named phpLxBLBo I am still rooting around with this problem here. My situation is a bit different as I am working on an embedded device and cross-compiling to ARM so I have a few hoops to jump... Let me know if you find anything more then I have. Cheers, Vito. On Thu, 2009-04-30 at 08:32 -0700, Oli Warner wrote: > I'm certain I've seen something similar on the lists before but can't > find it now, when I need it. > > I'm doing a Wordpress import of a HUGE (in data terms) XMl file. 18 > megs. I gzipped it to ~3megs for upload. It uploads fine but when > processing, it stumbles and displays a "Page did not return any data" > firefox error. It's doing the importing but getting stuck some way > through it (about 15 seconds in). > > I've pimped my /etc/php5/cgi/php.ini so that it shouldn't time out > within 5 minutes or 20megs of upload/post. What am I forgetting? > plain text document attachment (ATT8189353.txt) > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee -- Vito Sansevero <[email protected]> Build Systems Manager Consumer Business Group Cisco Systems. pgp fingerprint E623 BD37 8B02 5C64 0B85 C0E6 5AA7 AB32 4D6D 7EFF ---- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
