@Robk Yes it is Version 3.1.
Anyhow I was able to fix the issue by changing the var of the value of “from_tablename” from “forum” to “wbb1_1_board”. I also commented out the lines which doesn’t exist in WBB and also have “forum” as value.
Here’s my fork:
https://gist.github.com/pegelf/faa9589f58d2ad7bfb5e
Now I only have the problem with the freezing. I already tried to use steps of 10 instead from 100, but that didn’t work.
Hello,
Is there a final version of the script? I tried the one linked by @netweb on github, but it freezes after 2100 answers.
And if I try to import the users also, I get the following error:
WordPress database error: [Unknown column ‘forum.boardType’ in ‘field list’]
SELECT convert(wbb1_1_board.boardID USING “utf8mb4”) AS boardID,convert(wbb1_1_board.parentID USING “utf8mb4”) AS parentID,convert(wbb1_1_board.threads USING “utf8mb4”) AS threads,convert(wbb1_1_board.posts USING “utf8mb4”) AS posts,convert(wbb1_1_board.title USING “utf8mb4”) AS title,convert(wbb1_1_board.description USING “utf8mb4”) AS description,convert(wbb1_1_board.sortOrder USING “utf8mb4”) AS sortOrder,convert(forum.boardType USING “utf8mb4”) AS boardType,convert(forum.isClosed USING “utf8mb4”) AS isClosed FROM wbb1_1_board AS wbb1_1_board LIMIT 0, 100</blockquote