I've installed the folio plugin (previously succesfully) on a new host.
As soon as it's installed, if I attempt to browse to any page while logged in I get the following error:
Fatal error: Call to undefined function: mb_detect_encoding() in /data01/kankan/public_html/lib/php-getttext/gettext.inc on line 101
There is a note here (http://elgg.org/admin/weblog/234.html) about this problem, but the note makes no mention of the Folio plugin and the author's solution does not work for me!
This is definitely connected to logged in users, because if I go to a new browser I can access the site as Guest; if I attempt to login I get the error.
Can anyone offer any advice?
Keywords: folio, mb_detect_encoding, plugin, wiki

Comments
I've worked around this error by enclosing the call as follows:
if(function_exists('mb_detect_encoding')){$source_encoding = mb_detect_encoding($text);}
I can now login, at least, but I don't know if the call '$source_encoding = mb_detect_encoding($text) is important. Hmm....I'll let you know!!
I've discovered that the function we're talking about - mb_detect_encoding() - is not defined on the version of PHP (4.4.4) supplied by my hosting co (Zen Internet Hosting).
This is strange. I wonder why not...
Alright, this bug was caught in April and now it is November, 2007. Why isn't there a comment or an update saying if this bug was fixed?
Btw, I get this bug while installing elgg! Any idea?