Hello All,
We are using PostgreSQL with Developer Portal and seeing this error pop up a lot when deleting or modifying any setting.
An example is when we try to edit a method in Smartdocs and hit Save we get an error on the screen that says - The website encountered an error when processing the request. However, the Model is updated successfully. Also, another example is when trying to delete a Content, seeing the same behavior.
The error in the logs look like this -
PDOException: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block: DELETE FROM {taxonomy_index} WHERE (nid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 75 ) in taxonomy_delete_node_index() (line 2011 of /var/www/html/.../modules/taxonomy/taxonomy.module).
How can we fix this?
Thanks