Page 1 of 1

fastsgi error of - 2147467259 (0x80004005)

Posted: 2010-11-01T10:17:41-07:00
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.

Re: fastsgi error of - 2147467259 (0x80004005)

Posted: 2010-11-01T10:22:01-07:00
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

Re: fastsgi error of - 2147467259 (0x80004005)

Posted: 2010-11-01T11:26:08-07:00
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.