• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Intl PHP Extension for PHP 7.2

epole73

New Pleskian
Hallo,

am tried everything, but i can not solve my issue. I can not install a Webshop, because of missing the "Intl PHP Extension".

Can someone help me with that? Is it installed autoamtically in Plesk or do i have to do this?

Kind regards,
Jake
 
Which OS are you using? Which PHP, Plesk's PHP 7.2 or..?

Does your application have an online installer or are you installing it from the command line? If the former is the case, has the correct PHP handler been selected for the domain in Plesk? If the latter is the case, are you using the correct PHP binary?

I just ran this on CentOS 7, using PHP 7.2 provided by Plesk (note the path to the php binary):
Code:
[user@server ~]# /opt/plesk/php/7.2/bin/php -m |egrep intl
intl
[user@server ~]# cat /opt/plesk/php/7.2/etc/php.d/intl.ini
; Enable intl extension module
extension=intl.so

And this is on the same CentOS 7 server, using PHP 5.4.16-46.el7 provided by the OS:
Code:
[user@server ~]# php -m |egrep intl
<empty output>
 
Back
Top