Trying to get the phpmyadmin up and running. I installed the myadmin, but keep getting the "mbstring extension is missing" error. Followed some of the advise that was given in the other answers, still having the same issue. (Uncommented the mbstring.dll, added full path to the extension_dir in the php.ini-development and php.ini-production. I do not have a php.ini file other than these two. I tried the phpinfo() function, but it showed me some generic path (c:\windows) without actually showing me which file is being used as the actual .ini
Asked
Active
Viewed 278 times
0
-
Probably need more information to be able to answer. – zstewart Sep 21 '15 at 04:58
-
using windows 8, apache 2.4, PHP 5.6. Let me know what else you are looking for – venkat s Sep 21 '15 at 05:32
-
Did you restart Apache after making your changes? – Marc Delisle Sep 21 '15 at 20:28
-
yes, I solved it just an hour ago. Changed the name of the php.ini-production to php.ini and restarted the server (along with all other changes mentioned in question). It worked! – venkat s Sep 22 '15 at 17:16