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

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

From MoodleDocs
No edit summary
m (category)
Line 1: Line 1:
To install the mbstring library on Windows
To install the mbstring library on Windows:


  1. 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
  2. Find the line: ;extension=php_mbstring.dll
# Find the line: ;extension=php_mbstring.dll
  3. Remove the ; at the beginning of the line
# Remove the ; at the beginning of the line
  4. Restart apache if necessary.
# Restart apache if necessary.
 
[[Category:Environment|php extension]]

Revision as of 11:40, 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.