- Joined
- Jul 4, 2017
- Messages
- 305
- Points
- 18
For italian woocommerce forum need to migrate from mybb to bbpress.
There is a tool, work fine but I cant import user.
When I try to import user i see this error:
There is a tool, work fine but I cant import user.
When I try to import user i see this error:
Code:
[Table 'admin_wooforum.mybb_sfforums' doesn't exist]
SELECT convert(sfforums.forum_id USING "utf8mb4") AS forum_id,convert(sfforums.parent USING "utf8mb4") AS parent,convert(sfforums.topic_count USING "utf8mb4") AS topic_count,convert(sfforums.post_count USING "utf8mb4") AS post_count,convert(sfforums.forum_name USING "utf8mb4") AS forum_name,convert(sfforums.forum_desc USING "utf8mb4") AS forum_desc,convert(sfforums.forum_seq USING "utf8mb4") AS forum_seq FROM mybb_sfforums AS sfforums LIMIT 0, 100