Using the token problems checking provided in :
http://drupal.org/node/1061714
I get the following error in the status report :

The following token type is not defined but has tokens:

    * $info['types']['profile2']

I use :
7.x-1.x-dev (2011-mars-19)

Comments

Jerome F’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta2

I upgraded to beta2 and the problem is still there.

andy_read’s picture

Version: 7.x-1.0-beta2 » 7.x-1.0-beta4

I've just updated to Beta 5 and I'm getting this same error in my Status Report (admin/reports/status)

tgriswold’s picture

I get the same problem after upgrading to 7.x-1.0-beta5.

Anonymous’s picture

I'm also getting the same issue at "Status Report".

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

Here is a discussion about the general issue concerning token issues in the last update.

http://drupal.org/node/1265848

Subscribing...

dddave’s picture

sub (sorry)

fago’s picture

Status: Active » Postponed (maintainer needs more info)

are you using entity-tokens? The bug shouldn't be in there, or?
Else, I don't see what should provide profile2 tokens?

dddave’s picture

I am not using entity-tokens. And I haven't consciously used tokens with profile 2 anyways (just testing p2 out atm).

dave reid’s picture

This might have been a problem if you were using the taxonomy_entity_index module which was blindly adding tokens to all entity types regardless if they had tokens or not. Recently fixed in 7.x-1.x.

hanamizuki’s picture

I am not sure if it's the problem of profile 2 as it seems to happen to many other people.
http://drupal.org/node/1265848

And it happens on me as well.... subscribing...

ckng’s picture

Version: 7.x-1.0-beta4 » 7.x-1.3
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Active
Related issues: +#1265848: tokens or token types are missing required name and description information

Still seeing this on 1.3.
Modules depending on Token are File, Paths, Newsletter, Pathauto, Real name.

Relevant issue is http://drupal.org/node/1265848

spleshka’s picture

Can you please provide a use case or steps to reproduce this issue?

ckng’s picture

It is a fresh install, have 2 profiles configured, so no idea what's the configuration that causes it.

ckng’s picture

After uninstalled profile2, the error persists. Grep all modules, the only code where "profile2" appears is auto_entitylabel (auto_entitylabel_entity_label_visible:102)

spleshka’s picture

So now it appears auto_entitylabel module issue, right?