Closed (duplicate)
Project:
Image
Version:
5.x-1.4
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2007 at 03:31 UTC
Updated:
31 Aug 2007 at 06:02 UTC
I'm running 5.2 and the latest Image module.
When I upload an image, it adds the image entry to the {files} table in the database, then creates the derivatives in the files/temp folder, moves them to the files folder, adds the derivatives to the database... then deletes the derivatives, deletes the derivative database entries, creates the derivatives, deletes, creates, etc... until PHP times out.
This happens if I create an Image node, or if I use Image_attach.
Comments
Comment #1
Renee S commented(btw, if I go to Edit Content -> Rebuild thumbnails, it works)
Comment #2
Renee S commentedI take it back, it doesn't work in Edit Content -> Rebuild Thumbnails either (it works for some already existing content, but not for new content).
Comment #3
Renee S commentedOk, more details:
I deleted all of my images, and everything worked fine. Then, I added a custom size, and it stopped working and exhibited the behaviour shown above.
Comment #4
drewish commentedhumm, try the new -dev release. i added a bit of code that might correct this.
Comment #5
Renee S commentedNope, unfortunately it's still acting the same.
Comment #6
drewish commentedwhat version of PHP are you using?
Comment #7
Renee S commentedPHP Version 5.2.1 on Win32/Apache2.2
Comment #8
drewish commentedplease try out the patch on http://drupal.org/node/160671#comment-297547
Comment #9
sami_k commented