chrisg13
Mon 2nd Jan '06, 3:11pm
Hi,
I am attempting to import data from Yabb Gold SP 1.3.1 into VBulletin 3.5.2 and am getting the following error message on Module 1:
ImpEx Database errormysql error: Invalid SQL:
INSERT INTO usergroup
(
importusergroupid, title, description,
usertitle, passwordexpires, passwordhistory,
pmquota, pmsendmax, pmforwardmax,
opentag, closetag, canoverride,
ispublicgroup, forumpermissions, pmpermissions,
calendarpermissions, wolpermissions, adminpermissions,
genericpermissions, genericoptions, attachlimit,
avatarmaxwidth, avatarmaxheight, avatarmaxsize,
profilepicmaxwidth, profilepicmaxheight, profilepicmaxsize
)
VALUES
(
'69',
'Imported Users',
'',
'',
0,
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
''
)
mysql error: Incorrect integer value: '' for column 'passwordhistory' at row 1
mysql error number: 1366
Date: Monday 02nd of January 2006 01:49:53 PM
Note: I am not clear on the exact path Impex is looking when it asks: "Full Path to YaBB uploads folder" as I do not have any folders labeled upload within Yabb. I have changhed this path to several different things but always get the same mysql error.
Thank you in advance for your assistance.
I am attempting to import data from Yabb Gold SP 1.3.1 into VBulletin 3.5.2 and am getting the following error message on Module 1:
ImpEx Database errormysql error: Invalid SQL:
INSERT INTO usergroup
(
importusergroupid, title, description,
usertitle, passwordexpires, passwordhistory,
pmquota, pmsendmax, pmforwardmax,
opentag, closetag, canoverride,
ispublicgroup, forumpermissions, pmpermissions,
calendarpermissions, wolpermissions, adminpermissions,
genericpermissions, genericoptions, attachlimit,
avatarmaxwidth, avatarmaxheight, avatarmaxsize,
profilepicmaxwidth, profilepicmaxheight, profilepicmaxsize
)
VALUES
(
'69',
'Imported Users',
'',
'',
0,
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
''
)
mysql error: Incorrect integer value: '' for column 'passwordhistory' at row 1
mysql error number: 1366
Date: Monday 02nd of January 2006 01:49:53 PM
Note: I am not clear on the exact path Impex is looking when it asks: "Full Path to YaBB uploads folder" as I do not have any folders labeled upload within Yabb. I have changhed this path to several different things but always get the same mysql error.
Thank you in advance for your assistance.