Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2014 at 18:34 UTC
Updated:
12 Jul 2014 at 03:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damienmckennaCan you please test this again with the newest -dev release, I committed several changes last night and want to make sure I'm looking at the same code you are. Thanks.
Comment #2
Anonymous (not verified) commentedupgraded to the latest dev 7.x-1.0-beta9+28-dev.
The error occurs to me too in user/register and metatag config pages when you edit them.
Additionally i get these when i clear the cache
Warning: strnatcmp() expects parameter 2 to be string, array given in token_asort_tokens() (line 569 /sites/all/modules/token/token.module).
Warning: uasort() [function.uasort]: Array was modified by the user comparison function in token_get_info() (line 529 /sites/all/modules/token/token.module).
Warning: strnatcmp() expects parameter 1 to be string, array given in token_asort_tokens() (line 569 of /sites/all/modules/token/token.module).
Comment #3
rollingnet commentedI have installed the latest dev: same behavior
Comment #4
rollingnet commentedI can confirm also the additional error of #2
Comment #5
damienmckennaFYI I've ran into this too. Grr.
Comment #6
damienmckennaArgh. I forgot to remove the fb meta tags from the metatag_opengraph module in #2276361: Separate the Facebook tags from the OpenGraph tags :-\
Comment #7
damienmckennaCommitted. Sorry about that.