After just installing the bootstrap theme I started getting the following errors.

* Notice: Undefined index: #type in bootstrap_form_element() (line 44 of {DRUPAL_ROOT}/sites/all/themes/bootstrap/includes/form.inc).

Only local images are allowed.

// Add bootstrap class
  if ($element['#type'] == "radio" || $element['#type'] == "checkbox") {
    $exclude_control = TRUE;
  }
  else {
    $attributes['class'] = array('control-group');
  }

Comments

andregriffin’s picture

Status: Active » Closed (duplicate)