What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » MyBB Mod - help

MyBB Mod - help
Author: Message:
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
O.P. MyBB Mod - help
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/

.zip File Attachment: 30 - DownloadsSection.zip (7.5 KB)
This file has been downloaded 79 time(s).
[Image: A%20Pointy%20Rock.jpg]
04-22-2005 05:41 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: MyBB Mod - help
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;
}

This post was edited on 04-22-2005 at 05:48 PM by Dempsey.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
04-22-2005 05:45 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On