crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Error with TbGridView #231

Closed manhlinhnguyen closed 10 years ago

manhlinhnguyen commented 10 years ago

I got this error: include(TbDataColumn.php) [function.include]: failed to open stream: No such file or directory

This error also was mentioned in this: http://www.yiiframework.com/forum/index.php/topic/52545-error-with-tbgridview-using-yiistrap/

I tried to include 'bootstrap.helpers.', 'bootstrap.behaviors.' and 'bootstrap.widgets.*' in the config file, but still failed.

By the way, I use Yii 1.14. Have you got any idea on this? Thank you!

crisu83 commented 10 years ago

If seem to have an autoloading issue, please look for other issues regarding autoloading to resolve your problem.