Keep gettin this error when i try to import the product
Quote:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
VALUES
(
'wow_font_style',
'wow_style_settings',
'Verdana',
'Verdana',
'free',
'',
11,
0,
1,
'',
0,
'wow_recruitment'
),
(
'wow_tcolor_style',
'wow_style_settings',
'#660000',
'#660000',
'free',
'',
21,
0,
1,
'',
0,
'wow_recruitment'
),
(
'wow_h1color_style',
'wow_style_settings',
'#660011',
'#660011',
'free',
'',
31,
0,
1,
'',
0,
'wow_recruitment'
),
(
'wow_h2color_style',
'wow_style_settings',
'#660022',
'#660022',
'free',
'',
41,
0,
1,
'',
0,
'wow_recruitment'
),
(
'wow_hlcolor_style',
'wow_style_settings',
'#660033',
'#660033',
'free',
'',
51,
0,
1,
'',
0,
'wow_recruitment'
);
MySQL Error : Duplicate entry 'wow_font_style' for key 1
Error Number : 1062
|
|