I installed wampserve64bit
on windows 10 and the following message appeared when I opened phpmyadmin
;
the mdstring extension is missing please check youtu php configuration
How do I resolve?
I installed wampserve64bit
on windows 10 and the following message appeared when I opened phpmyadmin
;
the mdstring extension is missing please check youtu php configuration
How do I resolve?
Verify that the path of extension_dir
in php.ini
is correct:
Hereonmycomputerisconfiguredthiswayasshownbelow:
extension_dir="C:/wamp/bin/php/php7.0.0/ext/"
Hugs! Good Luck!
I found my ta like this, is there something wrong?
Directory in which the loadable extensions (modules) reside. ; link ; extension_dir="./" ; On windows: ; extension_dir="ext" extension_dir="c: /wamp64/bin/php/php7.0.4/ext/"