Hello everybody,
I need your support. I'm running Parallels Plesk Panel 12 on Windows Server 2012 R2. Running PHP 5.5.14.
I need to install ImageMagick. I successfully installed ImageMagick 6.7.7-5-Q16 with a proper php_imagick.dll on a Windows Server 2012 without issues.
On the Windows Server 2012 R2 with Plesk Panel I can not get that to work.
It does not appear in the phpinfo although I enabled the extension in the php.ini. I also tried adding it to the websites PHP settings in Plesk Panel but that did not work eighter.
I created a info file with the following content:
If I call it via the website, I'll get this response:
49 extensions, no imagick.
If I call the same php file from the command line, calling the same php-cgi.exe with the same php.ini, I'll get this result:
50 extensions, including imagick.
I don't know where the difference is? Why does Plesk fail on using imagick?
Please support me with this issue.
Thanks!
I need your support. I'm running Parallels Plesk Panel 12 on Windows Server 2012 R2. Running PHP 5.5.14.
I need to install ImageMagick. I successfully installed ImageMagick 6.7.7-5-Q16 with a proper php_imagick.dll on a Windows Server 2012 without issues.
On the Windows Server 2012 R2 with Plesk Panel I can not get that to work.
It does not appear in the phpinfo although I enabled the extension in the php.ini. I also tried adding it to the websites PHP settings in Plesk Panel but that did not work eighter.
I created a info file with the following content:
PHP:
print_r(get_loaded_extensions());
If I call it via the website, I'll get this response:
Array ( [0] => Core [1] => bcmath [2] => calendar [3] => ctype [4] => date [5] => ereg [6] => filter [7] => ftp [8] => hash [9] => iconv [10] => json [11] => mcrypt [12] => SPL [13] => odbc [14] => pcre [15] => Reflection [16] => session [17] => standard [18] => mysqlnd [19] => tokenizer [20] => zip [21] => zlib [22] => libxml [23] => dom [24] => PDO [25] => openssl [26] => SimpleXML [27] => wddx [28] => xml [29] => xmlreader [30] => xmlwriter [31] => cgi-fcgi [32] => curl [33] => fileinfo [34] => gd [35] => gettext [36] => imap [37] => mbstring [38] => mysql [39] => mysqli [40] => Phar [41] => pdo_mysql [42] => pdo_sqlite [43] => sockets [44] => sqlite3 [45] => xsl [46] => mhash [47] => ionCube Loader [48] => Zend OPcache )
49 extensions, no imagick.
If I call the same php file from the command line, calling the same php-cgi.exe with the same php.ini, I'll get this result:

50 extensions, including imagick.
I don't know where the difference is? Why does Plesk fail on using imagick?
Please support me with this issue.
Thanks!
Last edited: