MyBB Community Forums

Full Version: Merge error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using Merge 1811.
Ipb3.4.9 to Mybb 1811
Getting following error



[b]Fatal error[/b]: Call to undefined function mb_strlen() in [b]/home/*****/public_html/merge/resources/class_converter_module.php[/b] on line [b]169[/b]

Any help much appreciated

Now sorted,enabled mbstring in php
Looks like your php installation missing mbstring functions, if you use a self compiled installation append
--enable-mbstring
to the options.

If you are using php7.0 from stock install the
php7.0-mbstring
packadge.

For php 5.x you need to install

libapache2-mod-php5
after that restart php or php-fpm, nginx does not need a restart apache does.