Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extension_dir doesn't seem to work

Status
Not open for further replies.

DaSe

Programmer
Feb 14, 2008
149
GB
Hello guys,
I have been trying to install Dolphin Boonex which gives me an error saying:
"mbstring extension not installed. Warning! Dolphin cannot work without mbstring extension".

I'm using Xampp on windows and I have "mbstring.dll" extension in "ext" folder. So I made sure I enabled "mbstring.dll" and extenstion in php.ini. After that I uncommented extenstion path which is :

extenstion_dir="C:\xampp\php\ext"

and still the same error comes up. Thanks for any comments.
 
can ypu start a command prompt and type php -m
This should show you which modules are avaiable, can you check it for mbstring ?
 
Hi Ingresman ,
I have re-installed Xampp and a clean install of the program with php.ini modifications. Seems to be working now. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top