J'ai vu ce message de WordPress Site Health. Comment installer les modules manquants ?
L'équipe d'hébergement WordPress maintient une liste de ces modules, Contenu recommandé et obligatoire dans le manuel de l'équipe
Attention, le module optionnel intl n'est pas installé ou est déjà installé Désactivé
1 réponse
Selon le Manuel PHP, ce module fournit une fonctionnalité d'internationalisation. Ceci est important pour vous si votre site Web est multilingue.
Si vous utilisez un hébergeur qui gère votre installation PHP pour vous, vous devrez alors le contacter pour installer le module.
Si vous gérez votre propre hébergeur, vous pouvez suivre le guide d'installation ci-dessous : https://www.iteron.co.za/?page_id=17204
Pour les serveurs basés sur Linux (en supposant que vous ayez un accès root)
Make sure the php_intl.so file exists within your php extensions directory, find the extensions directory by:
using phpinfo()
running this command: php -r "echo ini_get('extension_dir');"
(note: both options gets the extension_dir right from the PHP runtime configuration)
If the file exists:
search for the config file (php.ini, usually /etc/php.ini) and open it
Make sure the line “extension=php_intl.so” is existing and not commented
Restart the web server (usually sudo service httpd restart)
Check if the extension is enabled using phpinfo()
If the file doesn’t exist
Check your php version by running the “php -v” command
For PHP 5 install the php-intl package using your package manager – package managers and commands
Most common: apt-get install php-intl (for ubuntu-based linux) or yum install php-intl (for CentOS)
For PHP 7, install the php7.x-intl (depending on your php version)
Repeat the steps for the case in which the file exists
Pour les serveurs basés sur Windows
Make sure the php_intl.dll file exists within your php extensions directory
for separately installed PHP: C:\path\to\php\ext\
for xampp: C:\path\to\xampp\php\ext
(note: your drive letter might be different)
If the file exists:
search for the config file (php.ini, usually in the same folder as the php executable) and open it
Make sure the line “extension=php_intl.dll” is existing and not commented
Restart the web server (usually apache)
Check if the extension is enabled using phpinfo()
If the file doesn’t exist:
Check your php version by running the “php -v” command
Download the PHP version that corresponds to yours from the PHP Downloads Page (TS/NTS, x86/x64)
To find thread safety for php, run: php -i | findstr “Thread” , source & more info.
Search for the php_intl.dll file in the ext folder in that version and copy it in your php\ext folder
Repeat the steps for the case in which the file exists
Outils chauds Tags
Hot Questions
Hot Tools
Collection de bibliothèques d'exécution vc9-vc14 (32 + 64 bits) (lien ci-dessous)
Téléchargez la collection de bibliothèques d'exécution requises pour l'installation de phpStudy
VC9 32 bits
Bibliothèque d'exécution de l'environnement d'installation intégré VC9 32 bits phpstudy
Version complète de la boîte à outils du programmeur PHP
Programmer Toolbox v1.0 Environnement intégré PHP
VC11 32 bits
Bibliothèque d'exécution de l'environnement d'installation intégré VC11 phpstudy 32 bits
SublimeText3 version chinoise
Version chinoise, très simple à utiliser
Sujets chauds





