
08-26-2010, 09:15 PM
|
|
|
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by cherylferraro
Error when importing the xml file.
Code:
Database error in vBulletin 4.0.6:
Invalid SQL:
INSERT INTO vb_product
(productid, title, description, version, active, url, versioncheckurl)
VALUES
('lsoptions',
'Lightweight Style Options',
'A collection of options to customise the Lightweight style',
'1.0.0',
1,
'http://vbdev.org/forum.php',
'http://vbdev.org/forum.php');
MySQL Error : Duplicate entry 'lsoptions' for key 'PRIMARY'
Error Number : 1062
Request Date : Thursday, August 26th 2010 @ 01:08:28 PM
Error Date : Thursday, August 26th 2010 @ 01:11:40 PM
Script : http://www.mysite.com/forum/admincp/plugin.php?do=productimport
Referrer : http://www.mysite.com/forum/admincp/plugin.php?do=productadd
Classname : vB_Database
MySQL Version : 5.1.48-log
|
I would guess hat means you either have another product with the same productid installed (I though vBulletin would track this?) or you have tried to install it twice without the ovewrite option
|