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
m (category)
m (formatting)
Línia 1: Línia 1:
To install the mbstring library on Windows:
To install the mbstring library on Windows:


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


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

Revisió del 11:45, 15 nov 2007

To install the mbstring library on Windows:

  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