Closed (fixed)
Project:
ImageField Zip/HTML5 Bulk Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 04:21 UTC
Updated:
11 Oct 2011 at 00:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedError from watchdog
Comment #2
mikeytown2 commentedGot a screen shot of the error
Comment #3
mikeytown2 commentedK, the error is a memory error & GD. I was trying to upload 36 files in one zip, splitting it up into 3 zips and the problem goes away. My guess is ImageMagick wouldn't have this problem.
Comment #4
mikeytown2 commentedProcessing one file at a time would fix this error I think. Create an array of files in the zip, iterate through it, del zip.
Comment #5
mikeytown2 commentedWith some help from here I've created the attached patch. It has been committed.
http://php.net/manual/en/ref.zip.php#96038