Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: “Add Forum” button numb?

@musnake

Does the page respond at all when you click ‘Add Forum’? Does it refresh and do nothing? Or does the page not even refresh? And you are able to do all the other admin tasks?

If you just click ‘Add Forum’ with no input you should get the red error message box below the add form with “An unidentified error has occurred.”.

There are at least two nonces for security and quite a few hidden fields that need to be there. Here’s what I’m seeing:

<p class="submit">
<input type="hidden" name="order-nonce" value="beb39845e6" />
<input type="hidden" name="_wp_http_referer" value="/bb-admin/content-forums.php" />
<input type="hidden" name="_wpnonce" value="84424fd1b7" />
<input type="hidden" name="_wp_http_referer" value="/bb-admin/content-forums.php" />
<input type="hidden" name="action" value="add" />
<input name="Submit" type="submit" value="Add Forum »" tabindex="13" />
</p>

I’m wondering if the HTTP POST is happening with no result, or if the submit is not even working. If you don’t get any error message when you click submit, it’s probably an ajax problem.

Skip to toolbar