When I go to
/admin/config/content/community-tags

I see the following message:

"There are 3 broken community tags that reference missing terms, nodes, or users. Click here to delete them."

(I had 3 tags before enabling the Community Tags module)

I click on the link under "here":
/admin/config/content/community-tags/ops/broken

Delete broken community tags?

I click the "Confirm" button.

I get:

Fatal error: Call to undefined function db_affected_rows() in /community_tags/community_tags.admin.inc on line 639

Drupal 7.12

Comments

Refineo’s picture

A temporary solution was to "purge" the vocabulary but I would like to reuse the vocabulary instead.
One way or another the fatal error should not appear. It requires some additional handling.

Refineo’s picture

I still get this error:

/admin/config/content/community-tags/ops/broken

throws:

Fatal error: Call to undefined function db_affected_rows() in /***/sites/all/modules/contrib/community_tags/community_tags.admin.inc on line 639

Drupal 7.14