Sacado desde MyBB.com
This occurs when the database type is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['type']. A common issue is having 'mysql' instead of 'mysqli', or having 'mysqli' instead of 'mysql'.
Esto ocurre cuando el tipo de BD en ./inc/config.php es incorrecto. Para arreglar esto, abre ./inc/config.php y verifica que la información de la linea $config['database']['type'] sea correcto. Un error usual es tener 'mysql' en vez de 'mysqli', o tener 'mysqli' en vez de 'mysql'.
Si el error persiste te recomiendo que contactes con tu proveedor de hosting