• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How to enable the intl extension in Plesk

max2334

New Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
18.0.59
Hi everyone,

how can I enable the intl extension in plesk? I already set Tools & Setting > PHP Settings > 8.0.30 FPM and selected intl from the list. It doesnt work. So I added in website & domains, php settings in additional directives and added extension=intl. but in phpinfo, the intl.default_locale is still empty.

Thanks


Bildschirmfoto 2024-03-13 um 02.35.57.jpg



Bildschirmfoto 2024-03-13 um 02.35.33.jpg



Bildschirmfoto 2024-03-13 um 02.34.45.jpg
 
From the looks of it, you do have it enabled and loaded, otherwise that extension wouldn't be showing in your PHP info page. Those are the current config in which if you need to edit, say, default_locale, you can do so by editing the PHP directives by adding in the directive you want to edit. For example:
PHP:
intl.use_exceptions=On
 
Back
Top