Notice: Undefined index: type in media_form_field_ui_field_edit_form_alter()

Created on 14 December 2016, about 8 years ago
Updated 7 February 2025, 15 days ago

Notice: Undefined index: required in required_by_role_form_field_ui_field_edit_form_alter() (line 192 of .../sites/all/modules/contrib/required_by_role/required_by_role.module).

could may be fixed by changing line 192

from

'#weight' => $form['instance']['required']['#weight']

into

'#weight' => isset($form['instance']['required']['#weight']) ? $form['instance']['required']['#weight'] : 0 + 1,

🐛 Bug report
Status

Closed: won't fix

Version

2.0

Component

Code

Created by

🇪🇸Spain abelass

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024