Log Messages

Всего 183 записи.
TimeLevelCategoryMessage
 
17:10:53.443traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:10:53.443traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
17:10:53.443traceyii\base\Module::getModuleLoading module: user
17:10:53.444traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
17:10:53.444traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
17:10:53.445traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:10:53.445traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.446traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
17:10:53.446traceyii\base\Module::getModuleLoading module: team
17:10:53.446traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
17:10:53.446traceyii\base\Module::getModuleLoading module: tournament
17:10:53.446traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
17:10:53.446traceyii\base\Module::getModuleLoading module: player
17:10:53.446traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
17:10:53.446traceyii\base\Module::getModuleLoading module: hdbk
17:10:53.446traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
17:10:53.446traceyii\base\Module::getModuleLoading module: match
17:10:53.447traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
17:10:53.447traceyii\base\Module::getModuleLoading module: redaction
17:10:53.447traceyii\base\Module::getModuleLoading module: debug
17:10:53.448traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:10:53.448traceyii\base\Module::getModuleLoading module: gii
17:10:53.448traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
17:10:53.449infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
17:10:53.450infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `alias`='profiles'
17:10:53.450infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
17:10:53.451traceyii\web\Application::handleRequestRoute requested: 'player/frontend/profile/index'
17:10:53.451traceyii\base\Controller::runActionRoute to run: player/frontend/profile/index
17:10:53.451traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.452traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.452infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=3539
17:10:53.453infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=3539) AND (`team_id`=9) ORDER BY `in`
17:10:53.454infoyii\db\Command::querySELECT sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id, sum(games) as games, sum(goals) as goals, sum(freekick_goals) as freekick_goals, sum(penalties) as penalties, sum(assists) as assists, sum(second_assists) as second_assists, sum(shoots) as shoots, sum(shoots_target) as shoots_target, sum(biciclets) as biciclets, sum(freekicks) as freekicks, sum(plus_minus) as plus_minus, sum(fouls) as fouls, sum(corners) as corners, sum(shoots_block) as shoots_block, sum(yellow_cards) as yellow_cards, sum(red_cards) as red_cards, sum(saves) as saves, sum(gk_shoots_target) as gk_shoots_target, sum(gk_shoots_postbar) as gk_shoots_postbar, sum(missed_goals) as missed_goals FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 3539 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC
17:10:53.459traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.460traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.460traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\ProfileController::actionIndex()
17:10:53.460infoyii\db\Command::querySELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=3539)
17:10:53.462infoyii\db\Command::querySELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` `t` ON t.season_id = hdbk_season.season_id INNER JOIN `tournament_team_player` `ttp` ON ttp.tournament_id = t.tournament_id WHERE (`ttp`.`player_id`=3539) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC
17:10:53.515traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.515traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.516infoyii\db\Command::querySELECT sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id, sum(games) as games, sum(goals) as goals, sum(freekick_goals) as freekick_goals, sum(penalties) as penalties, sum(assists) as assists, sum(second_assists) as second_assists, sum(shoots) as shoots, sum(shoots_target) as shoots_target, sum(biciclets) as biciclets, sum(freekicks) as freekicks, sum(plus_minus) as plus_minus, sum(fouls) as fouls, sum(corners) as corners, sum(shoots_block) as shoots_block, sum(yellow_cards) as yellow_cards, sum(red_cards) as red_cards, sum(saves) as saves, sum(gk_shoots_target) as gk_shoots_target, sum(gk_shoots_postbar) as gk_shoots_postbar, sum(missed_goals) as missed_goals FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 3539 AND sp.season_id = 24 AND t.is_unofficial = 0 GROUP BY sp.team_id, sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC
17:10:53.521infoyii\db\Command::querySELECT sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id, sum(games) as games, sum(goals) as goals, sum(freekick_goals) as freekick_goals, sum(penalties) as penalties, sum(assists) as assists, sum(second_assists) as second_assists, sum(shoots) as shoots, sum(shoots_target) as shoots_target, sum(biciclets) as biciclets, sum(freekicks) as freekicks, sum(plus_minus) as plus_minus, sum(fouls) as fouls, sum(corners) as corners, sum(shoots_block) as shoots_block, sum(yellow_cards) as yellow_cards, sum(red_cards) as red_cards, sum(saves) as saves, sum(gk_shoots_target) as gk_shoots_target, sum(gk_shoots_postbar) as gk_shoots_postbar, sum(missed_goals) as missed_goals FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 3539 AND sp.season_id = 24 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC
17:10:53.523traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php
17:10:53.523infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=3539) ORDER BY `team_player`.`in` DESC
17:10:53.525traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.526traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.526infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=447 ORDER BY `team`.`is_national` DESC
17:10:53.527traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.527traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.528infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=367
17:10:53.528traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.528traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.529traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php
17:10:53.530traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php
17:10:53.530traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php
17:10:53.530infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=447
17:10:53.532traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.532infoyii\db\Command::querySELECT m.* FROM `match` AS m INNER JOIN round AS r ON r.round_id = m.round_id INNER JOIN tournament AS t ON t.tournament_id = m.tournament_id INNER JOIN match_player AS mp ON mp.match_id = m.match_id WHERE mp.player_id = 3539 AND mp.team_id = 447 AND t.season_id = 24 AND mp.status IN (0, 1) GROUP BY m.match_id ORDER BY m.start_dt DESC
17:10:53.536infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN ('6', '447', '619')
17:10:53.536infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN ('447', '459', '39')
17:10:53.537infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3))
17:10:53.538infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7822') AND (`player_id`=3539)
17:10:53.539infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7822') AND (`player_id`=3539)
17:10:53.539infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`player_id`=3539) AND (`situation`=2)
17:10:53.539infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`first_assistant`=3539)
17:10:53.540infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3))
17:10:53.541infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7470') AND (`player_id`=3539)
17:10:53.542infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7470') AND (`player_id`=3539)
17:10:53.542infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`player_id`=3539) AND (`situation`=2)
17:10:53.542infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`first_assistant`=3539)
17:10:53.543infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3))
17:10:53.543infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7468') AND (`player_id`=3539)
17:10:53.544infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7468') AND (`player_id`=3539)
17:10:53.545infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`player_id`=3539) AND (`situation`=2)
17:10:53.545infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`first_assistant`=3539)
17:10:53.545infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3))
17:10:53.546infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7466') AND (`player_id`=3539)
17:10:53.546infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7466') AND (`player_id`=3539)
17:10:53.546infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`player_id`=3539) AND (`situation`=2)
17:10:53.546infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`first_assistant`=3539)
17:10:53.547infoyii\db\Command::querySELECT MAX(updated_at) FROM stats_player WHERE team_id = 447 AND player_id = 3539 AND season_id = 24
17:10:53.548traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:10:53.549traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'.
17:10:53.549traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.549traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'.
17:10:53.550traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php
17:10:53.550traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.551traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.551infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='495'
17:10:53.553infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='495'
17:10:53.554infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c`
17:10:53.555infoyii\db\Command::querySELECT * FROM `round` WHERE `round_id`='1041'
17:10:53.555traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.556infoyii\db\Command::querySHOW FULL COLUMNS FROM `round`
17:10:53.557infoyii\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 = 'round' AND kcu.table_name = 'round'
17:10:53.558traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.558traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:10:53.558infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='6'
17:10:53.559infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='447'
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'.
17:10:53.561traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'.
17:10:53.562traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php
17:10:53.562infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='495'
17:10:53.563infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c`
17:10:53.563infoyii\db\Command::querySELECT * FROM `round` WHERE `round_id`='998'
17:10:53.564infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='447'
17:10:53.564infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='459'
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'.
17:10:53.565traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php
17:10:53.565infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='495'
17:10:53.566infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c`
17:10:53.566infoyii\db\Command::querySELECT * FROM `round` WHERE `round_id`='998'
17:10:53.567infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='447'
17:10:53.567infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='39'
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'.
17:10:53.568traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php
17:10:53.569infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='495'
17:10:53.569infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c`
17:10:53.569infoyii\db\Command::querySELECT * FROM `round` WHERE `round_id`='998'
17:10:53.570infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='619'
17:10:53.570infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`='447'
17:10:53.571traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
17:10:53.571traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php
17:10:53.572infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE 0=1
17:10:53.573infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=3539) AND (`team_id`=9) ORDER BY `in`
17:10:53.573traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
17:10:53.573traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
17:10:53.573traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
17:10:53.574traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
17:10:53.574traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.574traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.574infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
17:10:53.574traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.575infoyii\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
17:10:53.576traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php
17:10:53.576traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
17:10:53.576infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
17:10:53.576traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:10:53.577traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:10:53.577infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
17:10:53.577infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
17:10:53.577traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
17:10:53.577traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
17:10:53.578traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php