fastsgi error of - 2147467259 (0x80004005)
Posted: 2010-11-01T10:17:41-07:00
I get a fastsgi error of - 2147467259 (0x80004005), when ever I try to create the IMagick object. 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.
Code: Select all
$im = new Imagick($image);
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.