Got:
Warning: in_array(): Wrong datatype for second argument in /forumdisplay.php on line 219
Code:
Line 219 -> if (($vboptions['facffa_checkforumactivity'] AND in_array($foruminfo['forumid'], $vboptions['facffa_checkforums'])))
{
// forum activity check
$definedtime = ($vboptions['facffa_checkforumactivitytime'] * 86400);
$limit = TIMENOW - $definedtime;
$recentpostcount = $DB_site->query_first("
SELECT COUNT(*) AS total
FROM " . TABLE_PREFIX . "post
WHERE userid = $bbuserinfo[userid]
AND dateline >= $limit
");
if ($recentpostcount['total'] < $vboptions['facffa_checkforumactivityposts'])
{
eval(print_standard_error('facffa_checknotenoughposts'));
}
}
and the following error:
vBulletin Message:
Unable to add cookies, header already sent.
File: /home/.../includes/init.php
Line: 27