mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 577 forks source link

Error Class "yii\bootstrap\ActiveForm" not found in view mdmsoft\yii2-admin\views\user\login.php #482

Open fredCross opened 1 year ago

fredCross commented 1 year ago

The view mdmsoft\yii2-admin\views\user\login.php declares the use of yii\bootstrap\ActiveForm, when it should be use yii\widgets\ActiveForm or use yii\bootstrap5\ActiveForm Captura de pantalla 2023-06-28 082423

sihar commented 1 year ago

Thanks for the report. I think we will use different version of yii2 admin. First, that still use bootstrap3, then bootstrap4, and then bootstrap5. How about you @mdmunir ?