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

iris_hbo’s picture

Have you set the permissions right?

drewish’s picture

Status: Active » Postponed (maintainer needs more info)
evanzyl’s picture

Yes, 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.

smk-ka’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Marking 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).

itsmewes’s picture

The 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.