When I attempt to access my (dev) site at a static IP address, I get the following error:

Fatal error: Call to undefined function mb_internal_encoding() in .../sites/all/modules/contrib/geoip/lib/geoipcity.inc on line 126 

I checked the whole codebase for my site, and the function mb_internal_encoding is never defined.
Am I missing a file or library maybe?

Comments

zroger’s picture

mb_internal_coding is provided by the mbstrings PHP extension. See http://us2.php.net/manual/en/book.mbstring.php

zroger’s picture

mb_internal_coding is provided by the mbstrings PHP extension. See http://us2.php.net/manual/en/book.mbstring.php

jenlampton’s picture

Status: Active » Closed (works as designed)

Ah, I have a ticket to set that up too - explains everything :) Tanks for the speedy feedback!