• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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