Closed andrey-bahrachev closed 10 years ago
I also encountered with the same problem. just copy TbHtml.php from original path to error displayed path.
Please, use the master version. Will tag for new version when I test the library through: https://github.com/2amigos/yiiwheels/blob/master/widgets/grid/WhGridView.php#L19
Currently WhGridView widget doesn't work. It tries to include TbHtml.php file from wrong location.
In the beginning of "yiiwheels.widgets.grid.WhGridView" file this line ... Yii::import('bootstrap.widgets.TbHtml'); ... must be changed to this ... Yii::import('bootstrap.helpers.TbHtml'); ...