Struggling to Install - Windows Server

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
scottlpool2003
Posts: 2
Joined: 2013-06-24T05:19:26-07:00
Authentication code: 6789

Struggling to Install - Windows Server

Post by scottlpool2003 »

I'm trying to install ImageMagick on a Windows 2008 Server.

So far, I've managed to get it working via command line, but as soon as I (after dropping the dll file into the ext folder - PHP5) alter the php.ini file, all websites on the server crash out with a 500 Internal Server Error.

Below is the error:
Faulting application name: php-cgi.exe, version: 5.2.17.17, time stamp: 0x4d25fc25

Faulting module name: php5ts.dll, version: 5.2.17.17, time stamp: 0x4d25fb49
Exception code: 0xc0000005
Fault offset: 0x000f424c
Faulting process id: 0xb40
Faulting application start time: 0x01ce6e907c3b7a1b
Faulting application path: D:\Plesk\Additional\PleskPHP5\php-cgi.exe
Faulting module path: D:\Plesk\Additional\PleskPHP5\php5ts.dll

Report Id: b9e99b49-da83-11e2-9e5e-001999d4d205
When I take it out of the php.ini file, I see that it is still loaded under this section:
Path C:\Program Files\ImageMagick-6.8.6-Q16;
And this section:
_SERVER["Path"] C:\Program Files\ImageMagick-6.8.6-Q16;
Running via command line, it does work I tested it creating and editing an image with no problem.

Does anybody have any ideas?

Thanks
scottlpool2003
Posts: 2
Joined: 2013-06-24T05:19:26-07:00
Authentication code: 6789

Re: Struggling to Install - Windows Server

Post by scottlpool2003 »

Anybody?
Post Reply