I get this error when navigating to node/add/xxx (any node type).
Looking at sortedGroupsWithTags(), $tag_id is not defined anywhere. I suspect it should be $tag['id']
I changed to $tag['id'] and all is well.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | metatag-n2945799-3.patch | 694 bytes | damienmckenna |
Comments
Comment #2
webfaqtory commentedThe tag_group is 'schema_article' and the tag_name is 'schema_article_aggregate_rating_votingapi' I'm guessing that this has a lot to do with the other issue I raised about getting 9 'AGGREGATERATING FOR VOTING API' blocks under Basic Tags
Comment #3
damienmckennaAh! Thanks. This bug isn't triggered by the main module, and that line goes past 80 characters so I never noticed it X-)
This should fix the bug.
Comment #4
webfaqtory commentedYep, ok now
Comment #7
damienmckennaCommitted. Thanks for reporting the bug!