I am trying to get Yiistrap (Bootstrap for the Yii Framework) to work on Cent OS 6.5. I\'ve unpacked the yiistrap-master into extensions/bootstrap and added the following to
I had the same problem. You can fix it configuring all required directories for bootstrap in your main.php:
'import'=>array( ... 'bootstrap.helpers.*', 'bootstrap.widgets.*', 'bootstrap.behaviors.*', ),