Error installing extensions: Webkul\Ui\Exceptions\ActionKeyException Missing Keys: title
-
Hi,
I've been trying to download a few extensions but whenever i download one and try to access it in the cp it doesn't work -
Hi @justinidiotec12,
Just check your data grid class, one of your data grid column is missing the title key.
-
i have this issues when i click on the b2bmarketplace icon in the admin to approve seller. once I click on the b2bicon it shows this error, please can someone help
Webkul\Ui\Exceptions\ActionKeyException
Missing Keys: title (View: C:\Users\USER\Desktop\private\Project\laravel\bagistotest\packages\Webkul\B2BMarketplace\src\Resources\views\admin\suppliers\index.blade.php)
http://localhost:8081/admin/b2b-marketplace/suppliers -
@devansh-webkul said in Error installing extensions: Webkul\Ui\Exceptions\ActionKeyException Missing Keys: title:
title
title
key is missing in your addColumn([...]) array. -
Do you have any solution, I also meet same error, when install webfont package , Please
-
Hi @ant21,
This exception will come, when you try to add a column without the
title
key. Just check the Datagrid class in which you are getting errors.