11:34:12.815 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:34:12.815 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
11:34:12.815 | trace | yii\base\Module::getModule | Loading module: user |
11:34:12.816 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
11:34:12.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
11:34:12.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:34:12.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.819 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
11:34:12.819 | trace | yii\base\Module::getModule | Loading module: team |
11:34:12.819 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
11:34:12.819 | trace | yii\base\Module::getModule | Loading module: tournament |
11:34:12.819 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
11:34:12.819 | trace | yii\base\Module::getModule | Loading module: player |
11:34:12.819 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
11:34:12.819 | trace | yii\base\Module::getModule | Loading module: hdbk |
11:34:12.820 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
11:34:12.820 | trace | yii\base\Module::getModule | Loading module: match |
11:34:12.820 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
11:34:12.820 | trace | yii\base\Module::getModule | Loading module: redaction |
11:34:12.820 | trace | yii\base\Module::getModule | Loading module: debug |
11:34:12.821 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:34:12.822 | trace | yii\base\Module::getModule | Loading module: gii |
11:34:12.822 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:34:12.823 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
11:34:12.824 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='tournaments' |
11:34:12.825 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='women_moscow_2013-2013-women_moscow_2013_final' |
11:34:12.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.831 | trace | yii\web\Application::handleRequest | Route requested: 'tournament/frontend/coaches/index' |
11:34:12.833 | trace | yii\base\Controller::runAction | Route to run: tournament/frontend/coaches/index |
11:34:12.833 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=28 |
11:34:12.834 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\tournament\controllers\frontend\CoachesController::actionIndex() |
11:34:12.834 | info | yii\db\Command::query | SELECT * FROM `tournament_team_staff` WHERE (`tournament_id`=28) AND (`status`='approved') |
11:34:12.834 | info | yii\db\Command::query | SELECT `stats_staff`.`staff_id`, `stats_staff`.`team_id`, `stats_staff`.`tournament_id`, SUM(stats_staff.games) AS `games`, SUM(stats_staff.wins) + SUM(stats_staff.wins_ot) + SUM(stats_staff.wins_so) AS `wins`, SUM(stats_staff.draws) AS `draws`, SUM(stats_staff.losses) + SUM(stats_staff.losses_ot) + SUM(stats_staff.losses_so) AS `losses` FROM `stats_staff` WHERE `stats_staff`.`tournament_id`=28 GROUP BY `stats_staff`.`staff_id` HAVING `games` > 0 ORDER BY `wins` DESC, `draws` DESC, `games` |
11:34:12.836 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/coaches/index.php |
11:34:12.838 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/default.php |
11:34:12.838 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=24 |
11:34:12.839 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC |
11:34:12.843 | 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-18 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (28, 27, 26, 25)) ORDER BY `match`.`start_dt` DESC LIMIT 1 |
11:34:12.863 | 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-19 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (28, 27, 26, 25)) ORDER BY `match`.`start_dt` LIMIT 1 |
11:34:12.864 | 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` IN (28, 27, 26, 25)) OR (`tournament`.`parent_tournament_id` IN (28, 27, 26, 25))) 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-18 05:00:00' AND '2025-01-19 05:00:00')) ORDER BY `tournament`.`order`, `tournament`.`full_name` |
11:34:12.866 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/Scoreboard/views/widget.php |
11:34:12.866 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-header.php |
11:34:12.866 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=9 |
11:34:12.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.867 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_competition` |
11:34:12.868 | 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 = 'hdbk_competition' AND kcu.table_name = 'hdbk_competition' |
11:34:12.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:34:12.869 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-filter.php |
11:34:12.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.870 | 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`=9) AND (`tournament`.`is_published`=1) ORDER BY `start_dt` DESC, `season_id` DESC, `order` |
11:34:12.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.873 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`tournament`.`is_published`=1) AND (`season_id`=18) ORDER BY `order` |
11:34:12.897 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=18 |
11:34:12.897 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=18) AND (`parent_tournament_id` IS NULL) AND (`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`competition_id`=9) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
11:34:12.898 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=18) AND (`is_published`=1) AND (`competition_id`=9) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:34:12.900 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=28 |
11:34:12.901 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC) `c` |
11:34:12.903 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC |
11:34:12.904 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`parent_tournament_id`=24) ORDER BY `start_dt` DESC |
11:34:12.906 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php |
11:34:12.907 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=27 |
11:34:12.907 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=26 |
11:34:12.908 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=25 |
11:34:12.908 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM tournament |
11:34:12.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:34:12.911 | info | yii\db\Command::query | SELECT * FROM `tournament_place` WHERE (`main`=1) AND (`tournament_id`=28) |
11:34:12.912 | 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`=28) |
11:34:12.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.913 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88) |
11:34:12.914 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.916 | 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`=28) |
11:34:12.917 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88) |
11:34:12.919 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88) ORDER BY `full_name`) `c` |
11:34:12.920 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=28) |
11:34:12.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.924 | 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`=28)) |
11:34:12.925 | 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`=28)) |
11:34:12.926 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
11:34:12.927 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
11:34:12.927 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
11:34:12.927 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
11:34:12.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.928 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:34:12.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.929 | 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 |
11:34:12.934 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
11:34:12.934 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:34:12.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:34:12.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:34:12.936 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:34:12.936 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
11:34:12.937 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
11:34:12.937 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
11:34:12.937 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |