I recently upgraded from Drupal 5 to 6. Unfortuantely, I now receive a lot of errors relating to Coherent Access when viewing pages. The following is an example.

Duplicate entry '0' for key 1 query: INSERT INTO k1_coherent_access_gid (gid, nid, mode) values(0, 4880, 7) in /path/to/drupal/6/sites/all/modules/coherent_access/coherent_access.module on line 667

I'd really appreciate any help.

Comments

jgraham’s picture

Is this still an issue?

If it is can you run the following SQL query, and provide the output.

SELECT * from k1_coherent_access_gid WHERE nid = 4880;

Or replace 4880 with any node the problem is showing up on.

MGN’s picture

Status: Active » Postponed (maintainer needs more info)

seems like this could be closed because of a lack of followup...