cancel
Showing results for 
Search instead for 
Did you mean: 

Readiness check failure: iconv PHP Extension

Readiness check failure: iconv PHP Extension

Hi, I've had a few readiness check failures (zip extension, intl extension, couple of config issues) but I've managed to correct them all apart from this one. I'm stumped!

 

I'm using

OS: Centos release 7.3.1611 (Core) (3.10.0-327.36.2.el7.x86_64)

PHP 5.6.3

Magento 2.1.1

It's on a cPanel WHM installation.

The offending extension, iconv, doesn't appear as a section on the phpinfo page. I can't find an iconv.so file - not sure if I should be able to.

 

Any ideas?

 

Thanks

 

Andy

1 REPLY 1

Re: Readiness check failure: iconv PHP Extension

You have to install all missing extensions that you saw during readiness check.

If you have direct access to the server, and you're able to install extensions, just execute

sudo apt-get install php5-intl php5-iconv

And you'll have to do the same for other missing extensions.

If you don't have access to it, you'll have to ask your System Admin or Hosting provider to install those extensions for you. That's the only solution.

 

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue