Installing Internationalisation module for PHP7

Hi, I may i know of if PHP Extension intl. is already installed or not ? and if yes how to enable i did un commented in"php\7.0\cli\php.ini" but still not working and if its not installed please let know how to install it

Thanks

Hi, I am trying to install WP Sharks Core, and got following notice:

PHP Extension(s) Missing WP Sharks™ Core is not active. It depends on PHP extension(s): intl.

I think I have same situation as yours.

Have you got your answer ? or Is there anyone could help?

Thanks.

Hello,

You just have to install php7.0-intl :

apt update && apt install php7.0-intl -y
1 Like

thank you very much. I will try.

Best