Se recomienda encarecidamente instalar la librería opcional Curl a fin de posibilitar la funcionalidad de la Red Moodle

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

  1. Abrir php.ini en la carpeta php/php.ini folder (Carpeta en la versión de XAMPP use moodle/apache/bin folder)
  2. Ubicar la línea: ;extension=php_curl.dll
  3. Borrar el parámetro ; y guardar los cambios del archivo
  4. Reiniciar Apache

Ya debe funcionar hasta ahí correctamente.

En caso que no, entonces:

  • Go to the php folder.
  • Copy the icudt##.dllicuin##.dll and icuuc##.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

  1. You need to recompile PHP from source
  2. 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)

Otros enlaces interesantes

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.