Guest210212002 |
11-06-2006 10:26 PM |
Hey Paul, I realize this hack is outdated, but I have too many custom mods that I need to work out before going 3.6x. I get this error importing it, if you have a moment:
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO vb3_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'',
'reputation',
'1',
'1',
'boolean',
'yesno',
140,
0,
1,
'PAULM_20050617'
),
(
'erenable',
'reputation',
'1',
'1',
'boolean',
'yesno',
140,
0,
1,
'PAULM_20050617'
),
(
'ernewline',
'reputation',
'1',
'1',
'boolean',
'yesno',
141,
0,
1,
'PAULM_20050617'
),
(
'erbac',
'reputation',
'5',
'5',
'number',
'',
142,
0,
1,
'PAULM_20050617'
),
(
'erbav',
'reputation',
'150',
'150',
'number',
'',
143,
0,
1,
'PAULM_20050617'
),
(
'erbbc',
'reputation',
'5',
'5',
'number',
'',
144,
0,
1,
'PAULM_20050617'
),
(
'erbbv',
'reputation',
'250',
'250',
'number',
'',
145,
0,
1,
'PAULM_20050617'
),
(
'erbcc',
'reputation',
'10',
'10',
'number',
'',
146,
0,
1,
'PAULM_20050617'
),
(
'erbcv',
'reputation',
'800',
'800',
'number',
'',
147,
0,
1,
'PAULM_20050617'
);
MySQL Error : Duplicate entry '' for key 1
Error Number : 1062
I did an uninstall, and tried import with overwrite, but same deal.
|