Struggling to Install - Windows Server
Posted: 2013-06-24T05:26:58-07:00
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:
Does anybody have any ideas?
Thanks
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:
When I take it out of the php.ini file, I see that it is still loaded under this section: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
And this section: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._SERVER["Path"] C:\Program Files\ImageMagick-6.8.6-Q16;
Does anybody have any ideas?
Thanks