When I try and create a new story entry of content in Drupal (4.6) after migrating from WordPress, I repeatedly get an error similar to the following... Any ideas on what is causing this, or how I might fix it?

"user error: Duplicate entry '6' for key 1
query: INSERT INTO pub_node (status, moderate, promote, sticky, comment, title, body, format, uid, created, type, teaser, changed, nid) VALUES('1', '0', '1', '0', '2', 'WordPress to Drupal Migration', 'I\'ve changed my blog over to Drupal, this means everything will be in a state of chaos until I clean it up.

Shawn', '3', '1', ''########', ', 'story', 'I\'ve changed my blog over to Drupal, this means everything will be in a state of chaos until I clean it up.

Shawn', '########', '6') in /home2/shb1_139/shawnprest.net/public_html/pub/includes/database.mysql.inc on line 66.

warning: Cannot modify header information - headers already sent by (output started at /home2/shb1_139/shawnprest.net/public_html/pub/includes/common.inc:384) in /home2/shb1_139/shawnprest.net/public_html/pub/includes/common.inc on line 192."

Comments