Topic: "String functions are overloaded by mbstring"
Hi.I am unable to install PunBB on a CentOS linux server with PHP 5.2.5.
I am seeing this when I execute the "install.php" in the admin.
Fatal error: String functions are overloaded by mbstring in /home/MYDOMAIN/public_html/forum/include/utf8/utf8.php on line 42
I did some googling and found that this error is related to the "mbstring.func_overload = 7" setting in PHP.INI. We are running a multilingual website and wish to support utf8 completely, so that setting cannot be changed.
Does this mean we cannot install PunBB?