phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
I hava installed php-mbstring and php-gettext, my php version is php7. And I installed php and phpmyadmin through zypper.
phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
I hava installed php-mbstring and php-gettext, my php version is php7. And I installed php and phpmyadmin through zypper.
install mbstring and restart your apache:
then remove ; from your php.ini file:
to
If it still doesn't work..remove your php setup, without removing the databases from your phpmyadmin. Reinstall it.
NB: * if you want to remove all, all mention the one you need to.
Then install the php and modules of the php version that you need. here, php 7.1:
restart your apache and check the php version.
when all this is done, execute the following command to enable mbstring forcefully and restart your apache.
following the php manual for php upgrade:
Hope it helps. It did to me :)