Install and activate php-intl module in easyengine

Hello guys. Lately I am trying to use a script on my server, in which I have installed easyengine. But the script requires that I have the php-intl module enabled on my server. I’ve tried everything, but I’m not able to install php-intl on easyengine. I would be very grateful if you could help me. thank you.

1 Like

If you are using php5.6 : apt install php-intl

If you are using php7.0 : apt install php7.0-intl

Hello, virtubox. I have already tried with these commands, but the script informs that intl is not installed. I’ll leave the link below, if you want to check. http://protect.saikoanimes.com/

Try phpenmod intl and service php5-fpm restart or service php7.0-fpm restart

1 Like

Hello Votubox. I was able to solve the problem. I upgraded php 5.6 to 7.0 and intl ran normally. Thank you for your help.

Okay, if anybody else is looking for a solution, the package is php5.6-intl, and not php-intl