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

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

Open s-o-f opened this issue 10 years ago • 0 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

s-o-f avatar Aug 31 '14 12:08 s-o-f