*  Notice: Undefined index: tac_lite in tac_lite_form_alter() (line 348 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/sites/all/modules/contrib/tac_lite/tac_lite.module).
    * Notice: Undefined index: tac_lite_scheme_2 in tac_lite_form_alter() (line 348 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/sites/all/modules/contrib/tac_lite/tac_lite.module).
    * Notice: Undefined index: tac_lite_scheme_3 in tac_lite_form_alter() (line 348 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/sites/all/modules/contrib/tac_lite/tac_lite.module).
    * Notice: Undefined index: tac_lite_scheme_4 in tac_lite_form_alter() (line 348 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/sites/all/modules/contrib/tac_lite/tac_lite.module).
    * Notice: Undefined index: tac_lite_scheme_5 in tac_lite_form_alter() (line 348 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/sites/all/modules/contrib/tac_lite/tac_lite.module).

Comments

stephenrobinson’s picture

adding an isset to line 248 seems to fix this...

// if ($form['#user']->data[$config['realm']]) { // removed
if (isset($form['#user']->data[$config['realm']])) { // added
crystal_alexandre_froger’s picture

subscribe

Dave Cohen’s picture

Status: Active » Fixed

Pretty sure this is fixed now. Thanks for report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.