I am hoping somebody can help me with fixing this error. During my conversion, I get this error:
Converting poll votes... Unsuccessful!
This query:
INSERT INTO `emotiond_smf1`.smf_log_polls
(ID_POLL, ID_MEMBER, ID_CHOICE)
VALUES ('7', '86', '0'),
('7', '531', '2'),
('7', '1', '0'),
('7', '237', '0'),
('7', '428', '0'),
('7', '49', '0'),
('2', '283', '0'),
('2', '722', '0'),
('2', '237', '0'),
('2', '527', '0'),
('2', '1', '0'),
('2', '39', '0'),
('2', '264', '0'),
('2', '49', '0'),
('3', '977', '1'),
('3', '1189', '1'),
('3', '30', '2'),
('3', '39', '3'),
('3', '428', '1'),
('3', '1', '1'),
('3', '283', '1'),
('3', '794', '1'),
('3', '237', '1'),
('3', '49', '3'),
('6', '0', '5'),
('6', '49', '7'),
('6', '0', '0,7'),
('6', '509', '7'),
('6', '283', '7'),
('6', '0', '0'),
('6', '527', '7'),
('6', '237', '7'),
('6', '794', '5,6,7'),
('6', '428', '0'),
('6', '1', '6,7'),
('5', '164', '5'),
('5', '1005', '2'),
('5', '527', '2'),
('5', '1', '4'),
('5', '237', '2'),
('5', '39', '3'),
('5', '49', '4'),
('4', '283', '0'),
('4', '49', '1'),
('4', '564', '0'),
('1', '39', '0'),
('1', '237', '1'),
('1', '0', '1'),
('1', '564', '1'),
('1', '1', '1');
Caused the error:
Duplicate entry '7-86-0' for key 1
I really need to get this figured out.
Is there any way to find out what post this is stopping on and I can just go and delete the poll?
I have attempted this multiple times, and get the same error every time. I do get "Duplicate entry '6-0-0' for key 1 before I get Duplicate entry '7-86-0' for key 1 if that helps.
Are you using the converter in this topic? [SMF Converter] phpBB - 2.0.19+ (http://www.simplemachines.org/community/index.php?topic=142124.0)