MyBB Community Forums

Full Version: Permissions Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to update a user to have Admin Permissions. When selecting that option I get the following error:


Quote:Fatal error: Call to undefined function: arraytobits() in /homepages/16/d95163877/htdocs/sistahs/admin/adminoptions.php on line 51

Please help. TY!
http://www.mybboard.com/community/showth...hp?tid=865

If you open up functions.php, before the ?> at the end you can add:
function arraytobits($array)
{
return true;
}
Thanks!! Worked like a charm! Dixi