• 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 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