error/mnet/nocurl
From MoodleDocs
Revision as of 15:23, 24 March 2022 by Tim Bahula 2 (talk | contribs) (→top: clean up, typos fixed: apache → Apache)
To install curl in a local Moodle installation:
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_curl.dll
- Remove the
;
at the beginning of the line - Restart Apache if necessary