kartik-v / yii2-widget-depdrop

Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets).
Other
81 stars 39 forks source link

Exception Unknown Method – yii\base\UnknownMethodException Calling unknown method: kartik\tabs\TabsX::isBs4() #65

Closed nonaee closed 6 years ago

nonaee commented 6 years ago

image

I try to use the tabX and i found this. What should i do.

kartik-v commented 6 years ago

This happens if you have an outdated dependencies in your composer package install (OR if you are just manually updating/overwriting the extension files instead of using composer).

Run composer update to get the latest version of extensions along with their dependencies (for example yii2-tabs-x depends on yii2-krajee-base and it must be also updated/installed).