• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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