kartik-v / yii2-widget-activeform

Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).
http://demos.krajee.com/widget-details/active-form
Other
64 stars 35 forks source link

Undefined index: labelSpan #93

Closed hdewaart closed 6 years ago

hdewaart commented 6 years ago

29 Updating ezyang/htmlpurifier (v4.9.3 => v4.10.0): Loading from cache

After updating I get this

PHP Notice 'yii\base\ErrorException' with message 'Undefined index: labelSpan' in /var/www/html/planning/vendor/kartik-v/yii2-widget-activeform/ActiveForm.php:190

use kartik\widgets\ActiveForm;

$form = ActiveForm::begin([
    'id' => $model->formName().'-form',
    'type' => 'horizontal',
    'enableClientValidation' => true,
    'formConfig' => ['deviceSize' => 0],
]);
kartik-v commented 6 years ago

Duplicate to #91 and #92... get the latest code.