I'm getting the following error in all of the forms I've created and I'm not sure where to look to solve the issue...
Warning: Cannot use a scalar value as an array in /includes/functions_newpost.php on line 356
Any help would be greatly appreciated!
Trevan
P.S. Line 356 is the main line of the following function:
else
{
$dataman->setr('forumid', $foruminfo['forumid']);
}
|