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.