PDA

View Full Version : problem importing from phpbb


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.

Steve Machol
Sun 26th Feb '06, 9:15pm
Fill out a support ticket at:

http://members.vbulletin.com/membersupport_contactform.php

Be sure to include the login info to your Admin CP, phpMyAdmin and FTP. Please also include a complete description of the problem.