I assigned a serial field to a content type for which I had already created about 67 nodes. I'm getting this type of error for each node:

user warning: Duplicate entry '296' for key 2 query: INSERT INTO serial_web_devel_logs_field_weblog_number (nid) VALUES(296) in /devel/drupal-admin/sites/all/modules/serial/serial.inc on line 89.

This is similar to the problem mentioned earlier (http://drupal.org/node/600322).

Comments

kirsh’s picture

Version: 6.x-1.0-beta2 » 6.x-1.0-beta1
Assigned: Unassigned » kirsh

It seems that you are using beta 1 (according to the line number in the message - 89).

I don't know what causes this bug because I cannot reproduce it, but there is a chance that changes in beta 2 solve the problem - could you please try beta 2?

kirsh’s picture

Status: Active » Closed (fixed)

It seems that the problem happened on an attempt to configure an existing Serial field - beta 3 should fix it.

kirsh’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

darshanchoudhary’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0
Assigned: kirsh » Unassigned
Status: Closed (fixed) » Active

I am getting the same error :
user warning: Duplicate entry '219' for key 'nid' query: INSERT INTO serial_profile2_field_serial (nid) VALUES(219) in /var/public_html/thealumniportal.com/ies2/sites/all/modules/serial/serial.inc on line 128.

I am using the latest stable version 6.x-1.0 can anyone help want can be the issue.!

Thanx

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)