I recently installed wampserver3_x86_apache2.4.17_mysql5.7.9_php5.6.15 onto a clean windows 10 Pro x64 machine. Yes, I've installed all the prereqs.
The error I was getting was "The mbstring extension is missing. Please check your PHP configuration."
Everywhere I looked, said to check my php.ini. I kept checking it but everything was correct. I tried going to the php.ini from the wampserver icon via PHP -> PHP.INI, where it came up with an error saying "C:\wamp\bin\apache\apache2.4.17\bin\php.ini" was missing.
To resolve the error, I ended up copying the contents of "C:\wamp\bin\php\php5.6.15\php.ini" into a new php.ini in "C:\wamp\bin\apache\apache2.4.17\bin\".
Thought the developers would like to know.
The error I was getting was "The mbstring extension is missing. Please check your PHP configuration."
Everywhere I looked, said to check my php.ini. I kept checking it but everything was correct. I tried going to the php.ini from the wampserver icon via PHP -> PHP.INI, where it came up with an error saying "C:\wamp\bin\apache\apache2.4.17\bin\php.ini" was missing.
To resolve the error, I ended up copying the contents of "C:\wamp\bin\php\php5.6.15\php.ini" into a new php.ini in "C:\wamp\bin\apache\apache2.4.17\bin\".
Thought the developers would like to know.