yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Debug Panel fails due to missing alias #384

Closed myquickhub closed 5 years ago

myquickhub commented 5 years ago

What steps will reproduce the problem?

Running yii2 in debug mode

What is the expected result?

Yii2 Debug panel

What do you get instead?

No Debug Panel

Additional info

PHP Fatal error: Uncaught Error: Class 'yii\debug\Logger' not found in ../vendor/yiisoft/yii2-debug/src/Panel.php:197

Adding.. use yii\log\Target; // to head of Panel.php Resolves issue

Q A
Yii version 2.0.19
PHP version 7.3.4
Operating system Tumbleweed
samdark commented 5 years ago

Same as #383