After update from 7.x-1.0 to 7.x-1.1 I have the following error in my status report:

The following token types are not defined but have tokens:
$info['types']['taxonomy_term']
$info['types']['taxonomy_vocabulary']

When I disable the profanity module, the error disappears.

I hope someone can help.

Comments

heylookalive’s picture

Hey! This is akin to "have you turned it off and on" but, have you cleared all the caches following this change?
https://www.drupal.org/documentation/clearing-rebuilding-cache

drupingo’s picture

Hello heylookalive, thank you for your quick answer. I have cleared the caches several times but error still appears.

heylookalive’s picture

Status: Active » Needs review

Hey Drupingo, sorry for the wait on this.

I've worked this out and fixed in latest dev, could you give it a try please?

The issue came down to that we provide tokens for all entities possible, when it comes to the taxonomy entities (term and vocabulary) the entity name is prefixed with "taxonomy_" so we need to consider that special case.

  • aa35804 committed on 7.x-1.x
    Issue #2376649: token error after 7.x-1.1 update