I am getting this message on my watchdog, any feedback is appreciated.

Comments

dopry’s picture

Status: Active » Postponed (maintainer needs more info)

details about it.. no other errors? what action is id 7?

apersaud’s picture

Hi Dopry,

I was getting the same watchdog message for all my Imagecache action presets. All of my actions were failing and therefore no thumbnails were being created for my uploaded images.

After much frustration, I figured out that my problem was that I did not have the GD module for PHP installed (which is required for the GD image toolkit which comes with Drupal, and also required for Imagecache). In addition, you need to also make sure that when installing the GD module, you enable the image formats you need (e.g. jpg).

That solved it for me! Hope this helps.

moshe weitzman’s picture

@dopry - hook_requirements() is an easy way to stop users from installing a module when they don't meet a requirement. Useful for preventing spurious issues. see http://api.drupal.org/api/function/hook_requirements/5

dopry’s picture

@Medya,
that means that preset is 7 failed to generate an image... most like the source image doesn't exist, or your webserver does not have permissions to write the file. Imagecache 1.x has very little error reporting, so it's hard to know what really happened. Is there anything in your web servers error_log.

@moshe, Yes, hook_requirements is heavily used in 2.x. 1.x is receiving minimal support right now while I get 2.x ready to release. I would currently recommend upgrading to imagecache 2.x. Make sure you install ImageAPI first or everything goes to hell...

drewish’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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