Intl extension on Moodle for web

Intl extension on Moodle for web

Anas Kambal -
回帖数:3

Hello all,

I have added moodle script to my website, I am trying to add a plug-in but I am getting this error :

I am not able to locate the file on my web file manager, please help me finding it and adding this extension.

Thanks alot

回复Anas Kambal

Re: Intl extension on Moodle for web

Leon Stringer -
Core developers的头像 Particularly helpful Moodlers的头像

Intl is a PHP extension required for Moodle. Did you set up the server or is it managed by a hosting provider?

If it's a managed server some hosting providers have a web interface where you can select the PHP extensions you need. Contact the provider's help desk if you need help installing the extension.

If you built the server you'll need to install the extension. Let us know details of the server operating system (e.g. CentOS, Ubunu, Windows Server) and how PHP was installed. Depending on how you installed PHP this may be as easy as dnf install php-intl on RPM-based systems.

回复Leon Stringer

Re: Intl extension on Moodle for web

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 Translators的头像
+1

The question is, how was it possible to install Moodle without the PHP intl extension? The install script stops if the must conditions are not satisfied.