logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: phpmyadmin mbstring error
Author
shaggy



Joined: 15 Nov 2005
Posts: 82
Location: Dundee, Michigan

PostPosted: Sat 30 Jan '16 19:53    Post subject: phpmyadmin mbstring error Reply with quote

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: 215
Location: Denver, CO USA

PostPosted: Sat 30 Jan '16 20:38    Post subject: Reply with quote

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


Reply to topic   Topic: phpmyadmin mbstring error View previous topic :: View next topic
Post new topic   Forum Index -> Other Software