I think I have followed your instructions properly, I have all the right modules and configured them, but when I go to /gallery I get what you see in the attached image.

Here's some more information:

*Created a content type called "Image Storage" of type image_storage and added a field called "Image Here" (name field_imagestor). I'm not sure what to choose on the Display Fields page, right now they're both set to "Image" but I've tried several combinations.

*Created a vocabulary called "Albums" and selected "Image Storage" under content types. Added a term called Screenshots to Albums.

*Added a new Imagecache preset called image_thumbnails. Added an action to resize (30 x 30).

*Created new Image Storage content, selected Screenshots from the Albums drop-down, and under "Image Here", I uploaded my jpg file.

*Went to Simple Gallery settings, set my ID to 3, set the CCK ImageField to imagestor, Imagecache Preset to image_thumbnails, and saved.

The image shows up on the new node page and also on the Screenshots page, but on the Gallery page I get the attached image. Did I miss a step or do something wrong?

Thanks!

CommentFileSizeAuthor
gallery_problem.jpg20.28 KBsfields

Comments

NeoID’s picture

I've also got a problem with the images not showing, however, the reason is that imagecache doesn't generate the image in the folder it should be...
Have you checked your images location?

sfields’s picture

Is it supposed to generate images to a folder like "sites\default\files\imagecache\image_thumbnails\sphere.jpg" ?

It isn't doing that.

But, I just found that if I go to an address like "http://localhost/Drupal/index.php?q=sites/default/files/imagecache/image...", it adds the image to the folder and then my image displays on other pages too.

Hmm... but I can't really get this trick to work consistently...

sfields’s picture

Status: Active » Fixed

Ok, I figured out that my problem was due to Imagecache not working because I didn't have clean URLs. Fixed now.

NeoID’s picture

I've got it fixed too now, reason was missing rewrite-rule for imagecache on my server running lighttpd... :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

GorillaSushi’s picture

Status: Active » Closed (fixed)
GorillaSushi’s picture

Status: Closed (fixed) » Active
GorillaSushi’s picture