I'm trying to convert from IPB 1.3 Final t SMF 1.1.4. I got this error during the conversion, don't know how to go on.
***(I've removed some of the quote, as this is a list of all various poll options from the forum, and some of the lines may contain inappropriate language)
INSERT INTO `yun0net_forum`.smf_poll_choices
(ID_POLL, ID_CHOICE, label, votes)
VALUES (1, SUBSTRING('0', 1, 255), 'yes', 1, 255), '2'),
(1, SUBSTRING('1', 1, 255), 'well duh', 1, 255), '3'),
(1, SUBSTRING('2', 1, 255), 'of course', 1, 255), '1'),
(1, SUBSTRING('3', 1, 255), 'certainly', 1, 255), '5'),
(1, SUBSTRING('4', 1, 255), 'no (and my name is jenni)', 1, 255), '1'),
(2, SUBSTRING('0', 1, 255), '640x480', 1, 255), '0'),
***(etc)
Caused the error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2'),
(1, SUBSTRING('1', 1, 255), 'well duh', 1, 255), '3'),
(1,' at line 3
My server has mysql-5.0.45.
There must be a way to fix this, what do I do?