PDA


View Full Version : oh noes....new bug


SmasherMaster
05-17-2004, 06:59 PM
Warning: in_array(): Wrong datatype for second argument in /home/smasher1/public_html/forums/modules/latesttopics.php on line 21

???

On top of this, I can't seem to figure out how to do another latest threads sidebar easily...=/

EDIT: Using CMPS

Zachery
05-17-2004, 07:08 PM
Whats on your line 21 of lastesttopics.php ?

SmasherMaster
05-17-2004, 07:15 PM
if (!in_array($tforum, $forumperms))

Zachery
05-17-2004, 07:23 PM
Can you create a support ticket and provide the login info, ill have a quick look at it

Brian
05-17-2004, 07:32 PM
In your forum/includes/vba_cmps_includes_bottom.php file look for:

unset($forum, $forumperms, $fperms, $excludedforums);

Change that to:

unset($forum, $fperms, $excludedforums);

And that should fix the problem. :)

SmasherMaster
05-17-2004, 08:56 PM
Unfortunatly I still get that error.

Brian
05-17-2004, 09:33 PM
Hmm... Would you mind submitting a support ticket through the Members Area on here then so I can have a look and figure out what the problem is?