Hi. I started receiving the following user warning message today after updating a previously created node:

user warning: Duplicate entry '116' for key 1 query: INSERT INTO simple_access_owner (nid, sa_view, sa_update, sa_delete) VALUES (116, 1, 0, 0) in /mnt/nas2/www/staging/rodstaging/includes/common.inc on line 3528.

Since I worked on this site last we have moved to PHP 5.3.2. That is really the only change. Before that we updated nodes and didn't get any error messages.

I saw that this was a problem with a beta version of this module but it was solved in beta 6. Has anyone experienced this problem since then? Is there a setting I need to check?

Thank you for your help,
Susan

CommentFileSizeAuthor
#2 duplicateentry-1046768.patch609 byteswroxbox

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

I figured out the problem. I was working on the site as a user with full rights to the site but since I wasn't a part of the group given access to particular pages it gave the warning message. My mistake.

wroxbox’s picture

Category: support » bug
Status: Closed (fixed) » Needs review
StatusFileSize
new609 bytes

I was getting errors too, but simple patch fixing the insert sql fixed errors.

Anonymous’s picture

Thanks! That worked!