Skip to:
Content
Pages
Categories
Search
Top
Bottom

Issues Creating a Topic


  • whittmadden
    Member

    @whittmadden

    I have installed bbpress on my website and created a group successfully. However whenever I try to create a forum topic, example – Forum Rules. I create the title, the post, and then I choose the group (which I have only created one group). Whenever I try to post – it tells me this: Please pick the group forum where you would like to post this topic. Here is a link to the forums page http://www.bethedomino.org/forums/

Viewing 4 replies - 1 through 4 (of 4 total)

  • whittmadden
    Member

    @whittmadden

    I have followed the instructions on this page https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/4/#enable-group-forum and i still get the same message: Please pick the group forum where you would like to post this topic.

    If these are in-group forums, check that `bb-config.php` is at the root level of your install and the database connection values in it match the values in your `wp-config.php` file. I had this same problem, and completing bb-config did the trick; your forums can’t communicate with the db at the moment.


    whittmadden
    Member

    @whittmadden

    I’m not sure what I am comparing, except for the MySQL information, and both of those match up. Do you know specifically what I need to check? My database information matches. The $bb_table_prefix matches, also.

    Yes, compare this part of wp-config (not real values):
    `define(‘DB_NAME’, ‘wordpress’);
    /** MySQL database username */
    define(‘DB_USER’, ‘root’);
    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘root’);
    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);`

    to the similar section in bb-config. Is bb-config at the root level of your web space?

    Can you access your db to make sure the tables are where they should be and have the correct names?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues Creating a Topic’ is closed to new replies.
Skip to toolbar