These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for PHP module intl not installed. Please ask your server administrator to install the module. on the new forum.
Howdy,
Just to verify which PHP version the intl module is installed for, what is the output of this command:
rpm -qa | grep php | grep intl
php56w-intl-5.6.38-1.w7.x86_64
Howdy,
Okay, two things jump out at me --
One, it looks like you're using some third party packages there. We do see issues when using packages coming from third parties, we only recommend using the default packages available to CentOS, along with packages coming from the SCL repo.
Two, your server does indeed have the INTL module installed, but only for PHP 5.6.
If you're saying that your app is using PHP 7, you'd need to install the INTL module for that particular PHP version.
-Eric
Thank you very much