17:32:31.364 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
17:32:31.364 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
17:32:31.364 | trace | yii\base\Module::getModule | Loading module: user |
17:32:31.366 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
17:32:31.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
17:32:31.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
17:32:31.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.368 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
17:32:31.368 | trace | yii\base\Module::getModule | Loading module: team |
17:32:31.368 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
17:32:31.368 | trace | yii\base\Module::getModule | Loading module: tournament |
17:32:31.368 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
17:32:31.368 | trace | yii\base\Module::getModule | Loading module: player |
17:32:31.369 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
17:32:31.369 | trace | yii\base\Module::getModule | Loading module: hdbk |
17:32:31.369 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
17:32:31.369 | trace | yii\base\Module::getModule | Loading module: match |
17:32:31.369 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
17:32:31.369 | trace | yii\base\Module::getModule | Loading module: redaction |
17:32:31.369 | trace | yii\base\Module::getModule | Loading module: debug |
17:32:31.369 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
17:32:31.370 | trace | yii\base\Module::getModule | Loading module: gii |
17:32:31.370 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
17:32:31.370 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
17:32:31.371 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='tournaments' |
17:32:31.371 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='russia-championship-2005-main' |
17:32:31.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.372 | trace | yii\web\Application::handleRequest | Route requested: 'tournament/frontend/tables/index' |
17:32:31.373 | trace | yii\base\Controller::runAction | Route to run: tournament/frontend/tables/index |
17:32:31.373 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=60 |
17:32:31.373 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=60 ORDER BY `start_dt` DESC) `c` |
17:32:31.375 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `tournament_id`=60 ORDER BY `order` |
17:32:31.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.376 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\tournament\controllers\frontend\TablesController::actionIndex() |
17:32:31.376 | info | yii\db\Command::query | SELECT `match`.* FROM `match` INNER JOIN `round` ON round.round_id = match.round_id WHERE round.tournament_id = 60 ORDER BY `match`.`start_dt` DESC |
17:32:31.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.379 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`=277 |
17:32:31.379 | info | yii\db\Command::query | SELECT * FROM `round` WHERE (`type_id` IN (3, 4)) AND (`tournament_id`=60) ORDER BY `round`.`order`, `round`.`name` |
17:32:31.380 | info | yii\db\Command::query | SELECT COUNT(*) FROM `round_team` WHERE `round_id`=277 |
17:32:31.383 | info | yii\db\Command::query | SELECT * FROM `round_tree` WHERE `round_id`=277 ORDER BY `target` |
17:32:31.383 | info | yii\db\Command::query | SELECT * FROM `round_tour` WHERE `round_id`=277 ORDER BY `tour_number` |
17:32:31.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.387 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `round_tour` |
17:32:31.388 | 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 = 'round_tour' AND kcu.table_name = 'round_tour' |
17:32:31.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
17:32:31.389 | info | yii\db\Command::query | SELECT * FROM `round` WHERE (`type_id` IN (3, 4)) AND (`tournament_id`=60) ORDER BY `order`, `name` |
17:32:31.390 | info | yii\db\Command::query | SELECT * FROM `round_tree` WHERE `round_id`=277 |
17:32:31.390 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE ((`type_id` IN (1, 2)) OR (((`type_id`=5) AND (`has_table`=1)))) AND (`tournament_id`=60) ORDER BY `order`, `name`) `c` |
17:32:31.390 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/tables/playoff.php |
17:32:31.391 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/tables/_tabs.php |
17:32:31.391 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=60 |
17:32:31.392 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/default.php |
17:32:31.393 | info | yii\db\Command::query | SELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` < '2025-01-16 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id`=60) ORDER BY `match`.`start_dt` DESC LIMIT 1 |
17:32:31.394 | info | yii\db\Command::query | SELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` > '2025-01-17 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id`=60) ORDER BY `match`.`start_dt` LIMIT 1 |
17:32:31.395 | info | yii\db\Command::query | SELECT `tournament`.* FROM `tournament` INNER JOIN `match` ON `tournament`.`tournament_id` = `match`.`tournament_id` WHERE (`tournament`.`in_ru`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_schedule`=1) AND ((`tournament`.`tournament_id`=60) OR (`tournament`.`parent_tournament_id`=60)) AND ((NOT (`match`.`start_dt` IS NULL)) AND ((NOT (`team1_id` IS NULL)) OR (NOT (`team1_placeholder` IS NULL))) AND ((NOT (`team2_id` IS NULL)) OR (NOT (`team2_placeholder` IS NULL))) AND (`match`.`start_dt` BETWEEN '2025-01-16 05:00:00' AND '2025-01-17 05:00:00')) ORDER BY `tournament`.`order`, `tournament`.`full_name` |
17:32:31.396 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/Scoreboard/views/widget.php |
17:32:31.397 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-header.php |
17:32:31.397 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
17:32:31.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.398 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-filter.php |
17:32:31.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.399 | info | yii\db\Command::query | SELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` ON `hdbk_season`.`season_id` = `tournament`.`season_id` WHERE (`tournament`.`competition_id`=2) AND (`tournament`.`is_published`=1) ORDER BY `start_dt` DESC, `season_id` DESC, `order` |
17:32:31.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.404 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`tournament`.`is_published`=1) AND (`season_id` IN (24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10)) ORDER BY `order` |
17:32:31.732 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=10 |
17:32:31.732 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=10) AND (`parent_tournament_id` IS NULL) AND (`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`competition_id`=2) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
17:32:31.734 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=24) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.735 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=547 |
17:32:31.739 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=23) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.740 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=417 |
17:32:31.741 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=22) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.743 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=348 |
17:32:31.744 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=21) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.745 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=239 |
17:32:31.746 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=20) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.747 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=146 |
17:32:31.749 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=19) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.750 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=72 |
17:32:31.751 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=18) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.754 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=589 |
17:32:31.755 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=17) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.757 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=55 |
17:32:31.758 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=16) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.760 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=50 |
17:32:31.761 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=15) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.763 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=46 |
17:32:31.774 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=14) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.775 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=43 |
17:32:31.777 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=13) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.778 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=40 |
17:32:31.779 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=12) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.781 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=36 |
17:32:31.782 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=11) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.784 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=57 |
17:32:31.785 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=10) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
17:32:31.786 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=60 ORDER BY `start_dt` DESC) `c` |
17:32:31.787 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE 0=1 |
17:32:31.787 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM tournament |
17:32:31.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
17:32:31.789 | info | yii\db\Command::query | SELECT * FROM `tournament_place` WHERE (`main`=1) AND (`tournament_id`=60) |
17:32:31.790 | info | yii\db\Command::query | SELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=60) |
17:32:31.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.792 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (7, 11, 129, 135, 331, 332, 333, 334) |
17:32:31.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.795 | info | yii\db\Command::query | SELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=60) |
17:32:31.796 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (7, 11, 129, 135, 331, 332, 333, 334) |
17:32:31.798 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `team` WHERE `team_id` IN (7, 11, 129, 135, 331, 332, 333, 334) ORDER BY `full_name`) `c` |
17:32:31.798 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=60) |
17:32:31.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.799 | info | yii\db\Command::query | SELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=60)) |
17:32:31.799 | info | yii\db\Command::query | SELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=60)) |
17:32:31.800 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
17:32:31.800 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
17:32:31.800 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
17:32:31.800 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
17:32:31.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.801 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
17:32:31.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.801 | 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 |
17:32:31.803 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
17:32:31.803 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
17:32:31.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:32:31.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:32:31.857 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
17:32:31.858 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
17:32:31.858 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
17:32:31.858 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
17:32:31.858 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |