• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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