Close We have just updated BuddyDev for better performance. If you note a glitch, please let us know by using the feedback button on the left.

BuddyDev

Error when creating topics

Home Forums How-To and Troubleshootings Error when creating topics

Tagged: , ,

This topic contains 6 replies, has 2 voices, and was last updated by Avatar of Kiss kissandim 1 year, 10 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  1. Yesterday I created a public group and allowed for forum topics in this group. I then created 4 forum topics in the group between today and yesterday. Out of nowhere this afternoon I can no longer create topics. I’m getting the error message “There was an error when creating the topic” I haven’t installed any new pulgins and I’m really hoping this is something minor that I am just missing. I’ve cleared all cookies and tried created a new user to see if the problem is happening for all my members which it is. Thank you for your help.


    July 28, 2011 at 8:03 pm #1387
    Avatar of Kiss
    kissandim
    Subscriber
  2. Any suggestions would be greatly appreciated!


    July 28, 2011 at 8:05 pm #10121
    Avatar of Kiss
    kissandim
    Subscriber
  3. Hi Kiss,

    this is a very generic error and there is no clear solution.

    You can try some of these.

    1. Go to Group->Admin->settings and disable the forum, then save and then re-enable it, does that help ?

    2. If not, then visit php myadmin and look into wp_bp_groups_groupmeta and delete the records which has “forum_id” as key.

    That will cause you to loose the current post. You may install attach bbpress forum to groups plugin(from our premium section) and reattach that forum back to group.(If you don’t care about the data, then you don’t need that plugin). Just visit the group again and try posting, does that solves it?


    July 28, 2011 at 9:14 pm #10123
    Avatar of Brajesh Singh
    Brajesh Singh
    Key Master
  4. It worked – well the second suggestion! What a process that was though! Is there a way for me to prevent this from happening in the future?

    Thanks for your help!!


    July 29, 2011 at 12:30 am #10126
    Avatar of Kiss
    kissandim
    Subscriber
  5. I take that back! It let me create ONE additional group then I got the error again :-(


    July 29, 2011 at 12:31 am #10127
    Avatar of Kiss
    kissandim
    Subscriber
  6. Hi Kiss,

    seems likes something si messing with the forum creation on your site. nex time if the same erro happens, can you query this in php myadmin and let me have the data.

    SELECT *
    FROM wp_bp_groups_groupmeta
    WHERE meta_key = 'forum_id'
    LIMIT 0 , 30

    That will help to understand the reason.


    July 29, 2011 at 2:48 am #10129
    Avatar of Brajesh Singh
    Brajesh Singh
    Key Master
  7. thank you for all your help – all seems to be in working order today! It stopped again once but I used your suggestion of 1. Go to Group->Admin->settings and disable the forum, then save and then re-enable it, does that help ?

    and this time it fixed it!


    July 29, 2011 at 3:09 pm #10132
    Avatar of Kiss
    kissandim
    Subscriber
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.