Closed (works as designed)
Project:
GeoIP API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2012 at 01:22 UTC
Updated:
1 May 2012 at 18:10 UTC
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
Comment #1
zroger commentedmb_internal_coding is provided by the mbstrings PHP extension. See http://us2.php.net/manual/en/book.mbstring.php
Comment #2
zroger commentedmb_internal_coding is provided by the mbstrings PHP extension. See http://us2.php.net/manual/en/book.mbstring.php
Comment #3
jenlamptonAh, I have a ticket to set that up too - explains everything :) Tanks for the speedy feedback!