I have a problem, when i was converting i got this error:
Converting...
Converting poll logs... Unsuccessful!
This query:
INSERT INTO `bgforum`.smf_log_polls
(ID_POLL, ID_MEMBER)
VALUES ('1', '31'),
('1', '50'),
('1', '188'),
('1', '517'),
('2', '2'),
('2', '5'),
('2', '7'),
('2', '12'),
('2', '14'),
('2', '15'),
('2', '16'),
('2', '31'),
('2', '43'),
('2', '50'),
('2', '56'),
('2', '68'),
('2', '73'),
('2', '79'),
('2', '80'),
('2', '156'),
('2', '208'),
('2', '224'),
('2', '312'),
('2', '503'),
('2', '520'),
('3', '3'),
('3', '5'),
('3', '7'),
('3', '9'),
('3', '10'),
('3', '12'),
('3', '14'),
('3', '16'),
('3', '31'),
('3', '68'),
('3', '312'),
('3', '503'),
('', '3'),
('', '5'),
('', '7'),
('', '9'),
('', '10'),
('', '12'),
('', '14'),
('', '16'),
('', '31'),
('', '68'),
('', '312'),
('', '503'),
('1', '31'),
('1', '50'),
('1', '188'),
('1', '517'),
('2', '2'),
('2', '5'),
('2', '7'),
('2', '12'),
('2', '14'),
('2', '15'),
('2', '16'),
('2', '31'),
('2', '43'),
('2', '50'),
('2', '56'),
('2', '68'),
('2', '73'),
('2', '79'),
('2', '80'),
('2', '156'),
('2', '208'),
('2', '224'),
('2', '312'),
('2', '503'),
('2', '520'),
('3', '3'),
('3', '5'),
('3', '7'),
('3', '9'),
('3', '10'),
('3', '12'),
('3', '14'),
('3', '16'),
('3', '31'),
('3', '68'),
('3', '312'),
('3', '503'),
('', '3'),
('', '5'),
('', '7'),
('', '9'),
('', '10'),
('', '12'),
('', '14'),
('', '16'),
('', '31'),
('', '68'),
('', '312'),
('', '503'),
('4', '510'),
('4', '503'),
('4', '508'),
('4', '171'),
('5', '171'),
('5', '503'),
('5', '15'),
('5', '508'),
('5', '68'),
('5', '510'),
('5', '80'),
('5', '5'),
('6', '171'),
('6', '508'),
('6', '503'),
('6', '68'),
('7', '171'),
('7', '5'),
('7', '15'),
('7', '80'),
('7', '510'),
('7', '50'),
('7', '593'),
('8', '171'),
('8', '520'),
('8', '5'),
('8', '31'),
('8', '80'),
('8', '7'),
('8', '647'),
('8', '50'),
('8', '545'),
('8', '15'),
('8', '68'),
('8', '16');
Caused the error:
Duplicate entry '1-31-0' for key 1
Can someone help me please? ^^