hi --
I hope this report goes here and not ImageAPI or ImageCache ... I have not found anything similar after looking briefly.
none of the thumbnails used in the admin widget preview are rendering on my site after uploading an image. The attached image shows that the file is uploaded properly and was able to be processed by imagecache into the wysiwyg editor when I drag-and-dropped the file. But all thumbnails are never created for the admin widget preview.
I am using ImageAPI with ImageMagick reporting to Drupal:
Version: ImageMagick 6.5.3-7 2009-06-14 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
I have a custom ImageMagick path outside of /usr/bin set to:
/Users/david/ImageMagick-6.5.3/bin/convert
I am running Safari 4.0.3 on OSX 10.5.6
regards,
-dg
| Comment | File | Size | Author |
|---|---|---|---|
| example_error.png | 135.14 KB | dgurba |
Comments
Comment #1
quicksketchImageField did not support ImageAPI or ImageMagick before #618024: Add support for ImageAPI when creating admin_thumb, so you're probably experiencing this problem because you do not have GD properly configured on your servers. The 3.3 version of ImageField will correct this problem since it adds support of ImageAPI.