dooch |
02-27-2009 08:06 AM |
getting a mysql error on product import
Code:
Database error in vBulletin 3.8.1:
Invalid SQL:
REPLACE INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
VALUES
(
'helpans_manual',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
10,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_hidefirst',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
15,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_neg',
'helpfulanswers',
'1',
'1',
'boolean',
'yesno',
20,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_banned',
'helpfulanswers',
'',
'',
'text',
'',
30,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_top',
'helpfulanswers',
'1',
'1',
'boolean',
'yesno',
40,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_self',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
45,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_min',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
50,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_minnum',
'helpfulanswers',
'10',
'10',
'text',
'',
55,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_limit',
'helpfulanswers',
'',
'',
'text',
'',
60,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_stats_votes',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
70,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_stats_ranks',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
80,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_stats_ten',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
85,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_gettop',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
90,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_rank_ten',
'helpfulanswers',
'0',
'0',
'boolean',
'yesno',
100,
0,
1,
'',
0,
'helpful_answers'
),
(
'helpans_report',
'helpfulanswers',
'1',
'1',
'boolean',
'yesno',
200,
0,
1,
'',
0,
'helpful_answers'
);
MySQL Error : Data truncated for column 'datatype' at row 4
Error Number : 1265
Request Date : Friday, February 27th 2009 @ 10:02:24 AM
Error Date : Friday, February 27th 2009 @ 10:02:25 AM
Script : http://www.****.com/admincp/plugin.php?do=productimport
Referrer : http://www.****.com/admincp/plugin.php?do=productadd
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.51a-community-nt
EDIT - I think the error is at my end of things... ;(
|