6789e2d0651db: GET http://bsrussia.local.internet-design.ru/tournaments/alanya_beach_soccer_cup-2018-alanya_2018/stats at 2025-01-17 07:55:44 am by 52.167.144.162

Log Messages

Всего 335 записей.
TimeLevelCategoryMessage
 
07:55:44.408traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
07:55:44.408traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
07:55:44.408traceyii\base\Module::getModuleLoading module: user
07:55:44.409traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
07:55:44.410traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
07:55:44.410traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
07:55:44.410traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: team
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: tournament
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: player
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: hdbk
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: match
07:55:44.412traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
07:55:44.412traceyii\base\Module::getModuleLoading module: redaction
07:55:44.412traceyii\base\Module::getModuleLoading module: debug
07:55:44.414traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
07:55:44.414traceyii\base\Module::getModuleLoading module: gii
07:55:44.414traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
07:55:44.414infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
07:55:44.415infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `alias`='tournaments'
07:55:44.416infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='alanya_beach_soccer_cup-2018-alanya_2018'
07:55:44.421traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.421traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.422traceyii\web\Application::handleRequestRoute requested: 'tournament/frontend/stats/index'
07:55:44.422traceyii\base\Controller::runActionRoute to run: tournament/frontend/stats/index
07:55:44.422infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.423infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=451 ORDER BY `start_dt` DESC) `c`
07:55:44.424infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=450
07:55:44.425infoyii\db\Command::querySELECT * FROM `tournament` WHERE `parent_tournament_id`=450 ORDER BY `start_dt` DESC
07:55:44.427infoyii\db\Command::querySELECT `stats_player`.`player_id`, `stats_player`.`team_id`, `stats_player`.`tournament_id`, SUM(stats_player.games) AS `games`, SUM(stats_player.gk_games) AS `gk_games`, SUM(stats_player.gk_minutes) AS `gk_minutes`, SUM(stats_player.goals) AS `goals`, SUM(stats_player.missed_goals) AS `missed_goals`, ROUND(SUM(stats_player.gk_minutes) / SUM(stats_player.missed_goals), 2) AS `missed_goals_avg`, SUM(stats_player.saves) AS `saves`, SUM(stats_player.shootouts) AS `shootouts`, SUM(stats_player.assists_hand) AS `assists_hand`, SUM(stats_player.assists_foot) AS `assists_foot`, SUM(stats_player.penalties) AS `penalties`, SUM(stats_player.assists) + SUM(stats_player.second_assists) AS `sumassists`, SUM(stats_player.assists) AS `assists`, SUM(stats_player.second_assists) AS `second_assists`, SUM(stats_player.yellow_cards) AS `yellow_cards`, SUM(stats_player.second_yellow_cards) AS `second_yellow_cards`, SUM(stats_player.red_cards) - SUM(stats_player.second_yellow_cards) AS `red_cards`, SUM(stats_player.autogoals) AS `autogoals`, SUM(stats_player.shoots) AS `shoots`, SUM(stats_player.freekicks) AS `freekicks`, SUM(stats_player.biciclets) AS `biciclets`, SUM(stats_player.corners) AS `corners`, SUM(stats_player.shoots_block) AS `shoots_block`, SUM(stats_player.shoots_bar) + SUM(stats_player.shoots_crossbar) AS `shoots_postbar`, ROUND(SUM(stats_player.goals) / SUM(stats_player.shoots), 4) * 100 AS `shoots_percent`, SUM(stats_player.red_cards) * 3 + SUM(stats_player.yellow_cards) AS `penalty`, SUM(stats_player.goals) + SUM(stats_player.assists) + SUM(stats_player.second_assists) AS `score`, SUM(stats_player.best_match_player) AS `best_match_player`, SUM(stats_player.best_team_player) AS `best_team_player` FROM `stats_player` WHERE `stats_player`.`tournament_id`=451 GROUP BY `stats_player`.`round_id` ORDER BY `score` DESC, `goals` DESC, `games`, `sumassists` DESC, `penalty`
07:55:44.431infoyii\db\Command::querySELECT `referee_id`, SUM(stats_referee.games) AS `games`, SUM(stats_referee.games_second) AS `games_second`, SUM(stats_referee.games_third) AS `games_third`, SUM(stats_referee.games_chron) AS `games_chron`, SUM(stats_referee.yellow_cards) AS `yellow_cards`, SUM(stats_referee.red_cards) AS `red_cards`, AVG(stats_referee.referee_mark) AS `referee_mark`, AVG(stats_referee.discipline_mark) AS `discipline_mark` FROM `stats_referee` WHERE `stats_referee`.`tournament_id`=451 GROUP BY `stats_referee`.`round_id` ORDER BY `games` DESC, 3 * red_cards + yellow_cards DESC, `referee_mark` DESC
07:55:44.434traceyii\base\InlineAction::runWithParamsRunning action: app\modules\tournament\controllers\frontend\StatsController::actionIndex()
07:55:44.435infoyii\db\Command::querySELECT `stats_player`.`player_id`, `stats_player`.`team_id`, `stats_player`.`tournament_id`, SUM(stats_player.games) AS `games`, SUM(stats_player.goals) AS `goals`, SUM(stats_player.penalties) AS `penalties` FROM `stats_player` LEFT JOIN `player` ON `stats_player`.`player_id` = `player`.`player_id` LEFT JOIN `team` ON `stats_player`.`team_id` = `team`.`team_id` LEFT JOIN `tournament_team_player` ON `stats_player`.`tournament_id` = `tournament_team_player`.`tournament_id` AND `stats_player`.`team_id` = `tournament_team_player`.`team_id` AND `stats_player`.`player_id` = `tournament_team_player`.`player_id` WHERE `stats_player`.`tournament_id`=451 GROUP BY `stats_player`.`player_id` HAVING `goals` > 0 ORDER BY `goals` DESC, `penalties`, `games`, `include_dt`
07:55:44.437traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.437traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.438infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id` IN (95, 3877, 290, 403, 2136, 273, 2004, 1931, 1914, 264, 3575, 2576, 4450, 3615, 4441, 405, 6080, 2231, 6876, 669, 67, 117, 404, 272, 8319, 97)
07:55:44.446traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.446traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.456infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (29, 341, 366, 342)
07:55:44.457traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.457traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.458infoyii\db\Command::querySELECT * FROM `tournament_team_player` WHERE (`tournament_id`, `team_id`, `player_id`) IN ((451, 29, 95), (451, 341, 3877), (451, 29, 290), (451, 366, 403), (451, 342, 2136), (451, 342, 273), (451, 366, 2004), (451, 341, 1931), (451, 29, 1914), (451, 29, 264), (451, 341, 3575), (451, 29, 2576), (451, 341, 4450), (451, 342, 3615), (451, 342, 4441), (451, 366, 405), (451, 366, 6080), (451, 342, 2231), (451, 341, 6876), (451, 341, 669), (451, 342, 67), (451, 29, 117), (451, 366, 404), (451, 342, 272), (451, 341, 8319), (451, 29, 97)) ORDER BY `include_dt`
07:55:44.460traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.460infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player`
07:55:44.462infoyii\db\Command::querySELECT 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 = 'tournament_team_player' AND kcu.table_name = 'tournament_team_player'
07:55:44.463traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.463traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.465traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/stats/goals.php
07:55:44.465traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/stats/_goals-table.php
07:55:44.465infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.465traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.466traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.466infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.466infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=95
07:55:44.467infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.467traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.467infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_player_position`
07:55:44.468infoyii\db\Command::querySELECT 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_player_position' AND kcu.table_name = 'hdbk_player_position'
07:55:44.468traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.469traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.469infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=95) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.470infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.471infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.472infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.473infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.473traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.473infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team`
07:55:44.474infoyii\db\Command::querySELECT 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 = 'tournament_team' AND kcu.table_name = 'tournament_team'
07:55:44.474traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.475traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.475infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.476infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.476infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=3877
07:55:44.477infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.477infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=3877) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.478infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.478infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.479infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.479infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.479infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.480infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=290
07:55:44.480infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.481infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=290) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.481infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.482infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.483infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.483infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=409
07:55:44.484infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.485infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=403
07:55:44.486infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.486infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=403) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.487infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.488infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=366
07:55:44.489infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 366))
07:55:44.489infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
07:55:44.490infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.490infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=2136
07:55:44.491infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.491infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=2136) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.492infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.492infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.493infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.494infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
07:55:44.494infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.494infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=273
07:55:44.495infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.495infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=273) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.496infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.496infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.497infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.497infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=409
07:55:44.497infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.498infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=2004
07:55:44.498infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.499infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=2004) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.499infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.500infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=366
07:55:44.500infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 366))
07:55:44.500infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.501infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.501infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=1931
07:55:44.501infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.502infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=1931) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.502infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.503infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.503infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.504infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.504infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.504infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=1914
07:55:44.505infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.505infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=1914) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.506infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.507infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.507infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.507infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.508infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.508infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=264
07:55:44.509infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.509infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=264) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.510infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.510infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.511infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.511infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.511infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.511infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=3575
07:55:44.512infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.512infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=3575) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.513infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.513infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.514infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.514infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.515infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.515infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=2576
07:55:44.516infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.516infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=2576) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.517infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.517infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.518infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.518infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.518infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.518infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=4450
07:55:44.519infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.519infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=4450) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.520infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.521infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.521infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.521infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=251
07:55:44.522infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.522infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=3615
07:55:44.523infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=3615) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.524infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.524infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.525infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.525infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
07:55:44.525infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.526infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=4441
07:55:44.526infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.526infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=4441) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.527infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.528infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.528infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.529infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=409
07:55:44.529infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.529infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=405
07:55:44.530infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.530infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=405) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.531infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.531infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=366
07:55:44.532infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 366))
07:55:44.532infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=409
07:55:44.532infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.532infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=6080
07:55:44.533infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=6080) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.534infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.534infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=366
07:55:44.535infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 366))
07:55:44.535infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
07:55:44.535infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.536infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=2231
07:55:44.536infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.536infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=2231) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.537infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.538infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.538infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.538infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=425
07:55:44.539infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.539infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=6876
07:55:44.540infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=1
07:55:44.540infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=6876) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.540infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.541infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.541infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.542infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.542infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.542infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=669
07:55:44.551infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.551infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=669) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.552infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.553infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.553infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.554infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=251
07:55:44.554infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.554infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=67
07:55:44.555infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.555infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=67) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.556infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.556infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.557infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.557infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.557infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.558infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=117
07:55:44.558infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:55:44.558infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=117) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.559infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.560infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.560infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.560infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=409
07:55:44.561infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.561infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=404
07:55:44.562infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.562infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=404) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.563infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.563infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=366
07:55:44.564infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 366))
07:55:44.564infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
07:55:44.564infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.564infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=272
07:55:44.565infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.565infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=272) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.566infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.566infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=342
07:55:44.567infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 342))
07:55:44.567infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=298
07:55:44.567infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.568infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=8319
07:55:44.568infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=4
07:55:44.569infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=8319) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.569infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.570infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=341
07:55:44.570infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 341))
07:55:44.570infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:55:44.571infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
07:55:44.571infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=97
07:55:44.571infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=3
07:55:44.572infoyii\db\Command::querySELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=97) AND ((`tournament`.`tournament_id`=451) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
07:55:44.572infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=451
07:55:44.573infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=29
07:55:44.573infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((451, 29))
07:55:44.573traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/stats.php
07:55:44.574traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/default.php
07:55:44.575infoyii\db\Command::querySELECT `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`=451) ORDER BY `match`.`start_dt` DESC LIMIT 1
07:55:44.576infoyii\db\Command::querySELECT `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`=451) ORDER BY `match`.`start_dt` LIMIT 1
07:55:44.576infoyii\db\Command::querySELECT `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`=451) OR (`tournament`.`parent_tournament_id`=451)) 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-17 05:00:00' AND '2025-01-18 05:00:00')) ORDER BY `tournament`.`order`, `tournament`.`full_name`
07:55:44.578traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/Scoreboard/views/widget.php
07:55:44.578traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-header.php
07:55:44.579infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=68
07:55:44.579traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.579infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_competition`
07:55:44.581infoyii\db\Command::querySELECT 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'
07:55:44.581traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.581traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.581traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-filter.php
07:55:44.581traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.582infoyii\db\Command::querySELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` ON `hdbk_season`.`season_id` = `tournament`.`season_id` WHERE (`tournament`.`competition_id`=68) AND (`tournament`.`is_published`=1) ORDER BY `start_dt` DESC, `season_id` DESC, `order`
07:55:44.585traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.585traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.585infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`tournament`.`is_published`=1) AND (`season_id` IN (23, 15)) ORDER BY `order`
07:55:44.616infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`=23
07:55:44.616infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`season_id`=23) AND (`parent_tournament_id` IS NULL) AND (`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`competition_id`=68) ORDER BY isnull(`order`), `order`, `start_dt` DESC
07:55:44.617infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`season_id`=23) AND (`is_published`=1) AND (`competition_id`=68) ORDER BY `start_dt` DESC, isnull(parent_tournament_id)
07:55:44.618infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`season_id`=15) AND (`is_published`=1) AND (`competition_id`=68) ORDER BY `start_dt` DESC, isnull(parent_tournament_id)
07:55:44.619infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=531
07:55:44.619infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=450 ORDER BY `start_dt` DESC) `c`
07:55:44.620infoyii\db\Command::querySELECT * FROM `tournament` WHERE `parent_tournament_id`=450 ORDER BY `start_dt` DESC
07:55:44.621infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`parent_tournament_id`=450) ORDER BY `start_dt` DESC
07:55:44.622traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
07:55:44.622infoyii\db\Command::querySELECT MAX(updated_at) FROM tournament
07:55:44.623traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.624infoyii\db\Command::querySELECT * FROM `tournament_place` WHERE (`main`=1) AND (`tournament_id`=451)
07:55:44.624infoyii\db\Command::querySELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=451)
07:55:44.625infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (29, 341, 342, 366)
07:55:44.626infoyii\db\Command::querySELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=451)
07:55:44.626infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (29, 341, 342, 366)
07:55:44.628infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `team` WHERE `team_id` IN (29, 341, 342, 366) ORDER BY `full_name`) `c`
07:55:44.628infoyii\db\Command::querySELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=451)
07:55:44.631traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.631infoyii\db\Command::querySHOW FULL COLUMNS FROM `tag`
07:55:44.632infoyii\db\Command::querySELECT 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'
07:55:44.632traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.632traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:55:44.633infoyii\db\Command::querySELECT 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`=451))
07:55:44.634infoyii\db\Command::querySELECT 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`=451))
07:55:44.635traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
07:55:44.635traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
07:55:44.636traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
07:55:44.636traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
07:55:44.636traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.636traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.636infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
07:55:44.637traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.637infoyii\db\Command::querySELECT 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
07:55:44.638traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
07:55:44.638infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
07:55:44.639traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:55:44.642traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:55:44.642infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
07:55:44.643infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
07:55:44.643traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
07:55:44.644traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
07:55:44.644traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php