21:17:52.322 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
21:17:52.322 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
21:17:52.322 | trace | yii\base\Module::getModule | Loading module: user |
21:17:52.323 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
21:17:52.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
21:17:52.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
21:17:52.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: team |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: tournament |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: player |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: hdbk |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: match |
21:17:52.326 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: redaction |
21:17:52.326 | trace | yii\base\Module::getModule | Loading module: debug |
21:17:52.328 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
21:17:52.328 | trace | yii\base\Module::getModule | Loading module: gii |
21:17:52.328 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
21:17:52.330 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
21:17:52.330 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
21:17:52.331 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
21:17:52.337 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/index' |
21:17:52.337 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/index |
21:17:52.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.337 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `player` |
21:17:52.340 | 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 = 'player' AND kcu.table_name = 'player' |
21:17:52.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.341 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=1330 |
21:17:52.342 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=1330) AND (`team_id`=9) ORDER BY `in` |
21:17:52.343 | 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 = 1330 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
21:17:52.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.350 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `stats_player` |
21:17:52.352 | 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 = 'stats_player' AND kcu.table_name = 'stats_player' |
21:17:52.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.397 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionIndex() |
21:17:52.397 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=1330) |
21:17:52.399 | 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`=1330) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
21:17:52.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.455 | 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 = 1330 AND sp.season_id = 20 AND t.is_unofficial = 0 GROUP BY sp.team_id, sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
21:17:52.460 | 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 = 1330 AND sp.season_id = 20 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
21:17:52.463 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php |
21:17:52.463 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=1330) ORDER BY `team_player`.`in` DESC |
21:17:52.465 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
21:17:52.466 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
21:17:52.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.467 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
21:17:52.468 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'hdbk_country' AND kcu.table_name = 'hdbk_country' |
21:17:52.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.469 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
21:17:52.470 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php |
21:17:52.471 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
21:17:52.471 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=99 |
21:17:52.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.472 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team` |
21:17:52.473 | 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 = 'team' AND kcu.table_name = 'team' |
21:17:52.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.517 | 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 = 1330
AND mp.team_id = 99
AND t.season_id = 20
AND mp.status IN (0, 1)
GROUP BY m.match_id
ORDER BY m.start_dt DESC |
21:17:52.521 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('10', '99', '329') |
21:17:52.522 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('99', '7', '111') |
21:17:52.523 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2101') AND (`player_id`=1330) AND (`situation` IN (1, 2, 3)) |
21:17:52.524 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='2101') AND (`player_id`=1330) |
21:17:52.525 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='2101') AND (`player_id`=1330) |
21:17:52.526 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2101') AND (`player_id`=1330) AND (`situation`=2) |
21:17:52.526 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2101') AND (`first_assistant`=1330) |
21:17:52.527 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2089') AND (`player_id`=1330) AND (`situation` IN (1, 2, 3)) |
21:17:52.528 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='2089') AND (`player_id`=1330) |
21:17:52.529 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='2089') AND (`player_id`=1330) |
21:17:52.529 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2089') AND (`player_id`=1330) AND (`situation`=2) |
21:17:52.530 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2089') AND (`first_assistant`=1330) |
21:17:52.530 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2075') AND (`player_id`=1330) AND (`situation` IN (1, 2, 3)) |
21:17:52.530 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='2075') AND (`player_id`=1330) |
21:17:52.531 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='2075') AND (`player_id`=1330) |
21:17:52.531 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2075') AND (`player_id`=1330) AND (`situation`=2) |
21:17:52.531 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2075') AND (`first_assistant`=1330) |
21:17:52.532 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2074') AND (`player_id`=1330) AND (`situation` IN (1, 2, 3)) |
21:17:52.532 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='2074') AND (`player_id`=1330) |
21:17:52.532 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='2074') AND (`player_id`=1330) |
21:17:52.532 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2074') AND (`player_id`=1330) AND (`situation`=2) |
21:17:52.533 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='2074') AND (`first_assistant`=1330) |
21:17:52.533 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 99 AND player_id = 1330 AND season_id = 20 |
21:17:52.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.578 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
21:17:52.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.578 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
21:17:52.580 | 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 = 'match' AND kcu.table_name = 'match' |
21:17:52.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
21:17:52.625 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
21:17:52.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.626 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
21:17:52.629 | 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 = 'tournament' AND kcu.table_name = 'tournament' |
21:17:52.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.673 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='159' |
21:17:52.674 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='159' |
21:17:52.676 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=159 ORDER BY `order`, `name`) `c` |
21:17:52.677 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='270' |
21:17:52.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.677 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `round` |
21:17:52.680 | 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' |
21:17:52.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.682 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='10' |
21:17:52.683 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='99' |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
21:17:52.687 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
21:17:52.687 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='159' |
21:17:52.688 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=159 ORDER BY `order`, `name`) `c` |
21:17:52.688 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='270' |
21:17:52.689 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='99' |
21:17:52.689 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='7' |
21:17:52.690 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
21:17:52.690 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
21:17:52.690 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
21:17:52.690 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
21:17:52.691 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
21:17:52.691 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='159' |
21:17:52.691 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=159 ORDER BY `order`, `name`) `c` |
21:17:52.692 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='259' |
21:17:52.692 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='99' |
21:17:52.693 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='111' |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
21:17:52.694 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
21:17:52.694 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='159' |
21:17:52.695 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=159 ORDER BY `order`, `name`) `c` |
21:17:52.695 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='259' |
21:17:52.695 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='329' |
21:17:52.696 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='99' |
21:17:52.697 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
21:17:52.697 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php |
21:17:52.698 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
21:17:52.698 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=1330) AND (`team_id`=9) ORDER BY `in` |
21:17:52.698 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
21:17:52.698 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
21:17:52.699 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
21:17:52.699 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
21:17:52.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.699 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
21:17:52.701 | 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 = 'settings' AND kcu.table_name = 'settings' |
21:17:52.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.745 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
21:17:52.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.746 | 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 |
21:17:52.754 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
21:17:52.754 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
21:17:52.755 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
21:17:52.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
21:17:52.756 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
21:17:52.758 | 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 = 'page' AND kcu.table_name = 'page' |
21:17:52.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
21:17:52.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
21:17:52.759 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
21:17:52.759 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
21:17:52.760 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
21:17:52.760 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
21:17:52.760 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |