@selvakarthi
when I activate plagin, i can see name of forum (the same table name?), but nothing else.
@netweb
I use wp-admin/tools.php?page=bbp-converter
wil try to find 1.1, 1.1 -> 2.1.
or rename bb_ tables to anothe prefics, maybe it helps.
I have a problem with conversion.
I use in my site http://ice-halo.net WordPress 3.4.1 and intergated bbPress 1.0.2 http://forum.ice-halo.net with 1 date base (wp_, bb_ tables). Site on russion language.
try to export – nothing.
_bbp_converter_start 0
_bbp_converter_step 4
_bbp_converter_query
SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.forum_parent USING “utf8”) AS forum_parent,convert(forums.topics USING “utf8”) AS topics,convert(forums.posts USING “utf8”) AS posts,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_slug USING “utf8”) AS forum_slug,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.forum_order USING “utf8”) AS forum_order FROM bb_forums AS forums LIMIT 0, 10
try to exec _bbp_converter_query – it works on myadmin.
What can I do to convert?