In bb-includes/conpat.php line 107 – Function name typo.
if ( !function_exists( ‘_mb_strcut‘ ) ) {
function _mb_substr( $str, $start, $length = null, $encoding = null )
{
Dunno how someone didn’t notice this… Perhaps I am a retard, but once I changed this to match bbpress worked.