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
Comments
Comment #1
Anonymous (not verified) commentedI 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.
Comment #2
wroxbox commentedI was getting errors too, but simple patch fixing the insert sql fixed errors.
Comment #3
Anonymous (not verified) commentedThanks! That worked!