vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can't post in a forum section? (https://vborg.vbsupport.ru/showthread.php?t=256718)

★Slap 01-07-2011 04:43 PM

Can't post in a forum section?
 
I for some strange reason cannot post in one of my forum sections that i created, now the permissions are say's

Code:

Posting Permissions
  • You may post new threads

  • You may post replies

  • You may post attachments

  • You may edit your posts

  • BB code is On

  • Smiles are On

  • [IMG] code is On

  • HTML code is Off


I checked the Forum Permissions and no one has been excluded from posting their, I have checked it's parent as well as child forum and everything seems ok but for some reason i still can't post it say's

Quote:

Sorry! This forum is not accepting new posts.
and when i try to move a forum to that section it says
You have tried to move the thread into a forum that cannot contain posts. Please select a different forum.
I think i should also mention the button where it say's Post A New Thread is repeated twice one button at the top and one at the bottom.

kh99 01-08-2011 02:03 PM

That message is the phrase 'forumclosed' and the code in newthread.php is this:

Code:

if (!$foruminfo['allowposting'] OR $foruminfo['link'] OR !$foruminfo['cancontainthreads'])
{
        eval(standard_error(fetch_error('forumclosed')));
}


so if we assume that you have posting permission and the forum can contain threads, that leaves $foruminfo['link']. Did you enter something in forum's "Forum Link" field? (although if you did, that should redirect to the link instead of showng you the forum).

★Slap 01-08-2011 03:21 PM

Hi I haven't added anything at all in the Forum Link, I compared the settings with the other forums and are the same.

kh99 01-08-2011 03:27 PM

Oops - when I went back and read your original post again I see you said that when you try to move threads it tells you the forum can't contain posts, so it must have something to do with the value of $foruminfo['cancontainthreads'], but I don't know why that value would be wrong.

★Slap 01-08-2011 03:33 PM

Quote:

Originally Posted by kh99 (Post 2146006)
Oops - when I went back and read your original post again I see you said that when you try to move threads it tells you the forum can't contain posts, so it must have something to do with the value of $foruminfo['cancontainthreads'], but I don't know why that value would be wrong.

Same here it's really weird, I can post in the other forums apart from this one. I know it's not to do with any add-ons because I disabled all of it.

kh99 01-08-2011 03:37 PM

Just to make sure - do you have "Act as Forum" set to "Yes" for that forum? If you do, maybe you could try changing a setting, saving it, then changing it back to make sure it isn't a problem with cached values.

★Slap 01-08-2011 05:53 PM

Quote:

Originally Posted by kh99 (Post 2146011)
Just to make sure - do you have "Act as Forum" set to "Yes" for that forum? If you do, maybe you could try changing a setting, saving it, then changing it back to make sure it isn't a problem with cached values.

Hey kh99 Thanks so much that sorted the problem, the problem was that I chose "Act as Forum" to No so i set it to Yes and it worked again thanks :).

--------------- Added [DATE]1294516539[/DATE] at [TIME]1294516539[/TIME] ---------------

Update: I can't believe I posted it in the wrong section it's meant to be vB 4 not vB 3 lol :D


All times are GMT. The time now is 10:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02197 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete