6787c0843f9c3: GET http://bsrussia.local.internet-design.ru/profiles/teams/138 at 2025-01-15 05:04:52 pm by 101.44.68.249

Log Messages

Всего 128 записей.
TimeLevelCategoryMessage
 
17:04:52.253traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:04:52.253traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
17:04:52.253traceyii\base\Module::getModuleLoading module: user
17:04:52.255traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
17:04:52.255traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
17:04:52.256traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:04:52.256traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.257traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
17:04:52.257traceyii\base\Module::getModuleLoading module: team
17:04:52.258traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
17:04:52.258traceyii\base\Module::getModuleLoading module: tournament
17:04:52.258traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
17:04:52.258traceyii\base\Module::getModuleLoading module: player
17:04:52.258traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
17:04:52.258traceyii\base\Module::getModuleLoading module: hdbk
17:04:52.258traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
17:04:52.258traceyii\base\Module::getModuleLoading module: match
17:04:52.258traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
17:04:52.258traceyii\base\Module::getModuleLoading module: redaction
17:04:52.258traceyii\base\Module::getModuleLoading module: debug
17:04:52.260traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:04:52.260traceyii\base\Module::getModuleLoading module: gii
17:04:52.260traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
17:04:52.261infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
17:04:52.261infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `alias`='profiles'
17:04:52.262infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='teams'
17:04:52.267traceyii\web\Application::handleRequestRoute requested: 'team/frontend/profile/index'
17:04:52.267traceyii\base\Controller::runActionRoute to run: team/frontend/profile/index
17:04:52.268traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.268infoyii\db\Command::querySHOW FULL COLUMNS FROM `team`
17:04:52.271infoyii\db\Command::querySELECT 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'
17:04:52.272traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.272traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.272infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=138
17:04:52.273traceyii\base\InlineAction::runWithParamsRunning action: app\modules\team\controllers\frontend\ProfileController::actionIndex()
17:04:52.274infoyii\db\Command::querySELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=138)
17:04:52.277traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.277infoyii\db\Command::querySHOW FULL COLUMNS FROM `tag`
17:04:52.278infoyii\db\Command::querySELECT 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 = 'tag' AND kcu.table_name = 'tag'
17:04:52.278traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.279traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.279infoyii\db\Command::querySELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`in_en`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=642) ORDER BY `published_dt` DESC LIMIT 6
17:04:52.280infoyii\db\Command::querySELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC
17:04:52.281traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.281traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.281infoyii\db\Command::querySELECT 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 INNER JOIN hdbk_season as s ON s.season_id = t.season_id WHERE st.team_id = 138 and t.is_published = 1 and t.season_id = 26 GROUP BY st.team_id ORDER BY t.start_dt desc
17:04:52.282infoyii\db\Command::querySELECT 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 = 138 and t.is_published = 1 GROUP BY st.team_id
17:04:52.282traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.283traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.283traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/team/views/frontend/profile/index.php
17:04:52.283infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
17:04:52.284traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.284infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_country`
17:04:52.285infoyii\db\Command::querySELECT 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'
17:04:52.285traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.286traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.287traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php
17:04:52.288infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_en`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=642) ORDER BY `video`.`published_dt` DESC) `c`
17:04:52.289infoyii\db\Command::querySELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_en`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=642) ORDER BY `video`.`published_dt` DESC LIMIT 3
17:04:52.291traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/videos/views/videos-list.php
17:04:52.292traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php
17:04:52.292infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_en`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=642) ORDER BY `album`.`published_dt` DESC) `c`
17:04:52.295infoyii\db\Command::querySELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_en`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=642) ORDER BY `album`.`published_dt` DESC LIMIT 3
17:04:52.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/albums/views/albums-list.php
17:04:52.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php
17:04:52.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/default.php
17:04:52.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/blocks/common/_team-header.php
17:04:52.299infoyii\db\Command::querySELECT 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 = 138 and t.is_published = 1 GROUP BY st.team_id
17:04:52.300infoyii\db\Command::querySELECT 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`=642)
17:04:52.300infoyii\db\Command::querySELECT 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`=642)
17:04:52.301infoyii\db\Command::querySELECT 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`=642)
17:04:52.302infoyii\db\Command::querySELECT 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`=642)
17:04:52.304infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
17:04:52.305infoyii\db\Command::querySELECT * FROM `staff` WHERE 0=1
17:04:52.306infoyii\db\Command::querySELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=138) OR (`m`.`team2_id`=138)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5
17:04:52.307traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.307infoyii\db\Command::querySHOW FULL COLUMNS FROM `match`
17:04:52.309infoyii\db\Command::querySELECT 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'
17:04:52.309traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.309traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.353infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (154, 138, 136)
17:04:52.355infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (138, 153, 140, 139)
17:04:52.357traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/team/widgets/views/team-header-matches.php
17:04:52.359infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE `tournament_id`=37
17:04:52.359traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.360infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team`
17:04:52.361infoyii\db\Command::querySELECT 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'
17:04:52.362traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.362traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.363infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=37
17:04:52.364traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.364infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament`
17:04:52.367infoyii\db\Command::querySELECT 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'
17:04:52.367traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.367traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.411infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE `tournament_id`=42
17:04:52.413infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=42
17:04:52.417traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
17:04:52.417traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
17:04:52.418infoyii\db\Command::querySELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC
17:04:52.419traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php
17:04:52.419traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.419infoyii\db\Command::querySHOW FULL COLUMNS FROM `settings`
17:04:52.421infoyii\db\Command::querySELECT 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'
17:04:52.422traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.422traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.465infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
17:04:52.466infoyii\db\Command::querySELECT `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`=642) ORDER BY `published_dt` DESC LIMIT 25
17:04:52.467infoyii\db\Command::querySELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC
17:04:52.468traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php
17:04:52.468traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
17:04:52.468traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
17:04:52.468infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
17:04:52.469traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.469infoyii\db\Command::querySELECT 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
17:04:52.477traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php
17:04:52.478traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
17:04:52.478infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
17:04:52.479traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:52.479infoyii\db\Command::querySHOW FULL COLUMNS FROM `page`
17:04:52.480infoyii\db\Command::querySELECT 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'
17:04:52.481traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:52.481traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:52.481infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
17:04:52.482infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
17:04:52.482traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
17:04:52.483traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
17:04:52.483traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php