| it's not something as simple as running out of max_memory? If you resize very large images (especially if there are multiples), the script will need quite a bit of max_memory to complete. I've had this issue when resizing 4 large images into thumbnails via a PHP script.
You could contact UH & see what you're max_memory is, and whether there's any room to increase (maybe just temporarily to see if the problem can be isolated).
The other thing to watch out for is browser time-out (which would be set in the visitor's browser settings). If a script takes too long to respond, the browser time-out will kick in and display a "site takes too long to respond" or similar message. The solution for that would be to split the script into chunks & resend bits to the browser (e.g. updates such as "1st image uploaded ..... 2nd images uploaded .. ") with browser refresh so the time-out doesn't kick in.
__________________ Underground, Overground, Wombling Free!
Last edited by Terra : 23rd July 2008 at 11:05 AM.
|