When running cron, I'm receiving these warnings:

The following token or token types are defined by multiple modules:
$info['tokens']['metatag']['fb:admins']
$info['tokens']['metatag']['fb:app_id']

Are these from the metatag module or some facebook modules that I need to scour through?

The following error is a sign that tells you to run cron and check the results for the errors above:

Warning: strnatcmp() expects parameter 2 to be string, array given in token_asort_tokens() (line 569 of /.../sites/all/modules/token/token.module).

Comments

DamienMcKenna’s picture

There was a bug a few weeks ago whereby it was possible there might have been multiple copies of those meta tags in the codebase, can you please try downloading rc1 and see if that resolves the problem?

deanflory’s picture

Status: Active » Fixed

Updating appears to have fixed the issue. Thanks!

5 PENDING UPDATES
metatag module

7023 - Clear the Metatag cache because $cid_parts was changed.
7024 - Rename the 'twitter:image' meta tag to 'twitter:image:src', part 1.
7025 - Rename the 'twitter:image' meta tag to 'twitter:image:src', part 2.
7026 - Rename the 'copyright' meta tag to 'rights', part 1.
7027 - Rename the 'copyright' meta tag to 'rights', part 2.

Update #7023
All Metatag caches cleared.

Status: Fixed » Closed (fixed)

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

willvincent’s picture

I'm seeing this error after updating to rc2 today.

DamienMcKenna’s picture

@Will: did you clear the caches to clear the token cache? The fb meta tags were moved into a separate module, so the problem is probably because the tokens are cached.