Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Avatar of Stephen Edgar (@netweb)
    Stephen Edgar
    Participant

    @netweb

    There is a chance it could be affecting new groups though I thought if that was the case this would have already been picked up as a bug.

    The best way to determine if that is the case will be with phpMyAdmin looking at the foloowing tables:

    • `wp_bp_groups`
    • `wp_bp_groups_meta`
    • `wp_posts` using this query `SELECT * FROM wp_posts WHERE post_type LIKE forum`
    • `wp_postmeta` using this query `SELECT * FROM wp_postmeta WHERE meta_key = _bbp_old_forum_id`
    Avatar of Stephen Edgar (@netweb)
    Stephen Edgar
    Participant

    @netweb

    I have a feeling it may be related to Step #6, when the bbPress repair tool ‘Repair BuddyPress Group Forum relationships’ works only the first time it is run, subsequent attempts will not actually update bp_groups_groupmeta.id with the correct forum ID.

    Details of this are in bbPress ticket #2089

    If and ONLY if in your WP database tables `wp_bp_groups.slug` is an exact match with the associated post for the forum in `wp_posts.post_name` then the 2089.2.diff patch will work as long as this forum was one of the group forums originally imported.

    Diving into phpMyAdmin and looking at these values and manually updating them I think will be the best solution.

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