11-30-2005, 02:27 PM
|
|
|
|
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Impreza04
Still getting the error even with 1.0.2
PHP Code:
Invalid SQL:
INSERT INTO vB_arcade_categories VALUES (7,'Puzzle',1),(8,'Action',2),(3,'Retro',3),(4,'Sport',4),(5,'Shooters',5),(1,'Other',100),(2,'Favorites',101);
MySQL Error : Duplicate entry '7' for key 1
Error Number : 1062
Date : Wednesday, November 30th 2005 @ 04:23:26 PM
Script : http://www.playstation-racing.co.uk/forum/admincp/plugin.php
Referrer : http://www.playstation-racing.co.uk/forum/admincp/plugin.php?do=productadd
|
You'd only get that if your product was uninstalled, and your tables already exist. You can use the attached XML file to install, which will skip the inserting of new records.
|