Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: error/mnet/nocurl.

error/mnet/nocurl: Difference between revisions

From MoodleDocs
No edit summary
 
m (Added link to spanish translation of page)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To install curl in a local Moodle installation:  
To install curl in a local Moodle installation:  


1. open the php.ini file found in the moodle/apache/bin folder
#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder
#Find the line: <code>;extension=php_curl.dll</code>
#Remove the <code>;</code> at the beginning of the line
#Restart apache if necessary


2. find the line: ;extension=php_curl.dll
[[Category:Error|MNET]]
[[Category:MNet|Error]]


3. remove the ; at the beginning of the line
[[eu:error/mnet/nocurl]]
 
[[es:error/mnet/nocurl]]
4. restart apache if necessary

Latest revision as of 17:18, 7 August 2014

To install curl in a local Moodle installation:

  1. Open the php.ini file found in the moodle/apache/bin folder
  2. Find the line: ;extension=php_curl.dll
  3. Remove the ; at the beginning of the line
  4. Restart apache if necessary