yea arraytobits is a known MyBB bug, if you search the MyBB Community forums you would have found the answer.
http://www.mybboard.com/community/showthread.php?tid=865
If you open up functions.php, before the ?> at the end you can add:
code:
function arraytobits($array)
{
return true;
}