I'm getting this message: Fatal error: Call to undefined function mb_strlen() in /home/civic/public_html/sites/all/modules/boost/boost.module on line 4218

Any idea what this might be?

CommentFileSizeAuthor
#2 boost-703792.patch1.09 KBmikeytown2

Comments

mikeytown2’s picture

Title: Error message at end of html output » Call to undefined function mb_strlen()
Category: support » bug

yeah; you don't have mbstring enabled... shoot looks like it's not a default php function http://www.php.net/manual/en/mbstring.installation.php

I need to do a function_exists() and fallback to strlen if it doesn't exist.

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new1.09 KB
EvanDonovan’s picture

The patch works for me. Can it be committed?

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

bamban’s picture

I have the exact same issue isn't that committed ?

mikeytown2’s picture

it's been committed to dev; your on 1.18 most likely

bamban’s picture

As you guessed I had installed 1.8v I installed dev and working well
Thank you