Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'ucash_rounddecimal',
'ucash',
'2',
'2',
'free',
'',
70,
0,
1,
'ucash'
),
(
'ucash_enablesystem',
'ucash',
'1',
'1',
'free',
'yesno',
30,
0,
1,
'ucash'
),
(
'ucash_perthread',
'ucash',
'2',
'20',
'free',
'',
40,
0,
1,
'ucash'
),
(
'ucash_perview',
'ucash',
'.10',
'1',
'free',
'',
60,
0,
1,
'ucash'
),
(
'ucash_pointsforbreputation',
'ucash',
'0',
'1',
'free',
'',
63,
0,
1,
'ucash'
),
(
'ucash_pointsforgreputation',
'ucash',
'5',
'1',
'free',
'',
62,
0,
1,
'ucash'
),
(
'ucash_pointsperreferral',
'ucash',
'25',
'100',
'free',
'',
61,
0,
1,
'ucash'
),
(
'ucash_pointsfield',
'ucash',
'ucash',
'ucash',
'free',
'',
20,
0,
1,
'ucash'
),
(
'ucash_pointtable',
'ucash',
'user',
'user',
'free',
'',
10,
0,
1,
'ucash'
),
(
'ucash_perreply',
'ucash',
'1',
'15',
'free',
'',
50,
0,
1,
'ucash'
),
(
'ucash_pointspercharacter',
'ucash',
'0.01',
'0.01',
'free',
'',
51,
0,
1,
'ucash'
),
(
'ucash_governmentbank',
'ucash',
'0',
'0',
'free',
'yesno',
31,
0,
1,
'ucash'
),
(
'ucash_governmentbankst',
'ucash',
'0',
'0',
'free',
'yesno',
32,
0,
1,
'ucash'
),
(
'ucash_pointsforregistering',
'ucash',
'10',
'0',
'free',
'',
38,
0,
1,
'ucash'
),
(
'ucash_paycheck',
'ucash',
'604800',
'604800',
'free',
'',
80,
0,
1,
'ucash'
);
MySQL Error : Duplicate entry 'ucash_rounddecimal' for key 1
thats what i get when trying to upload the xml file
|