yii-booster设置给我错误

时间:2013-11-27 05:56:26

标签: yii yii-extensions

对不起yii的新手,但我在哪里放yii-booster 2.0个文件?

我尝试将所有文​​件放入 extensions / bootstrap 文件夹。

然后我编辑了 config / main.php 并添加了此

'bootstrap' => array(
            'class' => 'bootstrap.components.Bootstrap',
),

'preload'=>array(
          'log',
         // 'fontawesome',
         'bootstrap',
    ),

'theme'=>'bootstrap',

我在 themes / bootstrap 中有一个主题,我之前安装的http://www.cniska.net/yii-bootstrap/

但是我收到了这个错误

Bootstrap and its behaviors do not have a method or closure named "register".

1 个答案:

答案 0 :(得分:2)

来自http://www.cniska.net/yii-bootstrap/

的主题

尝试在 themes / bootstrap / views / layout / main.php中删除它

Yii::app()->bootstrap->register();