kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
557 stars 302 forks source link

Calling unknown method: kartik\grid\GridView::getBsVer() #1001

Closed niciz closed 2 years ago

niciz commented 2 years ago

Prerequisites

Steps to reproduce the issue

upgrading this module with composer from 3.3.5 to 3.3.6 version

Expected behavior and actual behavior

When I follow those steps, I see get the following error: Calling unknown method: kartik\grid\GridView::getBsVer()

Environment

Browsers

Operating System

Isolating the problem

kartik-v commented 2 years ago

This is a broken install and package dependency issue - seems you may have manually copied certain files instead of installing/updating via composer.

Run a composer update to ensure you get yii2-grid updated with all dependent packages. The error you are facing is because you do not have the correct updated dependencies like yii2-krajee-base.