Aparece este mensaje al momento de instalar la Plataforma Moodle.
La solución e muy sencilla a este detalle:
Se recomienda encarecidamente instalar la librería opcional Curl a fin de posibilitar la funcionalidad de la Red Moodle.
Windows
Instalación de curl library en Windows
- Abrir php.ini en la carpeta php/php.ini folder (Carpeta en la versión de XAMPP use moodle/apache/bin folder)
- Ubicar la línea:
;extension=php_curl.dll
- Borrar el parámetro
;
y guardar los cambios del archivo - Reiniciar Apache
Ya debe funcionar hasta ahí correctamente.
En caso que no, entonces:
- Go to the php folder.
- Copy the
icudt##.dll
,icuin##.dll
andicuuc##.dll
files (where ## is a two digit number, for example: 36 or 49). - Go to the Apache bin directory.
- Paste the three files:
apache/bin/icudt49.dll apache/bin/icuin49.dll apache/bin/icuuc49.dll
- Restart your Apache web server and retry your Moodle install process.
Tip: If it appears that WAMP comes with/has a corrupt curl.dll version, see the forum.wampserver.com thread Wamp Server 2.2 Windows 7 64-bit and curl not working side-by-side configuration incorrect for details of the problem together with a fix.
Unix
To install the curl library on Unix
- You need to recompile PHP from source
- add –with-curl to the command line when you run configure
Ubuntu y Debian
To install the curl library on Ubuntu and Debian
aptitude install php5-curl
- Restart apache if necessary:
sudo /etc/init.d/apache2 restart
or possibly
sudo /etc/init.d/apache restart De | https://docs.moodle.org
(1 visitas en total, y 1 visitashoy)