X

Site Health Status Wordpress - The site health check shows critical information about your WordPress configuration and items that require your attention.

/

2 recommended improvements One or more recommended modules are missing Performance PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator. The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook (opens in a new tab).

  1. Warning The optional module, imagick, is not installed, or has been disabled.
  2. Warning The optional module, zip, is not installed, or has been disabled.

  Quick Solution:  Please ask your HOSTING Provider to install these libraries for your Projects. Install for all available PHP version you've installed on you Server. Bluehost Support Response: Thank you for being on hold. I have tried to install it using command line. It is still throwing error as All available perl module install methods have failed As I don't have much access, I may have to check with our specialist regarding this. We need more time to dig into it. So, I will be escalating the issue to one of our senior technical specialists to install the Imagick on the server for you. ******** is your reference number. We will make sure to update you as soon as possible via email.   Alternative Solutions:

Go to WHM -> Software -> Module Installers -> PHP Pecl (manage). 

On the box below “Install a PHP Pecl” enter “imagick” and click “Install Now” button – that’s all.

Restart Apache.

Install following using RPM

  1. WHM  » Software » Install an RPM
  2. Select  “ImageMagick“, click  install.
  3. Select  “ImageMagick-devel“, click  install.
  4. Select  “pcre-devel“, click  install.

Install following using Module Installers

  1. WHM  » Software » Module Installers
  2. Click PHP Pecl “Manage
  3. Search “imagick“, click Go.
  4. Finally  click  install.
  5. Restart  apache.

Install the Required Packages [If you have Linux Access]

The ImageMagick packages can be installed quickly from the default repositories. Log in to the server as the root user through SSH or the cPanel Terminal and run the following command:

yum install ImageMagick ImageMagick-devel

Sometimes the command will generate an error, so another package must be installed as a prerequisite:

yum install pcre-devel

On Cloud Linux servers with CageFS active, there is one additional step required in order to make the binary available to users. From the command line, execute these commands:

cagefsctl --addrpm ImageMagickcagefsctl --force-update

The following Solution through WHM is a bit Time-Taking Solution: Run following commands

Rebuild RPM Database

This will attempt to rebuild your rpm database if it has become corrupt. This procedure can take 1-30 minutes depending on the speed of this machine.