• Resolved jsjs

    (@jsjs)


    I use BuddyBoss Pro: https://www.buddyboss.com/

    BuddyBoss Pro uses two Plugins. Other plugins are not enabled.

    • BuddyBoss Platform
    • BuddyBoss Platform Pro
    • When I try to activate Groups, I get the message:

      WordPress-Datenbank-Fehler: [Duplicate entry ‘delete_others_forums’ for key ‘capability’]
      INSERT INTO wp_test_buddyboss_groups_capability (capability) VALUES (‘delete_others_forums’)

      Seems like a plugin incompatibility. Any idea how I can fix or workaround this?

    • This topic was modified 1 year, 6 months ago by jsjs.
Viewing 1 replies (of 1 total)
  • Plugin Author Kento

    (@proaktion)

    Hi,

    This might have happened as a race condition where Groups tried to refresh capabilities in two separate requests that were handled about the same time.

    Both requests would have found that the delete_others_forums capability wasn’t yet registered with Groups and one of them would succeed to create it, while the other would have also tried to create it and then failed as it was created after it saw it missing.

    This would only happen once, so it shouldn’t be an issue. Go to Groups > Capabilities and you should find the capability there.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Incompatibility with BuddyBoss’ is closed to new replies.