Please try the following:
Open admincp/forums.php with an editor, and find the following on line 293:
PHP Code:
$forumdata->set_condition("FIND_IN_SET('" . $vbulletin->GPC['forumid'] . "', parentlist)");
Replace it with:
PHP Code:
$forumdata->set_condition("FIND_IN_SET(" . $vbulletin->GPC['forumid'] . ", parentlist)");
Please let us know if that solved the problem, because if it does it is probably a bug in vB.