The iconv extension is required in Magento. Is it possible to enable it?

Linode Staff

How can I enable iconv in Magento?

1 Reply

It's absolutely possible to enable iconv.

The Magento help forum gives the command that you can run to enable missing php extensions, including iconv:

sudo apt-get install php5-intl php5-iconv

As the example uses php5, make sure you replace that with the version of php you have installed on your server.

Enable iconv in Magento

CPanel's help forums also gives a simple way of accomplishing this by using 'yum install. The syntax of the command as is follows:

yum install ea-php56-php-iconv

As noted in the previous example, make sure you use your version of php in place of 'php56'

Enable inconv for CPanel

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct