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
mNo edit summary
 
No edit summary
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 C:/Windows  folder
   1. Open the php.ini file found in the moodle/apache/bin folder or Windows  folder
   2. Find the line: ;extension=php_mbstring.dll
   2. Find the line: ;extension=php_mbstring.dll
   3. Remove the ; at the beginning of the line
   3. Remove the ; at the beginning of the line
   4. Restart apache if necessary.
   4. Restart apache if necessary.

Revision as of 06:00, 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.