• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Want to install imagick

What exactly is "not fixed"? Could you please be more specific?
 
What exactly is "not fixed"? Could you please be more specific?
i try this steps

  1. Download the ImageMagick archive with the version 6.9.3 with an appropriate architecture (x32 or x64) from php.net

  2. Unpack it to C:\ImageMagick.

  3. Download the latest stable PHP Imagick DLL from PECL repository, according to the thread safety and architecture of PHP;

  4. Copy the php_imagick.dll file into the %plesk_dir%Additional\PleskPHPxx\ext folder, where xx should be substituted by the desired PHP version;

  5. Append the configuration file, %plesk_dir%Additional\PleskPHPxx\php.ini with the following entry:

    extension=php_imagick.dll

  6. Prepend the PATH environmental variable in Control Panel > System and Security > System > Advanced system settings > Environment Variables > System variables > Path with the following value:

    C:\ImageMagick\bin;

    Warning: Do not remove existing values from this variable.

  7. Grant IIS_IUSRS group with 'Read & Execute' permission to C:\ImageMagick and all subfolders and files;

  8. Recycle IIS Application Pools in Domains > example.com > Dedicated IIS Application Pool for Website > Recycle for all affected domains to load Imagick PHP module.


bot imagick not actived
 
Back
Top