The function mb_strlen() is not enabled by default in PHP. Please read the manual for installation details:

http://www.php.net/manual/en/mbstring.installation.php

Answer from AJ. on Stack Overflow
🌐
Cacti
forums.cacti.net › board index › cacti - support › help: linux/unix specific
PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen() in /usr/share/cacti/site/lib/rrd.php (solved) - Cacti
I still get this in my apache logs each time I open a cacti page: [:error] [pid 31112] [client 173.11.111.145:42710] PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen() in /usr/share/cacti/site/lib/rrd.php:1639\nStack trace:\n#0 /usr/share/cacti/site/graph_json.php(158): rrdtool_function_graph(93, '0', Array)\n#1 {main}\n thrown in /usr/share/cacti/site/lib/rrd.php on line 1639, referer: https://graphs.merlins.org/graphs/graph ...
Discussions

compilation - PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled - Stack Overflow
I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure): ./configure --prefix=/usr/local/php5.3.3 --with-config-file-path=/usr/local/apache2/conf --with-a... More on stackoverflow.com
🌐 stackoverflow.com
Support - Share not working: PHP Fatal error: Call to undefined function mb_strlen() - Mahara ePortfolio System
I'm not a php programmer, but a quick Google search indicates that mb_strlen is a standard php function. If it's not found, that suggests to me that not all the php libraries/resources have been installed. More on mahara.org
🌐 mahara.org
yii2 - Call to undefined function mb_strlen() on PHP 7 Ubuntu 14.04 - Stack Overflow
I had a Yii installation that was working fine up until today. I installed updates on my machine today after which this error was being thrown on all pages: PHP Fatal Error – yii\base\ErrorExcept... More on stackoverflow.com
🌐 stackoverflow.com
Fatal error: Call to undefined function mb_strlen
I am using securitycheck on joomla 3.x with php version 5.3.8 when login to front end gives the following error message " Fatal error: Call to undefined function mb_strlen() in C:\wamp\www\Amharic\plugins\system\securitycheck\securitycheck.php on line 161 " Please help me to solve this problem. More on securitycheck.protegetuordenador.com
🌐 securitycheck.protegetuordenador.com
December 22, 2013
🌐
BaseZap
basezap.com › home › [solved] call to undefined function mb_strlen() error | whm
[solved] Call to undefined function mb_strlen() error | WHM | BaseZap
February 6, 2019 - The function mb_strlen() is not enabled by default in PHP. So, in order to make it work let’s enable it. We will fix “undefined function mb_strlen()” by installing phpXX-php-mbstring (XX here is PHP version) via WHM
🌐
YOOtheme
yootheme.com › support › question › 123470
Call to undefined function mb_strlen() - YOOtheme Support
September 10, 2018 - I flipped my site to PHP 7.2 and now my search feature errors out with: Call to undefined function mb_strlen() https://mnscug.org
🌐
Mahara
mahara.org › interaction › forum › topic.php
Support - Share not working: PHP Fatal error: Call to undefined function mb_strlen() - Mahara ePortfolio System
mb_strlen may be installed but not enabled. They may just have to enable it. See here for more. http://www.php.net/manual/en/mbstring.installation.php
🌐
DMXzone
dmxzone.com › support › 21571 › topic › 57592
Fatal error: Call to undefined function mb_strlen() - Support - Pure PHP Upload 3 - Extensions - DMXzone.COM
You need to have the php_mbstring module enabled in your php.ini. Regards:Vulcho. ... I've resolved this. I'm converting an asp site over to a php based site - swapping access with asp to mysql. Even though I'm cleaning up a big mess of a site that has half migrated to php I discovered last night that all of the php works on this windows based server with mysql.
Find elsewhere
🌐
Protegetuordenador
securitycheck.protegetuordenador.com › forum › newbies area › fatal error: call to undefined function mb_strlen
Fatal error: Call to undefined function mb_strlen - Securitycheck Extensions Forum - Securitycheck Extensions
December 22, 2013 - This is quite strange; this function is defined since php 4.0.6 and is still present in php 5 ( www.php.net/manual/es/function.mb-strlen.php ). Maybe is not installed in your host; please, follow these instructions to be sure is installed and enabled in your system.
🌐
SvennD
svennd.be › fatal-error-call-to-undefined-function-mb_strlen
Fatal error: Call to undefined function mb_strlen() - SvennD
January 28, 2017 - A common not found during trial run of some software 🙂 Fatal error: Call to undefined function mb_strlen() in file.php on line 123 Missing dependency : on Debian, Ubuntu and other friends : apt-get install php7.0-mbstring on Centos, RHEL and other friends : yum install php-mbstring Or in my case PHP 7 using the webtatic.com repo yum install php70w-mbstring
🌐
MODX Community
forums.modx.com › thread › 36066 › fatal-error-call-to-undefined-function-mb-strlen-in
Fatal error: Call to undefined function mb_strlen() in... | MODX Community Forums
March 15, 2009 - So I am wondering if someone could please tell me why I am getting this message, and how get I fix it? You need to have the php_mbstring module enabled in your php.ini. Some setups have it disabled by default.
🌐
weDevs
wedevs.com › support › topic › fatal-error-call-to-undefined-function-mb_strlen-in-functions-php-on-line
Fatal Error: call to undefined function mb_strlen() in ///functions.php on line
July 31, 2014 - Home › Forums › WP Project Manager Pro › Fatal Error: call to undefined function mb_strlen() in ///functions.php on line… Continue reading →
🌐
GitHub
github.com › symfony › polyfill › issues › 75
mb_strlen exists but mb_check_encoding undefined · Issue #75 · symfony/polyfill
I debug into the bootstrap.php and see that function_exists('mb_strlen') returns true.
Author   symfony
🌐
GitHub
github.com › linuxserver › docker-rutorrent › issues › 23
Call to undefined function mb_strlen() · Issue #23 · linuxserver-archive/docker-rutorrent
November 20, 2016 - 2016/11/20 18:40:48 [error] 3241#0: *308 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen() in /usr/share/webapps/rutorrent/plugins/_task/task.php:142
Author   linuxserver-archive
🌐
cPanel Forums
forums.cpanel.net › cpanel & whm® (for linux® servers) › web servers and applications
SOLVED - mb_strlen() | cPanel Forums
October 3, 2017 - Running WHM version 66.0.23, I had a need for the php command mb_strlen, I went into EA4 and turned on. I went ahead and enabled the php70-php-mbstring component, however it seems that this does not include mb_strlen(). [03-Oct-2017 20:50:43 UTC] PHP Fatal error: Call to undefined function...
🌐
Grav Community Forum
discourse.getgrav.org › archive
Call to undefined function mb_strlen() - Archive - Grav Community Forum
March 21, 2015 - Trying to get the Deliver theme up and running on a cPanel server. Everything seemed to be working but when I try and load the contact form I get a Call to undefined function mb_strlen() error. Loaded the mbstring module under the “Exhaustive Options List” in EasyApache but it does not ...