12:26:11.480 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
12:26:11.480 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
12:26:11.480 | trace | yii\base\Module::getModule | Loading module: user |
12:26:11.481 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
12:26:11.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
12:26:11.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
12:26:11.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: team |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: tournament |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: player |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: hdbk |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: match |
12:26:11.482 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: redaction |
12:26:11.482 | trace | yii\base\Module::getModule | Loading module: debug |
12:26:11.483 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
12:26:11.483 | trace | yii\base\Module::getModule | Loading module: gii |
12:26:11.483 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
12:26:11.484 | trace | yii\web\Application::handleRequest | Route requested: 'frontend/articles/view' |
12:26:11.484 | trace | yii\base\Controller::runAction | Route to run: frontend/articles/view |
12:26:11.484 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\frontend\ArticlesController::actionView() |
12:26:11.485 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
12:26:11.485 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`='13292' |
12:26:11.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.488 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `post` |
12:26:11.491 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'post' AND kcu.table_name = 'post' |
12:26:11.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
12:26:11.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
12:26:11.492 | info | yii\db\Command::query | SELECT * FROM `post_tag_assn` WHERE `post_id`=13292 |
12:26:11.493 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE `tag_id` IN ('517', '539', '1604', '1612', '1614', '1953', '1954', '2033') |
12:26:11.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.494 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tag` |
12:26:11.495 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'tag' AND kcu.table_name = 'tag' |
12:26:11.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
12:26:11.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
12:26:11.497 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=13292 |
12:26:11.498 | info | yii\db\Command::query | SELECT * FROM `settings` |
12:26:11.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.499 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
12:26:11.501 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'settings' AND kcu.table_name = 'settings' |
12:26:11.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
12:26:11.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
12:26:11.545 | info | yii\db\Command::query | SELECT * FROM `settings` |
12:26:11.546 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/articles/view.php |
12:26:11.546 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=13292 |
12:26:11.548 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=13292 |
12:26:11.549 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
12:26:11.549 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
12:26:11.554 | info | yii\db\Command::query | SELECT * FROM `post_vote_assn` WHERE `post_id`=13292 |
12:26:11.554 | info | yii\db\Command::query | SELECT * FROM `vote` WHERE 0=1 ORDER BY `published_dt` DESC |
12:26:11.555 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='articles-single') ORDER BY `number`, `banner_id` DESC |
12:26:11.555 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
12:26:11.555 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/default.php |
12:26:11.555 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_header.php |
12:26:11.555 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
12:26:11.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.556 | info | yii\db\Command::query | SELECT
COUNT(*)
FROM
hdbk_competition AS c
INNER JOIN
tournament AS t ON t.competition_id = c.competition_id
INNER JOIN
round AS r ON r.tournament_id = t.tournament_id |
12:26:11.561 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/vk.php |
12:26:11.561 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_footer.php |
12:26:11.561 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
12:26:11.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
12:26:11.561 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
12:26:11.562 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'page' AND kcu.table_name = 'page' |
12:26:11.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
12:26:11.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
12:26:11.563 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
12:26:11.564 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
12:26:11.564 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_socials.php |
12:26:11.564 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
12:26:11.564 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |