11:59:23.990 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:59:23.990 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
11:59:23.990 | trace | yii\base\Module::getModule | Loading module: user |
11:59:23.992 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
11:59:23.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
11:59:23.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:59:23.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:23.994 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
11:59:23.994 | trace | yii\base\Module::getModule | Loading module: team |
11:59:23.994 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
11:59:23.994 | trace | yii\base\Module::getModule | Loading module: tournament |
11:59:23.994 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
11:59:23.994 | trace | yii\base\Module::getModule | Loading module: player |
11:59:23.994 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
11:59:23.994 | trace | yii\base\Module::getModule | Loading module: hdbk |
11:59:23.994 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
11:59:23.994 | trace | yii\base\Module::getModule | Loading module: match |
11:59:23.995 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
11:59:23.995 | trace | yii\base\Module::getModule | Loading module: redaction |
11:59:23.995 | trace | yii\base\Module::getModule | Loading module: debug |
11:59:23.996 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:59:23.996 | trace | yii\base\Module::getModule | Loading module: gii |
11:59:23.996 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:59:23.998 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
11:59:23.998 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='teams' |
11:59:24.004 | trace | yii\web\Application::handleRequest | Route requested: 'team/frontend/calendar/index' |
11:59:24.005 | trace | yii\base\Controller::runAction | Route to run: team/frontend/calendar/index |
11:59:24.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.005 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.006 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\team\controllers\frontend\CalendarController::actionIndex() |
11:59:24.006 | info | yii\db\Command::query | SELECT YEAR(start_dt) as year FROM `match` WHERE (`team1_id`=553) OR (`team2_id`=553) GROUP BY `year` ORDER BY `year` DESC |
11:59:24.007 | info | yii\db\Command::query | SELECT `match`.* FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE ((`team1_id`=553) OR (`team2_id`=553)) AND (`tournament`.`in_en`=1) AND (YEAR(match.start_dt)='2018') AND ((NOT (`team1_id` IS NULL)) AND (NOT (`team2_id` IS NULL))) ORDER BY `match`.`start_dt` DESC |
11:59:24.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.008 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
11:59:24.010 | 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' |
11:59:24.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:59:24.012 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id` IN (413, 412) |
11:59:24.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.014 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=7 |
11:59:24.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/calendar/index.php |
11:59:24.016 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=298 |
11:59:24.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.017 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=413 |
11:59:24.020 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.020 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE `tournament_id`=413 |
11:59:24.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.022 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=413 |
11:59:24.024 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=545 |
11:59:24.025 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.025 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5466) |
11:59:24.025 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.025 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5466) |
11:59:24.026 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.027 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5466) |
11:59:24.028 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.029 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=30 |
11:59:24.029 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.030 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.030 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5445) |
11:59:24.030 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.031 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5445) |
11:59:24.031 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.032 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5445) |
11:59:24.033 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.034 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=476 |
11:59:24.034 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.036 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.036 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5416) |
11:59:24.036 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.036 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5416) |
11:59:24.037 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.038 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5416) |
11:59:24.039 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.039 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=412 |
11:59:24.040 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=479 |
11:59:24.041 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE `tournament_id`=412 |
11:59:24.043 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=412 |
11:59:24.044 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.045 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.045 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5405) |
11:59:24.045 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.046 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5405) |
11:59:24.046 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.047 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5405) |
11:59:24.048 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.048 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.049 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=550 |
11:59:24.049 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.049 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5402) |
11:59:24.050 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.050 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5402) |
11:59:24.051 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.051 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5402) |
11:59:24.052 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.053 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=553 |
11:59:24.054 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=549 |
11:59:24.055 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/match/views/frontend/common/blocks/_media.php |
11:59:24.055 | info | yii\db\Command::query | SELECT * FROM `video_match_assn` WHERE (`main`=1) AND (`match_id`=5400) |
11:59:24.056 | info | yii\db\Command::query | SELECT * FROM `video` WHERE 0=1 |
11:59:24.056 | info | yii\db\Command::query | SELECT * FROM `post_match_assn` WHERE (`main`=1) AND (`match_id`=5400) |
11:59:24.057 | info | yii\db\Command::query | SELECT * FROM `post` WHERE 0=1 |
11:59:24.057 | info | yii\db\Command::query | SELECT * FROM `album_match_assn` WHERE (`main`=1) AND (`match_id`=5400) |
11:59:24.058 | info | yii\db\Command::query | SELECT * FROM `album` WHERE 0=1 |
11:59:24.058 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/default.php |
11:59:24.058 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/blocks/common/_team-header.php |
11:59:24.059 | 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 = 553 and t.is_published = 1 GROUP BY st.team_id |
11:59:24.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.060 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=553) |
11:59:24.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.063 | 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`=1051) |
11:59:24.064 | 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`=1051) |
11:59:24.064 | 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`=1051) |
11:59:24.066 | 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`=1051) |
11:59:24.069 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
11:59:24.070 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE 0=1 |
11:59:24.070 | info | yii\db\Command::query | SELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=553) OR (`m`.`team2_id`=553)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5 |
11:59:24.071 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (553, 30, 476, 479) |
11:59:24.073 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (545, 553, 550) |
11:59:24.074 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/widgets/views/team-header-matches.php |
11:59:24.078 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
11:59:24.078 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
11:59:24.078 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
11:59:24.079 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
11:59:24.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.079 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:59:24.080 | 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`=1051) ORDER BY `published_dt` DESC LIMIT 25 |
11:59:24.080 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
11:59:24.080 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
11:59:24.081 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
11:59:24.081 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
11:59:24.081 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:59:24.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.081 | 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:59:24.083 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
11:59:24.083 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
11:59:24.083 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:59:24.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:59:24.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:59:24.084 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:59:24.084 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
11:59:24.085 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
11:59:24.085 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
11:59:24.085 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |