11:36:10.118 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:36:10.118 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
11:36:10.118 | trace | yii\base\Module::getModule | Loading module: user |
11:36:10.119 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
11:36:10.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
11:36:10.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:36:10.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: team |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: tournament |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: player |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: hdbk |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: match |
11:36:10.122 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: redaction |
11:36:10.122 | trace | yii\base\Module::getModule | Loading module: debug |
11:36:10.125 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:36:10.125 | trace | yii\base\Module::getModule | Loading module: gii |
11:36:10.125 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:36:10.127 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
11:36:10.127 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
11:36:10.128 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
11:36:10.134 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/index' |
11:36:10.134 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/index |
11:36:10.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.135 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=2109 |
11:36:10.135 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=2109) AND (`team_id`=9) ORDER BY `in` |
11:36:10.136 | 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 = 2109 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
11:36:10.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.139 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionIndex() |
11:36:10.139 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=2109) |
11:36:10.141 | 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`=2109) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
11:36:10.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.197 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_season` |
11:36:10.198 | 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' |
11:36:10.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:36:10.199 | 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 = 2109 AND t.is_unofficial = 0 GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
11:36:10.201 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/index.php |
11:36:10.201 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=2109) ORDER BY `team_player`.`in` DESC |
11:36:10.202 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
11:36:10.203 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
11:36:10.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.203 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
11:36:10.204 | 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' |
11:36:10.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:36:10.206 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_headers.php |
11:36:10.206 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/common/_seasons.php |
11:36:10.207 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
11:36:10.207 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/common/_player-header.php |
11:36:10.208 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
11:36:10.209 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=2109) AND (`team_id`=9) ORDER BY `in` |
11:36:10.209 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
11:36:10.210 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
11:36:10.210 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
11:36:10.210 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
11:36:10.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.211 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:36:10.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.212 | 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 |
11:36:10.213 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
11:36:10.213 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
11:36:10.213 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:36:10.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:36:10.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:36:10.214 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:36:10.214 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
11:36:10.214 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
11:36:10.215 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
11:36:10.215 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |