Active
Project:
Profile 2
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 12:29 UTC
Updated:
29 Oct 2014 at 09:32 UTC
Jump to comment: Most recent
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
Comment #1
Jerome F commentedI upgraded to beta2 and the problem is still there.
Comment #2
andy_read commentedI've just updated to Beta 5 and I'm getting this same error in my Status Report (admin/reports/status)
Comment #3
tgriswold commentedI get the same problem after upgrading to 7.x-1.0-beta5.
Comment #4
Anonymous (not verified) commentedI'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...
Comment #5
dddave commentedsub (sorry)
Comment #6
fagoare you using entity-tokens? The bug shouldn't be in there, or?
Else, I don't see what should provide profile2 tokens?
Comment #7
dddave commentedI am not using entity-tokens. And I haven't consciously used tokens with profile 2 anyways (just testing p2 out atm).
Comment #8
dave reidThis 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.
Comment #9
hanamizuki commentedI 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...
Comment #10
ckngStill seeing this on 1.3.
Modules depending on Token are File, Paths, Newsletter, Pathauto, Real name.
Relevant issue is http://drupal.org/node/1265848
Comment #11
spleshkaCan you please provide a use case or steps to reproduce this issue?
Comment #12
ckngIt is a fresh install, have 2 profiles configured, so no idea what's the configuration that causes it.
Comment #13
ckngAfter uninstalled profile2, the error persists. Grep all modules, the only code where "profile2" appears is auto_entitylabel (auto_entitylabel_entity_label_visible:102)
Comment #14
spleshkaSo now it appears auto_entitylabel module issue, right?