Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: phpmyadmin mbstring error |
|
Author |
|
shaggy
Joined: 15 Nov 2005 Posts: 82 Location: Dundee, Michigan
|
Posted: Sat 30 Jan '16 19:53 Post subject: phpmyadmin mbstring error |
|
|
hello,
I am using php 7.0.2 on 64-bit windows. I checked my setting in php.ini file and can't seem to get this error gone. I am trying to access phpmyadmin and checked the config file in that as well and phpmyadmin says "mbstring error" message. Anyone have the same error message? Please help.
Thanks,
shaggy |
|
Back to top |
|
DnvrSysEngr
Joined: 15 Apr 2012 Posts: 226 Location: Denver, CO USA
|
Posted: Sat 30 Jan '16 20:38 Post subject: |
|
|
Good morning:
This should solve your issue:
Make the following changes to your php.ini file:
Change extension_dir = "ext" into extension_dir = "C:\php\ext" (please write your own full path for the extension directory)
Change ;extension=php_mbstring.dll into extension=php_mbstring.dll (delete the ";")
Then just save your the changes you just made in your php.ini file
Restart your Apache server |
|
Back to top |
|
|
|
|
|
|