07:54:05.577 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
07:54:05.577 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
07:54:05.577 | trace | yii\base\Module::getModule | Loading module: user |
07:54:05.578 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
07:54:05.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
07:54:05.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
07:54:05.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.579 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
07:54:05.579 | trace | yii\base\Module::getModule | Loading module: team |
07:54:05.580 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: tournament |
07:54:05.580 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: player |
07:54:05.580 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: hdbk |
07:54:05.580 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: match |
07:54:05.580 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: redaction |
07:54:05.580 | trace | yii\base\Module::getModule | Loading module: debug |
07:54:05.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
07:54:05.581 | trace | yii\base\Module::getModule | Loading module: gii |
07:54:05.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
07:54:05.583 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
07:54:05.583 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
07:54:05.584 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
07:54:05.588 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/index' |
07:54:05.589 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/index |
07:54:05.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.589 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `player` |
07:54:05.591 | 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' |
07:54:05.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.592 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=6272 |
07:54:05.593 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=6272) AND (`team_id`=9) ORDER BY `in` |
07:54:05.594 | 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 = 6272 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
07:54:05.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.596 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `stats_player` |
07:54:05.597 | 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' |
07:54:05.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.641 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionIndex() |
07:54:05.641 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=6272) |
07:54:05.643 | 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`=6272) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
07:54:05.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.695 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_season` |
07:54:05.696 | 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_season' AND kcu.table_name = 'hdbk_season' |
07:54:05.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.697 | 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 = 6272 AND sp.season_id = 21 AND t.is_unofficial = 0 GROUP BY sp.team_id, sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
07:54:05.699 | 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 = 6272 AND sp.season_id = 21 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
07:54:05.700 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php |
07:54:05.700 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=6272) ORDER BY `team_player`.`in` DESC |
07:54:05.701 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
07:54:05.702 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
07:54:05.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.702 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
07:54:05.703 | 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' |
07:54:05.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.704 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
07:54:05.704 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php |
07:54:05.705 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_matches.php |
07:54:05.705 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=418 |
07:54:05.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.705 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team` |
07:54:05.706 | 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' |
07:54:05.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.750 | 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 = 6272
AND mp.team_id = 418
AND t.season_id = 21
AND mp.status IN (0, 1)
GROUP BY m.match_id
ORDER BY m.start_dt DESC |
07:54:05.755 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='418' |
07:54:05.755 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN ('419', '421', '96', '420') |
07:54:05.756 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3765') AND (`player_id`=6272) AND (`situation` IN (1, 2, 3)) |
07:54:05.758 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='3765') AND (`player_id`=6272) |
07:54:05.759 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='3765') AND (`player_id`=6272) |
07:54:05.760 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3765') AND (`player_id`=6272) AND (`situation`=2) |
07:54:05.761 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3765') AND (`first_assistant`=6272) |
07:54:05.761 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3760') AND (`player_id`=6272) AND (`situation` IN (1, 2, 3)) |
07:54:05.762 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='3760') AND (`player_id`=6272) |
07:54:05.762 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='3760') AND (`player_id`=6272) |
07:54:05.762 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3760') AND (`player_id`=6272) AND (`situation`=2) |
07:54:05.763 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3760') AND (`first_assistant`=6272) |
07:54:05.763 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3759') AND (`player_id`=6272) AND (`situation` IN (1, 2, 3)) |
07:54:05.763 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='3759') AND (`player_id`=6272) |
07:54:05.764 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='3759') AND (`player_id`=6272) |
07:54:05.764 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3759') AND (`player_id`=6272) AND (`situation`=2) |
07:54:05.764 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3759') AND (`first_assistant`=6272) |
07:54:05.765 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3756') AND (`player_id`=6272) AND (`situation` IN (1, 2, 3)) |
07:54:05.765 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`='3756') AND (`player_id`=6272) |
07:54:05.765 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`='3756') AND (`player_id`=6272) |
07:54:05.767 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3756') AND (`player_id`=6272) AND (`situation`=2) |
07:54:05.767 | info | yii\db\Command::query | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`='3756') AND (`first_assistant`=6272) |
07:54:05.767 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM stats_player
WHERE team_id = 418 AND player_id = 6272 AND season_id = 21 |
07:54:05.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.810 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
07:54:05.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.810 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
07:54:05.812 | 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' |
07:54:05.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
07:54:05.857 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
07:54:05.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.858 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
07:54:05.860 | 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' |
07:54:05.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.905 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='280' |
07:54:05.906 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='280' |
07:54:05.908 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=280 ORDER BY `order`, `name`) `c` |
07:54:05.909 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='536' |
07:54:05.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.909 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `round` |
07:54:05.911 | 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' |
07:54:05.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.913 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='418' |
07:54:05.914 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='419' |
07:54:05.916 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
07:54:05.916 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
07:54:05.916 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
07:54:05.917 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
07:54:05.917 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='280' |
07:54:05.918 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=280 ORDER BY `order`, `name`) `c` |
07:54:05.918 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='536' |
07:54:05.918 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='418' |
07:54:05.919 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='421' |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
07:54:05.920 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
07:54:05.920 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='280' |
07:54:05.921 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=280 ORDER BY `order`, `name`) `c` |
07:54:05.921 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='536' |
07:54:05.921 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='418' |
07:54:05.922 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='96' |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'match_id' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'start_date' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_by' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_by' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'created_at' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'updated_at' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_at' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'disabled_by' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'old_id' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team1' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'team2' in 'app\modules\match\models\Match'. |
07:54:05.923 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_match.php |
07:54:05.923 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='280' |
07:54:05.924 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `round` WHERE `tournament_id`=280 ORDER BY `order`, `name`) `c` |
07:54:05.924 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `round_id`='536' |
07:54:05.924 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='418' |
07:54:05.925 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`='420' |
07:54:05.928 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
07:54:05.928 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php |
07:54:05.928 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
07:54:05.929 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=6272) AND (`team_id`=9) ORDER BY `in` |
07:54:05.929 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
07:54:05.929 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
07:54:05.929 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
07:54:05.930 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
07:54:05.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.930 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
07:54:05.931 | 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' |
07:54:05.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.973 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
07:54:05.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.974 | 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 |
07:54:05.980 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
07:54:05.980 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
07:54:05.980 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
07:54:05.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
07:54:05.981 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
07:54:05.983 | 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' |
07:54:05.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
07:54:05.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
07:54:05.984 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
07:54:05.984 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
07:54:05.985 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
07:54:05.985 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
07:54:05.985 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |