Closed (cannot reproduce)
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 06:46 UTC
Updated:
24 May 2012 at 06:56 UTC
I'm using imagecache and IMCE image field to upload the images. But it seems that these two components don't work together. When I upload the images, it's not saved in the imagecache preset folders.
Any ideas?
Comments
Comment #1
lgierth commentedHi evanzyl,
ImageCache creates the (thumbnail) images when they are requested for the first time.
1. Image was uploaded to sites/default/fiels/my-image.jpg
2. sites/default/files/imagecache/thumbnail/my-image.jpg is being requested
3. The request is dispatched to Drupal because the file doesn't exist
4. Drupal dispatches the request to ImageCache which creates the requested file
5. ImageCache sends the created file to the client
Best regards,
Lars
Comment #2
lgierth commentedThis seems to be duplicate of #598338: Imagecache not working in 6.14.
Comment #3
fizk commented