Error in status report displayed below, could somebody please advise

Tokens Problems detected

The following token types are not defined but have tokens:

$info['types']['entity']

Comments

matek’s picture

I have the same error

Stealth’s picture

If any body out their has any knowledge how to fix this issue could they please advise

andrea.vivaldi’s picture

+1

carles.estevadeordal@gmail.com’s picture

Same problem here, anyone found a solution?

flexman’s picture

I am having this issue as well. Just a question... do any of you happen to be using the Workflow module? I seem to only have this issue when the Workflow module is installed.

andrea.vivaldi’s picture

In fact I did update the workflow module few days before. Is there any correlation? Is it a workflow module bug?

Dan Koehler’s picture

I am having the same issue.
As soon as I enable: Workflow API 7.x-2.3
I see in status report:

Tokens: Problems detected

The following token types are not defined but have tokens:

$info['types']['entity']

I also was wondering if this would be impacting the rules module because I can no longer create certain conditions that depend on the Data Selector choice.

bren001’s picture

same problem - workflow 7.x-2.3
Tokens: Problems detected

The following token types are not defined but have tokens:

$info['types']['entity']

johnv’s picture

Status: Active » Fixed

This is indeed an error in the Workflow module, version 2.3. It is now fixed and included in the new version 7.x-2.4-beta1.
#2272121: 'Tokens' warning on Status report

Stealth’s picture

I installed the new version 7.x-2.4-beta1. and it broke my site so I installed workflow-7.x-2.2 and and my site is working again.

johnv’s picture

@Stealth, If you have problems with workflow, please report in that issue queue. (Did you clear the code directory before downloading the code, and run update.php afterwards?)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

TygrLili’s picture

Reopening...I have this same error message but don't have the Workflow module installed (and never have on the site throwing this error). Anyone have any further thoughts on the issue..?

TygrLili’s picture

Status: Closed (fixed) » Active
omiras’s picture

I had a similiar issue, but related to EntityForm .

i just enabled Entity Tokens module and it worked for me.

serg2’s picture

As per #15, I had this issue too. It was not caused by the Workflow module, I did not have it installed.

It was solved by enabling the Entity Token module (which is a sub-module of Entity API).

bobburns’s picture

I have the same issue - but no workflow module and the entity token module is enabled - and STILL the same error in the Status Report but mine is The following token types do not have any tokens defined:

$info['tokens']['rules_link_token']

I have rules_link enabled

dang42’s picture

I was about to post exactly what bobburns said... Same message, same problem, no workflow module, entity tokens is enabled.

ETA:

Should have looked here first --> https://www.drupal.org/node/2499313

There's a patch, but it just removes the error message w/out addressing the underlying issue...

bmateus’s picture

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

I also had this error, but on Drupal 8, versions 8.1.3 and later.
I don't have Workflow module, and I'm getting an error regarding the Services module that may be related.

It was solved by applying patch #13 on this issue https://www.drupal.org/node/2468375#comment-11359173.

Posting here, since I had a hard time finding a solution.

FiNeX’s picture

Same error on 8.1.8. Should the patch on https://www.drupal.org/node/2468375#comment-11359173 be backported from 8.2 to 8.1?

Berdir’s picture

Status: Active » Closed (fixed)

The core issue will not be backported, 8.2.x will be released soon.

FiNeX’s picture

Ok, thanks :-)