Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webstartavenue

    (@webstartavenue)

    I have fixed this issue in the latest version. There was an issue detecting Imagick support. Let me know if it is resolved for you.

    Hi there

    I am also having an issue with the plugin locating Imagick.

    This is a quote from an email received from our web host providers …

    ImageMagick is installed on the webserver. You may want to check with WordPress support for further assistance.

    yum list installed| grep ImageMagick
    ImageMagick.i386 6.2.8.0-4.el5_5.3 installed
    ImageMagick.x86_64 6.2.8.0-4.el5_5.3 installed
    ImageMagick-devel.i386 6.2.8.0-4.el5_5.3 installed
    ImageMagick-devel.x86_64 6.2.8.0-4.el5_5.3 installed

    Yet the plugin page continues to show the message …

    WARNING: Currently your web server does not have Imagick installed. This will prevent WSA Favicon from creating ICO files with support for multiple resolutions or transparency. Please ask your web hosting provider for instructions on how to install Imagick.

    Any idea on how this can be resolved please?

    Thanks

    Richard

    Plugin Author webstartavenue

    (@webstartavenue)

    Hi Richard,

    In addition to install imagick on your server you will also need to install the PHP extension, typically done using PECL, by running the command:

    pecl install imagick

    Also, do you know what version of PHP you are using? The plugin will require PHP 5.

    Let me know if this works for you!

    I have the same problem. My host’s website says the following:

    ImageMagick is installed on all of our hosting servers, located at:
    /usr/bin/convert
    You can check versions with the following command:
    convert -version
    The ImageMagick/MagickWand extension for PHP is also available all servers. To invoke it, verify you have the following variable set in your php.ini:
    extension_dir = ‘/usr/lib64/php/modules’
    Then, add the following line to your php.ini:
    extension=magickwand.so

    Yet the plugin cannot find ImageMagick. I am on shared hosting, and although I don’t know exactly what PECL is, it does not sound like something I have access to.

    By the way, I have added both the lines they mention to my php.ini file, and I still don’t have success on the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WSA Favicon] Don't work’ is closed to new replies.