Fatal error: Call to undefined function mb_strlen()

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


To fix this install the php7.0-mbstring package:

sudo apt install php7.0-mbstring

For me the following command did the trick

sudo apt install php-mbstring