bbparis
Sun 26th Feb '06, 10:49am
Hi, i'm trying to perform an import from phpbb 2.0.x and everythings going fine until I reach the point of importing the forums (forum categories). It imports the categories fine, but it gives me an error afterwards:
ImpEx Database errormysql error: Invalid SQL:
INSERT INTO forum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'Private',
'This is a default category for private imported forums',
!##NULL##!,
'30',
'1',
'-1',
'0',
'99999',
'Private',
'This is a default category for private imported forums'
)
Please advise me on what I should do.
ImpEx Database errormysql error: Invalid SQL:
INSERT INTO forum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'Private',
'This is a default category for private imported forums',
!##NULL##!,
'30',
'1',
'-1',
'0',
'99999',
'Private',
'This is a default category for private imported forums'
)
Please advise me on what I should do.