Needs review
Project:
SEO UI
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2014 at 18:47 UTC
Updated:
31 May 2018 at 07:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Christopher Riley commentedHaving the same issue
Comment #2
edrupal commentedComment #3
edrupal commentedComment #4
wranvaud commentedI just got these errors as well in case it helps debugging (also caused me a fatal error and work lost)
Comment #5
uzlov commentedfixed bug (only for seo_ui)
in new versions of metatag we have language
Comment #6
desix75 commentedPatch #5 it works for me, (drupal-7.32, metatag-7.x-1.4 seo-ui-7.x-1.0, multilanguage site)
Comment #7
rich.3po commentedHi - i'm using version Metatag 7.x-1.4 and still get the error:
Notice: Undefined index: value in _seo_ui_fix_metatag_descriptions() (line 227 ...I've made a small amendment to the patch to fix this
Comment #8
andypostWhen there's patch mark issue - needs review
Comment #9
naveenvalechaupdating title.
I'm getting this issue with 7.x-1.17
Notice: Undefined index: title in _seo_ui_alter_metatags() (line 213 of ../docroot/sites/all/modules/contrib/seo_ui/seo_ui.module).
After applying the patch above. The issue at node/add/ page got solved but it was showing the error in _seo_ui_alter_metatags_submit
Working on its fix
Comment #10
naveenvalechaHere's teh patch that fixed my issue in #9
Comment #11
nileshlohar commentedPatch in #10 was giving following error while adding translations to the node.
Recoverable fatal error: Argument 2 passed to metatag_filter_values_from_defaults() must be of the type array, null given, called in seo_ui.module on line 249
So, here is the updated patch.
Comment #12
skaught#11 seems good
Comment #13
vnivuahc commentedI still have an issue when I create a new translated node (using field translations).
The HTML Page Title Settings field group is empty.
$form_state['node']->language returns und, so these lines doesn't work :
I guess it would be better to use something like that :
Tested with Metatags v1.25
Comment #14
stborchertUpdated the patch for the latest development version.
Priority downgrade, since its only a notice ;)