I'm trying to set up a site using imagefield,imagecache,etc.
Two related problems:
* despite having imagemagick installed on the server, and confirmed by the ImageAPI module, the Image toolkit module says "No image toolkits found"
* imagecache isn't working - I have both a "thumbnail" and "preview" size defined, but neither one is being created
I've done some searching on the topic, but am not quite getting a clear answer. It seems that I might have to copy some include files from somewhere in the module's files to an include directory (presumably drupal's, but maybe not?) somewhere. I can't seem to find the right files or where to put them.
Thanks!
I'm using
Drupal 5.7
ImageField-5.x-1.1
ImageAPI 5.x-1.1
ImageCache 5.x-2.0







just to be clear...
ImageAPI acknowledges that I have the GD toolkit installed too.
Other Modules
Do you have modules like the imageapi GD module installed? The imageapi module provides a pluggable interface. You need another module to take advantage of that. The GD one allows it to use the GD library.
Matt Farina
Geeks and God Co-Host
www.innovatingtomorrow.net
www.mattfarina.com
Yes, I have both the
Yes, I have both the ImageAPI GD module installed and the ImageAPI Imagemagick module installed - and I've tried both with no luck.
The ImageToolkit module says it doesn't detect either one.
?
???
[incorrect comment regarding GD vs GD2 deleted here]
Hmmm....
Well, it was all solved by that most elegant (or is it most inelegant?) solution of a fresh install.