Plugin is duplicating posts in the database
-
I have installed the plugin for the latest WordPress 3.5. When I Update/Publish a post I get this error:
WordPress database error Duplicate entry '962-post-1' for key 'PRIMARY' for query INSERT INTO wpi_uam_accessgroup_to_object ( group_id, object_id, object_type ) VALUES ( '1', '962', 'post' ) made by edit_post, wp_update_post, wp_insert_post, do_action('pre_post_update'), call_user_func_array, wp_save_post_revision, _wp_put_post_revision, wp_insert_post, do_action('save_post'), call_user_func_array, UserAccessManager->savePostData, UserAccessManager->_saveObjectData, UamUserGroup->save WordPress database error Duplicate entry '976-post-1' for key 'PRIMARY' for query INSERT INTO wpi_uam_accessgroup_to_object ( group_id, object_id, object_type )
Looked into the database and found my post had been duplicated multiple times. The plugin works in the frontend.
Also when I ammend the User’s Group details it generates this:
WordPress database error Duplicate entry '611-post-1' for key 'PRIMARY' for query INSERT INTO wpi_uam_accessgroup_to_object ( group_id, object_id, object_type ) VALUES ( '1', '611', 'post'
Installed 3.3.2 on the same server and it works fine.
Overall apart from the above, the plugin is exactly what I needed, I would also like to know if it was possible to make the tick boxes in the User panel visible to the user, as I want them to be able to change select the group themselves, but I do not want to change them to an admin role.
Any help or suggestions appreciated.
https://www.ads-software.com/extend/plugins/user-access-manager/
- The topic ‘Plugin is duplicating posts in the database’ is closed to new replies.