malyshev / yii-debug-toolbar

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

Home Page:http://www.yiiframework.com/extension/yii-debug-toolbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with "Yii::getLogger()->autoFlush = 1;"

s-o-f opened this issue · comments

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