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

lgierth’s picture

Hi 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

lgierth’s picture

This seems to be duplicate of #598338: Imagecache not working in 6.14.

fizk’s picture

Priority: Critical » Normal
Status: Active » Closed (cannot reproduce)