15:18:05.328 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
15:18:05.328 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
15:18:05.328 | trace | yii\base\Module::getModule | Loading module: user |
15:18:05.329 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
15:18:05.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
15:18:05.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
15:18:05.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: team |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: tournament |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: player |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: hdbk |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: match |
15:18:05.332 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: redaction |
15:18:05.332 | trace | yii\base\Module::getModule | Loading module: debug |
15:18:05.333 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
15:18:05.333 | trace | yii\base\Module::getModule | Loading module: gii |
15:18:05.333 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
15:18:05.334 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
15:18:05.335 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
15:18:05.335 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
15:18:05.336 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/index' |
15:18:05.336 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/index |
15:18:05.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.337 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=3905 |
15:18:05.338 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=3905) AND (`team_id`=9) ORDER BY `in` |
15:18:05.339 | info | yii\db\Command::query | SELECT
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 = 3905 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
15:18:05.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.346 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionIndex() |
15:18:05.346 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=3905) |
15:18:05.348 | info | yii\db\Command::query | SELECT `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`=3905) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
15:18:05.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.402 | info | yii\db\Command::query | SELECT
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 = 3905 AND sp.season_id = 22 AND t.is_unofficial = 0 GROUP BY sp.team_id, sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
15:18:05.408 | info | yii\db\Command::query | SELECT
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 = 3905 AND sp.season_id = 22 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
15:18:05.411 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php |
15:18:05.411 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=3905) ORDER BY `team_player`.`in` DESC |
15:18:05.413 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
15:18:05.413 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=423 |
15:18:05.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.415 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
15:18:05.416 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php |
15:18:05.416 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
15:18:05.416 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=71 |
15:18:05.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.418 | info | yii\db\Command::query | SELECT 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 = 3905
AND mp.team_id = 71
AND t.season_id = 22
AND mp.status IN (0, 1)
GROUP BY m.match_id
ORDER BY m.start_dt DESC |
15:18:05.421 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('71', '78') |
15:18:05.422 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('76', '376', '71') |
15:18:05.423 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4749') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.424 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4749') AND (`player_id`=3905) |
15:18:05.425 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4749') AND (`player_id`=3905) |
15:18:05.425 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4749') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.426 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4749') AND (`first_assistant`=3905) |
15:18:05.426 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4748') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.427 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4748') AND (`player_id`=3905) |
15:18:05.428 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4748') AND (`player_id`=3905) |
15:18:05.428 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4748') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.428 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4748') AND (`first_assistant`=3905) |
15:18:05.429 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4745') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.429 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4745') AND (`player_id`=3905) |
15:18:05.430 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4745') AND (`player_id`=3905) |
15:18:05.430 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4745') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.430 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4745') AND (`first_assistant`=3905) |
15:18:05.431 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 71 AND player_id = 3905 AND season_id = 22 |
15:18:05.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:18:05.432 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.433 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.434 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='332' |
15:18:05.435 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='332' |
15:18:05.436 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=332 ORDER BY `order`, `name`) `c` |
15:18:05.437 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='71' |
15:18:05.437 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='76' |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.439 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.439 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='332' |
15:18:05.440 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=332 ORDER BY `order`, `name`) `c` |
15:18:05.440 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='71' |
15:18:05.441 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='376' |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.442 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.443 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='332' |
15:18:05.443 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=332 ORDER BY `order`, `name`) `c` |
15:18:05.444 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='78' |
15:18:05.444 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='71' |
15:18:05.445 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
15:18:05.445 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=76 |
15:18:05.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.446 | info | yii\db\Command::query | SELECT 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 = 3905
AND mp.team_id = 76
AND t.season_id = 22
AND mp.status IN (0, 1)
GROUP BY m.match_id
ORDER BY m.start_dt DESC |
15:18:05.449 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 76 AND player_id = 3905 AND season_id = 22 |
15:18:05.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:18:05.450 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
15:18:05.450 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=484 |
15:18:05.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.450 | info | yii\db\Command::query | SELECT 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 = 3905
AND mp.team_id = 484
AND t.season_id = 22
AND mp.status IN (0, 1)
GROUP BY m.match_id
ORDER BY m.start_dt DESC |
15:18:05.453 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('485', '11', '484') |
15:18:05.453 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('484', '172') |
15:18:05.454 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4554') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.454 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4554') AND (`player_id`=3905) |
15:18:05.455 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4554') AND (`player_id`=3905) |
15:18:05.455 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4554') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.455 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4554') AND (`first_assistant`=3905) |
15:18:05.456 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4542') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.456 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4542') AND (`player_id`=3905) |
15:18:05.457 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4542') AND (`player_id`=3905) |
15:18:05.457 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4542') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.457 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4542') AND (`first_assistant`=3905) |
15:18:05.457 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4535') AND (`player_id`=3905) AND (`situation` IN (1, 2, 3)) |
15:18:05.458 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='4535') AND (`player_id`=3905) |
15:18:05.459 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='4535') AND (`player_id`=3905) |
15:18:05.459 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4535') AND (`player_id`=3905) AND (`situation`=2) |
15:18:05.459 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='4535') AND (`first_assistant`=3905) |
15:18:05.460 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 484 AND player_id = 3905 AND season_id = 22 |
15:18:05.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.461 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.461 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='338' |
15:18:05.463 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='338' |
15:18:05.463 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=338 ORDER BY `order`, `name`) `c` |
15:18:05.464 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='649' |
15:18:05.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.465 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `round` |
15:18:05.466 | 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' AND kcu.table_name = 'round' |
15:18:05.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:18:05.467 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='485' |
15:18:05.468 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='484' |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.470 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.470 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='338' |
15:18:05.471 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=338 ORDER BY `order`, `name`) `c` |
15:18:05.471 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='649' |
15:18:05.471 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='11' |
15:18:05.472 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='484' |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
15:18:05.473 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
15:18:05.474 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
15:18:05.474 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='338' |
15:18:05.475 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=338 ORDER BY `order`, `name`) `c` |
15:18:05.475 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='649' |
15:18:05.475 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='484' |
15:18:05.476 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='172' |
15:18:05.477 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
15:18:05.477 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php |
15:18:05.478 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
15:18:05.478 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=3905) AND (`team_id`=9) ORDER BY `in` |
15:18:05.479 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
15:18:05.479 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
15:18:05.479 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
15:18:05.480 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
15:18:05.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.480 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
15:18:05.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.481 | 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 |
15:18:05.482 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
15:18:05.482 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
15:18:05.482 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
15:18:05.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:18:05.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:18:05.483 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
15:18:05.483 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
15:18:05.483 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
15:18:05.484 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
15:18:05.484 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |