18:07:29.564 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
18:07:29.564 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
18:07:29.564 | trace | yii\base\Module::getModule | Loading module: user |
18:07:29.566 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
18:07:29.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
18:07:29.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
18:07:29.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.567 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
18:07:29.567 | trace | yii\base\Module::getModule | Loading module: team |
18:07:29.567 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
18:07:29.567 | trace | yii\base\Module::getModule | Loading module: tournament |
18:07:29.567 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
18:07:29.567 | trace | yii\base\Module::getModule | Loading module: player |
18:07:29.568 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
18:07:29.568 | trace | yii\base\Module::getModule | Loading module: hdbk |
18:07:29.568 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
18:07:29.568 | trace | yii\base\Module::getModule | Loading module: match |
18:07:29.568 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
18:07:29.568 | trace | yii\base\Module::getModule | Loading module: redaction |
18:07:29.568 | trace | yii\base\Module::getModule | Loading module: debug |
18:07:29.569 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
18:07:29.569 | trace | yii\base\Module::getModule | Loading module: gii |
18:07:29.569 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
18:07:29.570 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
18:07:29.570 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='teams' |
18:07:29.576 | trace | yii\web\Application::handleRequest | Route requested: 'team/frontend/players/index' |
18:07:29.576 | trace | yii\base\Controller::runAction | Route to run: team/frontend/players/index |
18:07:29.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.576 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team` |
18:07:29.578 | 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' |
18:07:29.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.580 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=115 |
18:07:29.581 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\team\controllers\frontend\PlayersController::actionIndex() |
18:07:29.581 | info | yii\db\Command::query | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` INNER JOIN `player` `p` ON p.player_id = team_player.player_id WHERE (`team_player`.`status`='accepted') AND (`team_player`.`team_id`=115) ORDER BY isnull(player.position_id), FIELD (player.position_id, 1,2,4,3), isnull(team_player.number), `team_player`.`number`, `player`.`last_name`, `player`.`first_name` |
18:07:29.582 | info | yii\db\Command::query | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` INNER JOIN `player` `p` ON p.player_id = team_player.player_id WHERE (`team_player`.`status`='left') AND (`team_player`.`team_id`=115) ORDER BY isnull(player.position_id), FIELD (player.position_id, 1,2,4,3), isnull(team_player.number), `team_player`.`number`, `player`.`last_name`, `player`.`first_name` |
18:07:29.583 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/players/index.php |
18:07:29.584 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
18:07:29.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.585 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
18:07:29.586 | 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' |
18:07:29.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.587 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/players/common/_players.php |
18:07:29.587 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/players/common/_players.php |
18:07:29.587 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/default.php |
18:07:29.587 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/blocks/common/_team-header.php |
18:07:29.588 | info | yii\db\Command::query | SELECT
sum(st.games) as games,
sum(st.wins) as wins,
sum(st.wins_ot) as wins_ot,
sum(st.wins_so) as wins_so,
sum(st.losses_so) as losses_so,
sum(st.losses_ot) as losses_ot,
sum(st.losses) as losses,
sum(st.draws) as draws,
sum(st.gf) as gf,
sum(st.ga) as ga,
round(sum(st.gf) / sum(st.games), 2) as gf_avg,
sum(st.yellow_cards) as yellow_cards,
sum(st.red_cards) as red_cards,
sum(st.player_age_sum) / sum(st.players_count) as player_age_avg,
st.tournament_id as tournament_id,
st.team_id as team_id
FROM
stats_team as st INNER JOIN tournament as t ON t.tournament_id = st.tournament_id WHERE st.team_id = 115 and t.is_published = 1 GROUP BY st.team_id |
18:07:29.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.591 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=115) |
18:07:29.594 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.595 | info | yii\db\Command::query | SELECT COUNT(*) FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`is_public`=1) AND (`post`.`in_en`=1) AND (`post_tag_assn`.`tag_id`=621) |
18:07:29.596 | info | yii\db\Command::query | SELECT COUNT(*) FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`is_public`=1) AND (`post`.`in_en`=1) AND (`post_tag_assn`.`tag_id`=621) |
18:07:29.596 | info | yii\db\Command::query | SELECT COUNT(*) FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`is_public`=1) AND (`video`.`in_en`=1) AND (`video_tag_assn`.`tag_id`=621) |
18:07:29.598 | info | yii\db\Command::query | SELECT COUNT(*) FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`is_public`=1) AND (`album`.`in_en`=1) AND (`album_tag_assn`.`tag_id`=621) |
18:07:29.601 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
18:07:29.601 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE 0=1 |
18:07:29.602 | info | yii\db\Command::query | SELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=115) OR (`m`.`team2_id`=115)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5 |
18:07:29.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.603 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
18:07:29.605 | 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' |
18:07:29.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.649 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (112, 115, 119) |
18:07:29.651 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (115, 118) |
18:07:29.652 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/widgets/views/team-header-matches.php |
18:07:29.654 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE `tournament_id`=32 |
18:07:29.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.655 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament_team` |
18:07:29.657 | 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_team' AND kcu.table_name = 'tournament_team' |
18:07:29.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.659 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=32 |
18:07:29.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.660 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
18:07:29.663 | 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' |
18:07:29.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.707 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
18:07:29.707 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
18:07:29.708 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
18:07:29.708 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
18:07:29.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.709 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
18:07:29.710 | 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' |
18:07:29.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.753 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
18:07:29.754 | info | yii\db\Command::query | SELECT `post`.`post_id`, `post`.`type`, `post`.`title`, `post`.`title_en`, `post`.`lead`, `post`.`lead_en`, `post`.`marker`, `post`.`translite`, `post`.`image`, `post`.`author`, `post`.`author_en`, `post`.`position_id`, `post`.`position_en_id`, `post`.`published_dt`, `post`.`in_ru`, `post`.`in_en`, `post`.`top_title`, `post`.`top_title_en` FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`in_en`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=621) ORDER BY `published_dt` DESC LIMIT 25 |
18:07:29.755 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
18:07:29.755 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
18:07:29.756 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
18:07:29.756 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
18:07:29.756 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
18:07:29.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.757 | 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 |
18:07:29.765 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
18:07:29.765 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
18:07:29.765 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
18:07:29.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
18:07:29.766 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
18:07:29.767 | 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' |
18:07:29.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
18:07:29.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
18:07:29.768 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
18:07:29.769 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
18:07:29.769 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
18:07:29.770 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
18:07:29.770 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |