I have mediawiki on my local machine. I have php and php-mbstring installed. When I run phpinfo(), mbstring shows up. I have checked that I have mbstring.ini and mbstring.so, and they are on my machine.
When I run php maintenance/update.php
I get this error:
Error: Missing one or more required components of PHP.
You are missing a required extension to PHP that MediaWiki needs.
Please install:
* mbstring <https://www.php.net/mbstring>
mbstring is installed and enabled, so I am not sure what to do here.
Versions:
- php CLI: 7.4.5
- php : 7.3.19-1
- MediaWiki: 1.34.1