Skip to:
Content
Pages
Categories
Search
Top
Bottom

"Oh bother! No forums were found here!" after import

  • After I used the import wizard to import all messages from my old bbpress installation the message “Oh bother! No forums were found here!” is displayed. When I directly browse the form it seems to work, but when using the navigation the same message is displayed.

    All forums are published as public, not hidden.

    Any clue what might be wrong?

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

  • Anointed
    Participant

    @anointed

    Did you run the update counters script? (just a guess)

    DO you mean the bbpress recount tool? Yes all steps were complete!

    I have some more info. When create a new page using the [bbp-topic-index] header only new forum posts are displayed. When using [bbp-forum-index] the same message appears.

    I found the solution for this problem. The root cause is the qtranslate plugin which only displays topics marked with <!–:en–> and <!–:–>.

    Changing the post_content for all topics fixed my problem. Here’s the SQL code I used to fix this.

    UPDATE wp_posts

    SET post_content = CONCAT(‘<!–:en–>’,post_content,'<!–:–><!–:nl–>’,post_content,'<!–:–>’)

    WHERE post_type = “topic”

    AND post_content NOT LIKE “%:en%”

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar