
05-10-2006, 11:36 AM
|
|
|
Join Date: Mar 2004
Location: Germany
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Cool idea but doesn't work here:
Quote:
Invalid SQL:
INSERT INTO vb3_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'importnews',
'newsimporting',
'',
'',
'boolean',
'yesno',
1,
0,
1,
'import_news'
),
(
'newsforum',
'newsimporting',
'86',
'1',
'numeric',
'',
2,
0,
1,
'import_news'
);
MySQL-Fehler : Duplicate entry 'newsforum' for key 1
Fehler-Nr. : 1062
Datum : Wednesday, May 10th 2006 @ 02:33:14 PM
Skript : /vb/admincp/plugin.php
Referrer : /vb/admincp/plugin.php?do=productadd
Klassenname : vB_Database
|
vbAdvanced is using that name, you should use another table name!
|