PDA

View Full Version : Users Can't Post Threads! - Help Needed!


Chattive
11-08-2013, 06:38 PM
Problem fixed, you are able to delete the thread.

nerbert
11-08-2013, 07:05 PM
Here's the code producing the message:

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?

TheLastSuperman
11-08-2013, 08:48 PM
Problem fixed, you are able to delete the thread.

Lets leave it up perhaps someone in the future will have the same issue and find this thread and the solution.. not sure what the original issue was other than users cannot post because of the edit. If you happen to cross this threads path again please re-edit and include the original issue, seems as if nerbert supplied the fix or was on the right path at least ;).

*More than likely usergroup/forum permissions were not setup correctly.