17:10:53.443 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
17:10:53.443 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
17:10:53.443 | trace | yii\base\Module::getModule | Loading module: user |
17:10:53.444 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
17:10:53.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
17:10:53.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
17:10:53.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.446 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
17:10:53.446 | trace | yii\base\Module::getModule | Loading module: team |
17:10:53.446 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
17:10:53.446 | trace | yii\base\Module::getModule | Loading module: tournament |
17:10:53.446 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
17:10:53.446 | trace | yii\base\Module::getModule | Loading module: player |
17:10:53.446 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
17:10:53.446 | trace | yii\base\Module::getModule | Loading module: hdbk |
17:10:53.446 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
17:10:53.446 | trace | yii\base\Module::getModule | Loading module: match |
17:10:53.447 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
17:10:53.447 | trace | yii\base\Module::getModule | Loading module: redaction |
17:10:53.447 | trace | yii\base\Module::getModule | Loading module: debug |
17:10:53.448 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
17:10:53.448 | trace | yii\base\Module::getModule | Loading module: gii |
17:10:53.448 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
17:10:53.449 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
17:10:53.450 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
17:10:53.450 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
17:10:53.451 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/index' |
17:10:53.451 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/index |
17:10:53.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.452 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=3539 |
17:10:53.453 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=3539) AND (`team_id`=9) ORDER BY `in` |
17:10:53.454 | 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 = 3539 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
17:10:53.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.460 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionIndex() |
17:10:53.460 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=3539) |
17:10:53.462 | 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`=3539) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
17:10:53.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.516 | 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 = 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.521 | 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 = 3539 AND sp.season_id = 24 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
17:10:53.523 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php |
17:10:53.523 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=3539) ORDER BY `team_player`.`in` DESC |
17:10:53.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.526 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=447 ORDER BY `team`.`is_national` DESC |
17:10:53.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.528 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=367 |
17:10:53.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.529 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
17:10:53.530 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php |
17:10:53.530 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
17:10:53.530 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=447 |
17:10:53.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.532 | 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 = 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.536 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('6', '447', '619') |
17:10:53.536 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('447', '459', '39') |
17:10:53.537 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3)) |
17:10:53.538 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7822') AND (`player_id`=3539) |
17:10:53.539 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7822') AND (`player_id`=3539) |
17:10:53.539 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`player_id`=3539) AND (`situation`=2) |
17:10:53.539 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7822') AND (`first_assistant`=3539) |
17:10:53.540 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3)) |
17:10:53.541 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7470') AND (`player_id`=3539) |
17:10:53.542 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7470') AND (`player_id`=3539) |
17:10:53.542 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`player_id`=3539) AND (`situation`=2) |
17:10:53.542 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7470') AND (`first_assistant`=3539) |
17:10:53.543 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3)) |
17:10:53.543 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7468') AND (`player_id`=3539) |
17:10:53.544 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7468') AND (`player_id`=3539) |
17:10:53.545 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`player_id`=3539) AND (`situation`=2) |
17:10:53.545 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7468') AND (`first_assistant`=3539) |
17:10:53.545 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`player_id`=3539) AND (`situation` IN (1, 2, 3)) |
17:10:53.546 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='7466') AND (`player_id`=3539) |
17:10:53.546 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='7466') AND (`player_id`=3539) |
17:10:53.546 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`player_id`=3539) AND (`situation`=2) |
17:10:53.546 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='7466') AND (`first_assistant`=3539) |
17:10:53.547 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 447 AND player_id = 3539 AND season_id = 24 |
17:10:53.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
17:10:53.549 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
17:10:53.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
17:10:53.550 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
17:10:53.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.551 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='495' |
17:10:53.553 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='495' |
17:10:53.554 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c` |
17:10:53.555 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='1041' |
17:10:53.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.556 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `round` |
17:10:53.557 | 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' |
17:10:53.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
17:10:53.558 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='6' |
17:10:53.559 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='447' |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
17:10:53.561 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
17:10:53.562 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
17:10:53.562 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='495' |
17:10:53.563 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c` |
17:10:53.563 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='998' |
17:10:53.564 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='447' |
17:10:53.564 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='459' |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
17:10:53.565 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
17:10:53.565 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='495' |
17:10:53.566 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c` |
17:10:53.566 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='998' |
17:10:53.567 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='447' |
17:10:53.567 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='39' |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
17:10:53.568 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
17:10:53.569 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='495' |
17:10:53.569 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=495 ORDER BY `order`, `name`) `c` |
17:10:53.569 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='998' |
17:10:53.570 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='619' |
17:10:53.570 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='447' |
17:10:53.571 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
17:10:53.571 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php |
17:10:53.572 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
17:10:53.573 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=3539) AND (`team_id`=9) ORDER BY `in` |
17:10:53.573 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
17:10:53.573 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
17:10:53.573 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
17:10:53.574 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
17:10:53.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.574 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
17:10:53.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.575 | info | yii\db\Command::query | SELECT
COUNT(*)
FROM
hdbk_competition AS c
INNER JOIN
tournament AS t ON t.competition_id = c.competition_id
INNER JOIN
round AS r ON r.tournament_id = t.tournament_id |
17:10:53.576 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
17:10:53.576 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
17:10:53.576 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
17:10:53.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:10:53.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:10:53.577 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
17:10:53.577 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
17:10:53.577 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
17:10:53.577 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
17:10:53.578 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |