Error while attempting to migrate from phpbb
-
Hello everyone.
I am looking for some help here.
I am trying to migrate a rather large forum from phpbb to bbpress using the bbpress importer.
I filled the details with the right database information and started the import.
However, it keeps showing me an error and does not let me import anything.
When I click on “start” the import, it inmediately shows this text:Repair any missing information: Continue
WordPress database error: [Unknown column ‘topics.topic_replies’ in ‘field list’]
SELECT convert(topics.topic_id USING “utf8mb4”) AS topic_id,convert(topics.topic_replies USING “utf8mb4”) AS topic_replies,convert(topics.topic_replies_real USING “utf8mb4”) AS topic_replies_real,convert(topics.forum_id USING “utf8mb4”) AS forum_id,convert(topics.topic_poster USING “utf8mb4”) AS topic_poster,convert(posts.poster_ip USING “utf8mb4”) AS poster_ip,convert(posts.post_text USING “utf8mb4”) AS post_text,convert(topics.topic_title USING “utf8mb4”) AS topic_title,convert(topics.topic_status USING “utf8mb4”) AS topic_status,convert(topics.topic_type USING “utf8mb4”) AS topic_type,convert(topics.topic_time USING “utf8mb4”) AS topic_time,convert(topics.topic_last_post_time USING “utf8mb4”) AS topic_last_post_time FROM phpbbli_topics AS topics INNER JOIN phpbbli_posts AS posts USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id LIMIT 0, 100
No topics to convertNo forum parents to convertIt only shows that text and does not import anything. All user accounts are existing inside my phpbb database.
Does anyone know why this is happening or how can I solve this in order to make the import?
Thank you.
- You must be logged in to reply to this topic.