Vitalize
Mon 10th Oct '05, 8:08pm
Using the latest version of impexp and vbb.
Skimmed through several posts on this board, but I was unable to find a solution.
At step 6 I get the following error text (any idea how to fix it?):
INSERT INTO ecvbbforum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'General',
'',
,
'30',
'20',
'-1',
'0',
'1',
'General',
''
)
mysql 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 '
'30',
'20',
'-1',
'0',
'1',
'General',
' at line 13
Skimmed through several posts on this board, but I was unable to find a solution.
At step 6 I get the following error text (any idea how to fix it?):
INSERT INTO ecvbbforum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'General',
'',
,
'30',
'20',
'-1',
'0',
'1',
'General',
''
)
mysql 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 '
'30',
'20',
'-1',
'0',
'1',
'General',
' at line 13