Duplicate Error and Menu Issues when Creating Product

Posts: 3
Joined: 08/24/2008

BS"D

I get the following when creating a new product with role adjustment using Drupal 5.10. The only thing I may have done to cause it was to have created the product with the same name previously in E-commerce and then deleting it when I got rid of E-commerce and switched to Ubercart:

user warning: Duplicate entry '1-38' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (38, 1) in /home/cybfirmc/domains/pplinvest.com/includes/database.mysql.inc on line 172.

In addition, the product entry does not save on the menu so that a menu link is not visible - as I am creating subscriptions I want them visible on the main menu.

Thanks,

Itzhak

Posts: 3
Joined: 08/24/2008

BS"D

No - changed the name and got:

user warning: Duplicate entry '1-39' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (39, 1) in /home/cybfirmc/domains/pplinvest.com/includes/database.mysql.inc on line 172.

In other words same problem but a different value number.

I did clear the assignment problem - for some reason the system did not save my chosen values - but I still get the duplicate and menu issues

Next one gave me the next value number in line:

user warning: Duplicate entry '1-40' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (40, 1) in /home/cybfirmc/domains/pplinvest.com/includes/database.mysql.inc on line 172.