Search Results for 'bbpress'
-
Search Results
-
I’m going through the odious task of importing a Ning forum to bbPress. The hard part (or so I thought) is done. I was able to get about everything from Ning into BuddyPress.
However, when I get to the last phase–BuddyPress to bbPress migration–which I thought would be easy-peasy, I lose all the replies to the forum topics! I’m following the migration process exactly (as far as I know) but it always fails. Here are the details:
I’m currently on a local server using XAMPP.
WordPress 4.2.4
BuddyPress 2.3.3 (using the default theme)
bbPress 2.5.8The only other plugins I have installed are The Events Calendar (which you kind of need for the Ning conversion) and BackupBuddy, so that I can restore/reset after every unsuccessful attempt.
I have a smallish forum of fewer than 100 people and 4 groups.
At the time of this writing, I’ve restored the site to its last successful state:
– All data successfully imported into BuddyPress
– bbPress is installed and activated
– Final migration has not yet been attempted.So, you can see all forums and replies, etc., in the BuddyPress theme on the site. The bbPress forums section in the admin menu is empty, as expected.
Now my typical next step, which always fails, is to follow the codex on migrating forums from BuddyPress to bbPress. I’ve been following it to the letter:
Unfortunately, during Step 5, the actual import step, I get the following error message:
WordPress database error: [Table 'foo.wp_bb_terms' doesn't exist]SELECT convert(term_relationships.object_id USING "utf8mb4") AS object_id,convert(term_taxonomy.term_taxonomy_id USING "utf8mb4") AS term_taxonomy_id,convert(terms.name USING "utf8mb4") AS name,convert(terms.slug USING "utf8mb4") AS slug FROM wp_bb_term_relationships AS term_relationships INNER JOIN wp_bb_term_taxonomy AS term_taxonomy USING (term_taxonomy_id) INNER JOIN wp_bb_terms AS terms USING (term_id) LIMIT 0, 100
I can’t tell if it is just complaining or if the import has actually failed at that point. Nevertheless, I finish all the steps. At that point, the groups have become forums in bbPress and the topics have transferred but only the first post in each. All replies are gone and I haven’t found any way to restore them.
One additional detail–I don’t know if it’s relevant. In order to do the Ning conversion, it’s best if you use BuddyPress v1.6, which I did. Afterward, I updated to the latest version. (Is that why wp_bb_terms didn’t get created?)
I’d greatly appreciate any insight on this. I’m so happy to be getting away from Ning–I can’t believe I’m getting tripped up on the WP side! 🙂
I created a WordPress page with the name “Diskusjon” and changed the root of bbPress to be this in the settings. Now bbp-single-forum shortcode won’t work. It just shows the forum index, something I tried to avoid by creating this standalone page as root. Any tips?
Hi,
we have been using bbpress for a couple of months, but since a few days we are having the problem that participants can´t see topics in the forum any more. When a participant loggs on, they get the message that “this forum has 7 topics and 58 replies” but also “No topics could be found!”.
Moderators and administrators do not have that problem when they log on….all topis are visible then.
How can this problem be solved, please?
Best regards,
SonjaTopic: instalation in my blog,
Hello, I would like instalation bbpress in my blog, I have bbpress instalation already, and I created 3 forums, well, now I would like to create one options in my menu with the name forum and if you click there go directly to my forums.
the thinking is I can put all my foros inside the foro/menu, if I go apparience – menu, select the forums and put inside the menu, my forums appeare in the menu but with individual options.How can I create one options in the menu with the name Forum and put inside al of them.
regards
I’ve recently migrated a couple of websites to WP Multisite and am now using bbPress on various multisite sub-sites. The issue I’m reporting may be specific to multisite, or it may be a new bug after the recent change to WP 4.3 (I’m using bbPress 2.5.8 and WP 4.3).
Context:
On the “Edit Topic” screen, there’s an “Author Information” box including an ID field. When you begin to type text into this box, the admin-ajax action “bbp_suggest_user” should auto-suggest potentially matching users.Issue:
The user autosuggest is not returning any users, just “-1”. Having dug into the code, the step that’s failing is wp_verify_nonce() in check_ajax_referrer(), which is invoked on line 745 of bbPress file includes/admin/admin.php. The nonce is making it into wp_verify_nonce, but is not matching any expected/acceptable value – so wp_verify_nonce falls out the bottom with a failure.If I remove the check_ajax_referrer step, the Edit Topic user auto-suggestion works perfectly so it’s definitely the nonce validation step that’s the problem.
Also, I’m NOT using any caching plugin on these sites, and the error exists whether the site uses https or not. It also continues to exist if I disable Wordfence.
Topic: Subscriptions not working