Hi Team,

I am using Drupal 7.52 version in which module Token 7.x-1.6 gives error for URL Alias patterns. I see the following errors always. I am unable to update the patterns.

Errors:

The Default path pattern (applies to all XXX categories with blank patterns below) is using the following invalid tokens: [term:tid].
The Default path pattern (applies to all content types with blank patterns below) is using the following invalid tokens: [node:title].
The Pattern for all Products paths is using the following invalid tokens: [node:title].
The Pattern for all Basic page paths is using the following invalid tokens: [node:title].
The Pattern for all FAQ paths is using the following invalid tokens: [node:title].

And I see the following errors in Status page:

Tokens	Problems detected
The following tokens or token types are missing required name and/or description information:

$info['types']['date']
$info['tokens']['node']['url']
$info['tokens']['file']['size']
$info['tokens']['user']['url']
$info['tokens']['date']['custom']
The following token types are not defined but have tokens:

$info['types']['node']
$info['types']['term']
$info['types']['vocabulary']
$info['types']['file']
$info['types']['user']
$info['types']['current-user']

Anybody knows about this issue. I have seen related issue in the forums but could not resolve solution. Kindly do needful If anybody know about this.

Regards,
Veera

Comments

pixelsweatshop’s picture

It looks like your issue is because of https://www.drupal.org/node/1265848

You will need to wait for a fix from them or help fix it.