This is probably due to incorrect file permissions. Can you make sure that wp-content/uploads folder has the permissions: 755?
For more details on WordPress permissions see http://codex.wordpress.org/Changing_File_Permissions
It should be a menu item called “Favicon” under “Settings” in the Admin area, after you activate the plugin
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 fixed this issue in the latest version. There was an issue detecting Imagick support. Let me know if it is resolved for you.