I have some Rules that after saving a new node, check the terms of taxonomy inserted and change some of them. So if the filed "1" contains the taxonomy term "X", field "2" will be set with term "Y".

After installing the module TAC_Lite, any content created, with taxonomy's Rules, appears on the screen the message: "An unexpected error has occurred., Please try again later"

Log In recent Drupal I find the below error:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '9093-384-tac_lite' for key 'PRIMARY': INSERT INTO {node_access} (nid, realm, gid, grant_view, grant_update, grant_delete) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5); Array ( [:db_insert_placeholder_0] => 9093 [:db_insert_placeholder_1] => tac_lite [:db_insert_placeholder_2] => 384 [:db_insert_placeholder_3] => 1 [:db_insert_placeholder_4] => 1 [:db_insert_placeholder_5] => 1 ) in node_access_write_grants() (linea 3551 di /var/www/my_site/modules/node/node.module).

Comments

Mirkozzo’s picture

Issue summary: View changes