Seeing the following warnings if I update a node

Notice: Undefined index: meta_name in metatags_quick_field_formatter_view() (line 274 of /home/username/public_html/sites/all/modules/metatags_quick/metatags_quick.module).
Notice: Undefined index: meta_name in metatags_quick_field_formatter_view() (line 274 of /home/username/public_html/sites/all/modules/metatags_quick/metatags_quick.module).
Notice: Undefined index: meta_name in metatags_quick_field_formatter_view() (line 274 of /home/username/public_html/sites/all/modules/metatags_quick/metatags_quick.module).
Notice: Undefined index: meta_name in metatags_quick_field_formatter_view() (line 274 of /home/username/public_html/sites/all/modules/metatags_quick/metatags_quick.module).
Notice: Undefined index: meta_name in metatags_quick_field_formatter_view() (line 274 of /home/username/public_html/sites/all/modules/metatags_quick/metatags_quick.module).

If I print out $items I am seeing the following:

Array
(
[metatags_quick] => This is my abstract
[meta_name] => abstract
)
Array
(
[metatags_quick] => This is my copyright
[meta_name] => copyright
)
Array
(
[metatags_quick] => This is my description
[meta_name] => description
)
Array
(
[metatags_quick] => This is my keywords
[meta_name] => keywords
)
Array
(
[metatags_quick] =>
[meta_name] => robots
)

I did check and the tags are being added to the page so I am not understanding the warning message anyone have any ideas?

Comments

valthebald’s picture

Status: Active » Closed (cannot reproduce)
makokis’s picture

i have de same issue here but in different line:

Notice: Undefined index: meta_name en metatags_quick_field_formatter_view() (línea 374 de public_html/sites/all/modules/metatags_quick/metatags_quick.module).

any idea to solve it?

thanks for help