I'm getting this error on a D7 installation (latest CVS):

User error: ImageMagick reported an error: <em class="placeholder"></em> in _imageapi_imagemagick_convert_exec() (line 230 of /var/www/d7-cvs/sites/all/modules/imageapi/imageapi_imagemagick.module).

Nothing urgent, but I want to leave a trace here.

Comments

Anonymous’s picture

Probably the problem lays here

    if (!$return_code) {
      // If ImageMagick returned a non-zero code, trigger a PHP error that will

which does actually the opposite of what the comment says, as it will trigger with return code 0

chrissearle’s picture

Reversing the if condition certainly removes the error message ;)

drewish’s picture

Status: Active » Closed (duplicate)
sea4’s picture

i am getting a similar error when i try to enable imagemagick toolkit.