I saw a similar post but regarding D5, http://drupal.org/node/262174 but I'm still stuck, I think maybe I have a different problem.

I want to learn about using ImageCache, but even though the module is installed, I can't see the administration screen. I'm logged in as User #1 (all permissions).

I'm using D6.10 and when I go to admin/build/modules it shows an ImageCache section, with the following modules all enabled:

ImageAPI 6.x-1.6 ImageAPI supporting multiple toolkits.

ImageAPI GD2 6.x-1.6 Uses PHP's built-in GD2 image processing support.

ImageAPI ImageMagick 6.x-1.6 Command Line ImageMagick support.

But when I go to admin/settings there's nothing listed for ImageCache.

There is something for ImageAPI, but it doesn't say anything about ImageCache and doesn't show any way to create or modify Presets.

Any ideas?

Comments

WorldFallz’s picture

As described in the imagecache README.txt file, the admin page for imagecache is located at: Administer -> Site Building -> ImageCache.

steve02476’s picture

Actually, the problem turned out to be a lot dumber than that... even though I had an "Image Cache" section in the list of installed modules, the actual Image Cache module hadn't been installed (or had been installed, and then went missing). So I had to (re)install the Image Cache module to "fix" this problem.

Why there was an Image Cache section with no Image Cache module, I don't know...

But I think everything's ok now. Thanks. -Steve

cog.rusty’s picture

Probably you had another module which labeled itself as belonging to the imagecache group (in its modulename.info file).

cog.rusty’s picture

There is this handy module, http://drupal.org/project/moduleinfo, which lists all the relevant links for any enabled module. You enable any module and then you start opening browser tabs to configure it.