„Kartik GridView not found issue” változatai közötti eltérés
Ugrás a navigációhoz
Ugrás a kereséshez
(Egy közbenső módosítás ugyanattól a szerkesztőtől nincs mutatva) | |||
1. sor: | 1. sor: | ||
Error Class 'kartik\grid\GridView' not found | Error Class 'kartik\grid\GridView' not found | ||
+ | [[Fájl:KartikError.jpg|bélyegkép|jobbra|Kartik GridView Error]] | ||
+ | |||
====Törölni a Kartik-ot ==== | ====Törölni a Kartik-ot ==== | ||
6. sor: | 8. sor: | ||
====Installálni a Kartik-ot ==== | ====Installálni a Kartik-ot ==== | ||
$ php composer.phar require kartik-v/yii2-widgets "*" | $ php composer.phar require kartik-v/yii2-widgets "*" | ||
+ | $ php composer.phar require kartik-v/yii2-grid "dev-master" | ||
+ | |||
− | + | ||
+ | |||
+ | ====Előforduó hibák újratelepítés után: ==== | ||
+ | ''Failed to instantiate component or class "lajax\languagepicker\Component".''<br> | ||
+ | $ php composer.phar require --prefer-dist lajax/yii2-language-picker "1.*" | ||
+ | |||
+ | ''Class 'yii\bootstrap4\Breadcrumbs' not found''<br> | ||
+ | $ php composer.phar require --prefer-dist yiisoft/yii2-bootstrap4 |
A lap jelenlegi, 2020. július 28., 07:34-kori változata
Error Class 'kartik\grid\GridView' not found
Törölni a Kartik-ot
$ php composer.phar remove kartik-v/yii2-widgets "*"
Installálni a Kartik-ot
$ php composer.phar require kartik-v/yii2-widgets "*" $ php composer.phar require kartik-v/yii2-grid "dev-master"
Előforduó hibák újratelepítés után:
Failed to instantiate component or class "lajax\languagepicker\Component".
$ php composer.phar require --prefer-dist lajax/yii2-language-picker "1.*"
Class 'yii\bootstrap4\Breadcrumbs' not found
$ php composer.phar require --prefer-dist yiisoft/yii2-bootstrap4