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

admin/environment/php extension/mbstring: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(corrected scope of instructions)
(see also link)
Línia 6: Línia 6:
# Restart apache if necessary
# Restart apache if necessary


This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.
Note: This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.
 
==See also==
 
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39977 php_extension mbstring is recommended to be installed/enabled] forum discussion


[[Category:Environment|php extension]]
[[Category:Environment|php extension]]

Revisió del 21:01, 11 des 2007

To enable the mbstring library in Windows package installations of Moodle:

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

Note: This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.

See also