yii-debug-toolbar
yii-debug-toolbar copied to clipboard
A configurable set of panels that display various debug information about the current request/response.
I have got a very weird behavior when loading the yii-debug-toolbar. It shows the button on the top right but I cannot click anything on the toolbar, even expand it...
Hello, I have just updated from the previous version (with the old design) to the new one. The old one was working super, but the new one is not showing...
When the IP-address is dynamic is much easier to check on the cookies. Or when under the same IP-address sit developer and manager, you can easily hide the panel from...
Signed-off-by: Nabi [email protected]
Unit and Functional tests should be running - and passing - within the virtual machine so I don't have to keep track of dev configuration variances. Right now they are...
Console error which halts the javascript on the whole page. Uncaught ReferenceError: jQuery is not defined. [](https://reviewable.io/reviews/malyshev/yii-debug-toolbar/87)
I had to comment out the log route to restore my website's functionality. I could find nothing wrong in Yii or Apache/PHP logs though.
Index.php contains: $yii = Yii::createWebApplication($config); Yii::getLogger()->autoFlush = 1; $yii->run(); Fatal error: Call to a member function run() on a non-object in \protected\extensions\yii-debug-toolbar2\views\main.php on line 36
Why is [this](https://github.com/malyshev/yii-debug-toolbar/blob/afcb27ca748a554089df1eeb0aaea6c537d9fccc/YiiDebug.php#L37) in the code?
In some cases when session not started it is not safe to pass null in $session in yii-debug-toolbar\panels\YiiDebugToolbarPanelRequest.php:54 ``` 'session' => isset($_SESSION) ? $_SESSION : null, ``` Because null value...