Refer to http://drupal.org/node/1054812, it is no longer valid for latest token module, which coming with following error message in admin/reports/status:

The following token types do not have any tokens defined:
    $info['tokens']['subscription']

Patch attached remove this empty type; tested with latest token-7.x-1.x-dev and no more error message.

CommentFileSizeAuthor
notifications-7.x-1.x-1318426710.patch854 byteshswong3i

Comments

jlea9378’s picture

I applied the patch successfully and it cleared up the warning on the Status Report on my installation.

dimitriseng’s picture

Hi, I can confirm that this patch removes this warning from the Status Report.

seaneffel’s picture

Status: Needs review » Reviewed & tested by the community

I'm confirming that this patch works against 7.x-1.x-dev. The error message is clear from the status report and there are no bum effects on the function of the module.

intropedro’s picture

It is working:

>> cd sites/all/modules/notifications
>> wget https://drupal.org/files/notifications-7.x-1.x-1318426710.patch
>> patch -p1 < notifications-7.x-1.x-1318426710.patch
patching file notifications.module
danepowell’s picture

Title: $info['tokens']['subscription'] report with error message in token-7.x-1.x-dev » Token error message
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

mile23’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha2
Status: Closed (fixed) » Needs work

Seeing this error in 7.x-1.0-alpha2 on a plain vanilla Drupal 7.17.

mile23’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Status: Needs work » Fixed

Er, sorry.. It went away with 7.x-1.x. Perhaps consider a version bump?

Status: Fixed » Closed (fixed)

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

megthing’s picture

Issue summary: View changes

Seeing this error in both the 7.x-1.0-alpha2 and the latest 7.x-1.x-dev.