admin/environment/php extension/mbstring: Difference between revisions
m (Update php-mbstring installation for Lamp server) |
Tim Bahula 2 (talk | contribs) m (→top: clean up, typos fixed: apache → Apache (2)) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Environment}} | |||
If you want to have mbstring work on a LAMP server with yum (Fedora, Redhat, Centos) or apt-get (Ubuntu, Debian) then do this | If you want to have mbstring work on a LAMP server with yum (Fedora, Redhat, Centos) or apt-get (Ubuntu, Debian) then do this | ||
1) As root from the CLI ''yum install php-mbstring'' or in the apt-get case ''apt-get install php-mbstring'' | 1) As root from the CLI ''yum install php-mbstring'' or in the apt-get case ''apt-get install php-mbstring'' | ||
For php7 on Centos do: "yum install php70-mbstring" | |||
Then restart Apache | |||
either ''/etc/init.d/httpd'' restart'' or possibly ''/etc/init.d/apache2 restart'' | either ''/etc/init.d/httpd'' restart'' or possibly ''/etc/init.d/apache2 restart'' | ||
Line 16: | Line 19: | ||
# Find the line: <code>;extension=php_mbstring.dll</code> | # Find the line: <code>;extension=php_mbstring.dll</code> | ||
# Remove the <code>;</code> at the beginning of the line | # Remove the <code>;</code> at the beginning of the line | ||
# Restart | # Restart Apache if necessary | ||
Note: 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. | ||
Line 26: | Line 29: | ||
[[Category:Environment|php extension]] | [[Category:Environment|php extension]] | ||
[[es:admin/environment/php extension/mbstring]] | |||
[[fr:admin/environment/php extension/mbstring]] | [[fr:admin/environment/php extension/mbstring]] |
Latest revision as of 16:21, 27 January 2022
If you want to have mbstring work on a LAMP server with yum (Fedora, Redhat, Centos) or apt-get (Ubuntu, Debian) then do this
1) As root from the CLI yum install php-mbstring or in the apt-get case apt-get install php-mbstring
For php7 on Centos do: "yum install php70-mbstring"
Then restart Apache
either /etc/init.d/httpd restart or possibly /etc/init.d/apache2 restart
Then check your server Environment again and the whinge from Moodle should have gone away and rewarded you with a nice tick or such-like.
To enable the mbstring library in Windows package installations of Moodle:
- Open the php.ini file found in the moodle/apache/bin folder or Windows folder
- Find the line:
;extension=php_mbstring.dll
- Remove the
;
at the beginning of the line - Restart Apache if necessary
Note: This page needs to be enhanced by adding corresponding instructions for other kinds of Moodle installations.
See also
- Using Moodle php_extension mbstring is recommended to be installed/enabled forum discussion