T
T
trevin2018-03-01 10:28:01
Debugging
trevin, 2018-03-01 10:28:01

Yii2 debugger - why is there no information on database queries?

Connected the debugger module

$config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = [
        'class' => 'yii\debug\Module',
        'allowedIPs' => ['*'],//свой ип
    ];

The main panel opens at /index/debug, there is info on the latest requests to the server - everything seems to be ok.
But when I go to the card of a specific request and open the "Database" tab, there is not a single request there, although it should be 100%
Please tell me, what could be the problem?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question