phpmyadmin - On windows system,I get this error-The mbstring extension is missing. Please check your PHP configurationn -
i error when go localhost/phpmyadmin (i using wamp). have windows...so sudo -apt commands solution won't work.also line-
extension=php_mbstring.dll commented out.any other reason this?
okay..so backstage had warning on localhost @ bottom:
* error * php configuration loaded file is: c:/wamp/bin/apache /apache2.4.17/php.ini - should be: c:/wamp/bin/apache/apache2.4.17 /bin/php.ini or c:/wamp/bin/php/php5.6.15/phpforapache.ini
i did this- 1.open cmd.change dir bin of apache dir.
cd c:\wamp\bin\apache\apache2.4.17\bin
type
mklink php.ini c:\wamp\bin\php\php5.6.15\phpforapache.ini
the cmd read...
symbolic link created php.ini <<===>> c:\wamp\bin\php\php5.6.15 \phpforapache.ini
- exit cmd , restart wamp.
Comments
Post a Comment