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: Fatal error: Call to undefined function mb_detect_encoding()
Author
shaggy



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

PostPosted: Sat 24 Jan '15 13:19    Post subject: Fatal error: Call to undefined function mb_detect_encoding() Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Sun 25 Jan '15 1:24    Post subject: Reply with quote

Did you eanble the mbstring in your php.ini my removing the semicolon ( ; ) ?
Back to top


Reply to topic   Topic: Fatal error: Call to undefined function mb_detect_encoding() View previous topic :: View next topic
Post new topic   Forum Index -> Other Software