The following Warning shows on User edit page:
Notice: Undefined index: #theme in _radix_process_input() (line 114 of /..../sites/all/themes/radix/includes/form.inc).

114   if (!empty($element['#type']) && in_array($element['#type'], $types) && !in_array($element['#theme'], $skip_themes)) {
115     $element['#attributes']['class'][] = 'form-control';

Site is a Panopoly Distribution 7.x-1.27

Comments

bsnodgrass created an issue. See original summary.

dsnopek’s picture

Status: Active » Closed (duplicate)
Related issues: +#2557385: Undefined index: #theme in _radix_process_input()

We just merged a patch to fix this: #2557385: Undefined index: #theme in _radix_process_input() :-)