Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: admin/environment/php extension/mbstring.

admin/environment/php extension/mbstring: Difference between revisions

From MoodleDocs
m (category)
m (formatting)
Line 1: Line 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]]

Revision as of 11:45, 15 November 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