yii-debug-toolbar

Hi everyone!

I had installed yii-debug-toolbar

in main.php


'log'=>array(

            'class'=>'CLogRouter',

            'routes'=>array(

                array(

                'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute',

//            'ipFilters'=>array('127.0.0.1','192.168.1.215'),

        ),


),

),

IN db section:


'enableProfiling' => true,

      'enableParamLogging' => true, 

yii-debug-toolbar loaded into protected/extensions

chmod 777

But nothing happen ;[ No one panel ;[

Make sure your IP is listed in the ipFilters setting. If you are working locally this option not required.

this option was commented.

I trying on local server.