In conditional_fields.module row 578 there is no check if the $behavior really exists, if not it throws error messages.

short fix
if ((isset($behaviors)) && (in_array(CONDITIONAL_FIELDS_FIELD_EDIT_RESET_UNTRIGGERED, $behaviors))) {

Comments

arne_hortell’s picture

Issue summary: View changes
arne_hortell’s picture

Additional error, row 564 "options not exists
Short fix
if (isset($options) && array_key_exists('effect',$options) && $options['effect'] && $options['effect'] != 'show') {