Here's the code producing the message:
Code:
if (!$foruminfo['allowposting'] OR $foruminfo['link'] OR !$foruminfo['cancontainthreads'])
{
eval(standard_error(fetch_error('forumclosed')));
}
Lines 84 to 87 in newthread.php
This suggests somehow your forum posting permissions are all set wrong, so check in Forum Manager. But the mystery is how they all got mis-set to begin with. Another possibility is a plugin in the "newthread_start" hook location is messing up $foruminfo. Is there a plugin there?