yii-debug-toolbar icon indicating copy to clipboard operation
yii-debug-toolbar copied to clipboard

A configurable set of panels that display various debug information about the current request/response.

Results 51 yii-debug-toolbar issues
Sort by recently updated
recently updated
newest added

I get the following 500 error when using a `renderPartial()` with no `$data` parameter: PHP warning: count(): Parameter must be an array or an object that implements Countable. Stacktrace points...

This is my settings 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute', // Access is restricted by default to the localhost //'ipFilters'=>array('127.0.0.1','192.168.1.*', 88.23.23.0/24), ), ), ), and i had put the extracted yii-debug-ttolbar...

Hi Guys, because i do not found nothing in wiki about this i will create an issue, sorry for that. Why some query are in a red box and other...

New panel about cache usage

``` 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute', // Access is restricted by default to the localhost //'ipFilters'=>array('*'), ), ), ), ``` 'db'=>array( 'class' =>'CDbConnection', 'connectionString' => 'mysql:host=*****_;dbname=**_***_', 'emulatePrepare' => true, 'username'...

the logic of check `SERVER_ADDR=REMOTE_ADDR` will lead to lots of value cannot see when you server and your browser are not in the same machine so i commnet the `return`...

The HTML of the toolbar is visible when viewing source, but Chrome does not show the toolbar at all. Toolbar works normally on Firefox. Chrome somehow messes up the HTML...

I'm wondering why that backtrace and additional border were added in afcb27c. I have for example `protected\vendor\malyshev\yii-debug-toolbar\YiiDebugToolbarPanel.php in line 70` everywhere in settings panel. The panel takes twice more than...

Would be really helpful for the usage with composer and packagist.

``` exception 'CException' with message 'Не определено свойство "CConsoleApplication.controllerMap".' in /vendor/yiisoft/yii/framework/base/CComponent.php:130 Stack trace: #0 /vendor/yiisoft/yii/framework/base/CModule.php(105): CComponent->__get('controllerMap') #1 /app/extensions/yii-debug-toolbar/YiiDebugToolbarRoute.php(105): CModule->__get('controllerMap') #2 /vendor/yiisoft/yii/framework/logging/CLogRouter.php(66): YiiDebugToolbarRoute->init() #3 /vendor/yiisoft/yii/framework/base/CModule.php(387): CLogRouter->init() #4 /vendor/yiisoft/yii/framework/base/CModule.php(523): CModule->getComponent('log') #5 /vendor/yiisoft/yii/framework/base/CApplication.php(163):...