• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question PHP-extension 'intl' not found although installed

dpn1949

New Pleskian
Hello everybody

I try to launch a webshop.
I use a server with Ubuntu 18.04 LTS 64bit + Plesk Onyx installed und try apps offered within Plesk (Prestashop v1.7.5.2 in this case).
Although I think I installed the needed PHP extension intl (see the screenshot attached) I get an error message when I try to install the webshop (see the second screenshot attached).

Of course I've rebooted after I changed php.ini :)

I'm a bit confused.

Thanks for hints.

Peter

Bildschirmfoto 2019-09-23 um 21.52.34.png Bildschirmfoto 2019-09-23 um 21.51.31.png
 
What is php handler is used for your domain? For example, the intl and mysqlnd libraries are not enabled in PHP 5.6 by OS:

# php -m | egrep intl\|mysqlnd
(Empty Output)

Try to use PHP handler from Plesk, but not from OS vendor.
 
Back
Top