Shoutbox

MyBB Mod - help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: MyBB Mod - help (/showthread.php?tid=43427)

MyBB Mod - help by .blade// on 04-22-2005 at 05:41 PM

Ok - I installed the "Downloads Section" hack for MyBB. I used the "dbupdate" and "templateinstall" files, then I continued to do the code mods that the install file suggested, but when I went to change admin permissions I got this:

"Fatal error: Call to undefined function: arraytobits() in /home/toasted/public_html/ps3lounge/admin/adminoptions.php on line 51"


And I tried re-doing the code mods several times AND I tried re-installing the dbupdate and templateinstall.


Anyone know what the problem is? The downloads section mod is attached, and my site is http://www.ps3lounge.net/


RE: MyBB Mod - help by Dempsey on 04-22-2005 at 05:45 PM

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;
}