an idea whats causing this error
Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'hidetag_color',
'bbcode',
'blue',
'blue',
'free',
'',
10,
0,
1,
'darkvisor_hide'
),
(
'hidetag_defaultposts',
'bbcode',
'1',
'5',
'number',
'',
10,
0,
1,
'darkvisor_hide'
);
MySQL Error : Duplicate entry 'hidetag_color' for key 1