Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

error/mnet/nocurl: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
 
Cap resum de modificació
 
(5 revisions intermèdies per un altre usuari que no es mostra)
Línia 1: Línia 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]]
 
4. restart apache if necessary

Revisió de 08:30, 11 març 2010

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