8
Hello all!
I have some problems with this convertor.
My phpBB database is almost 14 MB. So, at 5th step, copy topics, I have this error:
le="color: #000000"><?php Error SQL-query : INSERT INTO xoops_bb_topics( topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_last_post_id, forum_id ) SELECT p.topic_id, p.topic_title, t.xoops_bb_uid, p.topic_time, p.topic_views, p.topic_replies, p.topic_last_post_id, p.forum_id FROM phpbb_topics p, temp_uid_map t WHERE p.topic_poster = t.phpbb_uid MySQL said: #1062 - Duplicate entry '2' for key 1
Since I'm not very familiar with mysql..please help me :), what can I do to correct this issue ?
Regards