Closed (duplicate)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
imagecache_image module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2009 at 17:09 UTC
Updated:
3 Nov 2009 at 11:26 UTC
I'm using drupal 6.14 and Imagecache 6.x-2.0. When I create a preset it creates the folder, but when I upload an image nothing happens. It's not saving the uploaded image in the folders under files/imagecache/preset-folder/
Can anybody shed some light on this please!
Comments
Comment #1
iris_hbo commentedHave you set the permissions right?
Comment #2
drewish commentedComment #3
evanzyl commentedYes, I've set the permissions on the folders. Imagecache creates the folder and preset example image, but when I upload an image it doesn't save in the preset folder.
Also, I'm using IMCE image field to upload the images.
Comment #4
smk-ka commentedMarking as duplicate of #603996: IMCE image field and imagecache npt working together. Note that uploaded images are not saved to files/imagecache/preset-folder/, but somewhere else under files/. They are *generated* in files/imagecache/preset-folder/ when they are first requested using an ImageCache preset (which does not happen automatically).
Comment #5
itsmewes commentedThe same thing was happening to me, what worked in the end was to enable ImageAPI GD2 in my modules under imagecache. So I have ImageAPI and ImageAPI GD2 ticked. I have also found that having the image module helps as well.
Hope this helps.