I'm continually getting this error from the status report page and (a similar one from) the image api settings page, and I don't know why.
"ImageAPI Toolkit -No ImageAPI toolkits available
ImageAPI requires a Toolkit such as ImageAPI GD or ImageAPI ImageMagick to function. Go to admin/build/modules and enable one of them."
This has just cost me hours, and I've got no resolution and no idea. I've tried tracking through the code, but for some reason imageapi.module fails at line 120.
foreach (module_implements('imageapi_toolkit', true) as $module) { // nothing happens :( }
Obviously the GD and ImageMagick modules are there. GD was installed, everything was ok the other day, but I cannot undo this problem or find out what's causing it.
This is with :
ImageAPI 6.x-1.3 AND dev
ImageCache 6.x-2.0-beta8
ImageField 6.x-3.0-alpha4
I tried with the dev versions, and even rolled IC back to b6 but nothing works. I get this error every time. :(
Comments
Comment #1
drewish commentedDid you enable the imageapi gd module though?
Comment #2
niklp commentedWell... yeah :)
ALL the modules were enabled, but the error persisted.
Comment #3
drewish commentedyou ever figure this out?
Comment #4
niklp commentedNope :( It's still lurking in the site, no ideas/clues...
Edit: are there any environment variables, checks, server things I could look for?
Comment #5
niklp commentedDaym, baby. Updated to 6.10 and it just went away. No idea...! :/
Who cares, I guess?!
Comment #6
eyeandsee commentedI just updated from 6.13 to 6.14 and now i have the same problem above. Worst is I can't activate/enable ImageAPI GD2 and ImageAPI ImageMagick Toolkit. Everytime I checked their boxes and press save configuration, it will just reload the page again and the two boxes unchecked again. I can activate other modules with no problems though. It was not like this before the update. Does this means that the two toolkits for Image API has problem with drupal 6.14?
Comment #7
eyeandsee commentednevermind... I found the problem... It's a fault in my part! ^_^ I overwrite my customized .htaccess with the default one included in the drupal zip file. I just customized it again and everything is back to normal ^_^