fastsgi error of - 2147467259 (0x80004005)

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
aljbookworm

fastsgi error of - 2147467259 (0x80004005)

Post by aljbookworm »

I get a fastsgi error of - 2147467259 (0x80004005), when ever I try to create the IMagick object.

Code: Select all

$im = new Imagick($image);
That is all I have to do to get that error message. I have looked and cannot figure out what this error is referring to. This spawns An unhandled win32 exception occurred in php-cgi.exe, in the iis event viewer. My php info page shows the extension loading correctly so everything should be ok there.
Any one have any idea what could be causing this error?
I am running php 5.3.3 and imagick v 2.3.0-rc3 and imagemagick v 6.6.4-8 2010-09-29 Q16.
Thanks for the help.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: fastsgi error of - 2147467259 (0x80004005)

Post by fmw42 »

Don't know the solution, but magick v 2.3.0-rc3 is very old and is at least up to v3.x You might try upgrading.

see also http://us3.php.net/manual/en/book.imagick.php
aljbookworm

Re: fastsgi error of - 2147467259 (0x80004005)

Post by aljbookworm »

I tried upgrading to the x86 / VC9 / non-thread-safe imagick dll and in my php info page it no longer specifies the imagick module version and just says @PACKAGE_VERSION@, and it did nothing about the error that I was getting.
Post Reply