Skip to:
Content
Pages
Categories
Search
Top
Bottom

Kunena 3 import to bbPress


  • bexinul
    Participant

    @bexinul

    Hello,

    I am trying to import my Kunena 3 forum to bbPress when switching from Joomla to WordPress.

    The import always fails with this error:

    
    WordPress database error: [Table 'bcbrainois2.jos_kunena_topics' doesn't exist]
    SELECT convert(kunena_messages.id USING "utf8") AS id,convert(kunena_messages.catid USING "utf8") AS catid,convert(kunena_messages.thread USING "utf8") AS thread,convert(kunena_messages.ip USING "utf8") AS ip,convert(kunena_messages.userid USING "utf8") AS userid,convert(kunena_messages.subject USING "utf8") AS subject,convert(kunena_messages_text.message USING "utf8") AS message,convert(kunena_messages.time USING "utf8") AS time FROM jbcb_kunena_messages AS kunena_messages LEFT JOIN jbcb_kunena_messages_text AS kunena_messages_text ON kunena_messages_text.mesid = kunena_messages.id LEFT JOIN jos_kunena_topics AS kunena_topics ON kunena_messages.thread = kunena_topics.id WHERE kunena_messages.parent != 0 LIMIT 0, 100
    

    My table prefix is jbcb_ I don’t know why the importer tries to import a jos_ table which doesn’t exist…

    And the result of the import is a forum without any post, just the topics are imported.

    Can someone help me on that one?

    Thanks a lot,

    Nicolas

  • You must be logged in to reply to this topic.
Skip to toolbar