-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-74493-master -
-
-
1
- Create a new site which isn't yet installed.
- Make sure that mbstring extension is NOT installed (e.g. php7.4-mbstring not installed - check with php -m).
- Run the web installer.
- Before we even get to the "Server checks" page, we'll see an error because we're calling mb_list_encodings() before we've had a chance to check the mbstring extension is present:
Probably a regression from MDL-53544, where that function was used. This is NOT the case on 3.11, where we report this as required on the server checks page. E.g:
- is a regression caused by
-
MDL-53544 Typo3 library removal
- Closed