• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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