I have this new warning :(
Notice : Undefined index: #name in metatag_html_head_alter() (line 2071 in metatag/metatag.module).
Notice : Undefined index: #name in metatag_html_head_alter() (line 2063 in metatag/metatag.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | metatag-n2669592-12.patch | 1.99 KB | damienmckenna |
Comments
Comment #2
LeoPx commentedComment #3
damienmckennaWhoops.
Comment #4
rajeev_drupal commentedComment #5
rajeev_drupal commentedIssue is not replicating. Please provide more deatils.
Thanks,
Rajeev
Comment #6
damienmckenna@LeoPx: Please install the Devel module and then apply this patch, and let me know what meta tag array is displayed - note, the patch will stop the error from happening, but only to make it easier to see what's going on. Thanks.
Comment #7
damienmckennaComment #8
markplindsay commentedHi Damien, I'm getting this one too. I have 3 $metatag_name/$metatag pairs printed via dpm:
Here are the modules I have installed:
Please let me know if I can provide more info or help you in any way.
Comment #9
damienmckennaAh, yes. Thanks for that, it'll help fix this bug.
Comment #10
damienmckennaCan someone please let me know if the problem persists in the latest -dev release? I'm not able to replicate the bug.
Comment #11
zoraxhere are the metatag display with dpm, I just install the dev version :
metatag_geo
#type (String, 8 characters ) html_tag
#tag (String, 4 characters ) meta
#attributes (Array, 2 elements)
name (String, 12 characters ) Geo position
content (String, 30 characters ) 43.965681000000;3.857846000000
metatag_description
#type (String, 8 characters ) html_tag
#tag (String, 4 characters ) meta
#attributes (Array, 2 elements)
name (String, 11 characters ) description
content (String, 65 characters ) Ville de Saint Hippolyte du Fort , toutes les a...
metatag_title
#type (String, 8 characters ) html_tag
#tag (String, 4 characters ) meta
#attributes (Array, 2 elements)
name (String, 5 characters ) title
content (String, 32 characters ) Ville de Saint Hippolyte du Fort
Comment #12
damienmckennaDoes this fix the bug for you?
Comment #13
damienmckennaCould someone please check if the patch fixes the bug? Thanks.
Comment #15
damienmckennaAfter some more testing I've decided to commit this.
Please let me know if you run into any other problems.