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: Fatal error: Call to undefined function mb_detect_encoding() |
|
Author |
|
shaggy
Joined: 15 Nov 2005 Posts: 82 Location: Dundee, Michigan
|
Posted: Sat 24 Jan '15 13:19 Post subject: Fatal error: Call to undefined function mb_detect_encoding() |
|
|
I tried c:\ and c:/ like ppl's been saying and does the trick for them.
I get this error in phpmyadmin (current version) just got done installing it earlier this morning. All language pack.
I get:
Code: | Fatal error: Call to undefined function mb_detect_encoding() in C:\www\apache\htdocs\phpmyadmin\libraries\php-gettext\gettext.inc on line 177 |
after google searching. mbstring, mysql and mysqli I checked and is enabled. my dir's are:
Code: | extension_dir = "c:\www\php\ext\" |
Code: | include_path = "c:\www\php\ext" |
it's to early for this stuff.
Any help? I am stumped and lost. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 25 Jan '15 1:24 Post subject: |
|
|
Did you eanble the mbstring in your php.ini my removing the semicolon ( ; ) ? |
|
Back to top |
|
|
|
|
|
|