6789274811e79: GET http://bsrussia.local.internet-design.ru/profiles/persons/885/matches?national=1&tournament_id=508 at 2025-01-16 06:35:36 pm by 124.243.146.106

Log Messages

Всего 140 записей.
TimeLevelCategoryMessage
 
18:35:36.068traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
18:35:36.068traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
18:35:36.068traceyii\base\Module::getModuleLoading module: user
18:35:36.069traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
18:35:36.070traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
18:35:36.070traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
18:35:36.070traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.071traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
18:35:36.071traceyii\base\Module::getModuleLoading module: team
18:35:36.071traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
18:35:36.071traceyii\base\Module::getModuleLoading module: tournament
18:35:36.071traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
18:35:36.071traceyii\base\Module::getModuleLoading module: player
18:35:36.071traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
18:35:36.071traceyii\base\Module::getModuleLoading module: hdbk
18:35:36.072traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
18:35:36.072traceyii\base\Module::getModuleLoading module: match
18:35:36.072traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
18:35:36.072traceyii\base\Module::getModuleLoading module: redaction
18:35:36.072traceyii\base\Module::getModuleLoading module: debug
18:35:36.073traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
18:35:36.073traceyii\base\Module::getModuleLoading module: gii
18:35:36.073traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
18:35:36.074infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
18:35:36.075infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
18:35:36.079traceyii\web\Application::handleRequestRoute requested: 'player/frontend/matches/index'
18:35:36.080traceyii\base\Controller::runActionRoute to run: player/frontend/matches/index
18:35:36.080traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.080infoyii\db\Command::querySHOW FULL COLUMNS FROM `player`
18:35:36.083infoyii\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 = 'player' AND kcu.table_name = 'player'
18:35:36.083traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.084traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.084infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=885
18:35:36.085infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=885) AND (`team_id`=9) ORDER BY `in`
18:35:36.086traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.086infoyii\db\Command::querySHOW FULL COLUMNS FROM `team_player`
18:35:36.087infoyii\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_player' AND kcu.table_name = 'team_player'
18:35:36.087traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.088traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.088infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
18:35:36.089infoyii\db\Command::querySELECT 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 = 885 AND t.is_unofficial = 0 AND sp.team_id IN (9,257,261,325,326,531,563) GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC
18:35:36.090traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.091infoyii\db\Command::querySHOW FULL COLUMNS FROM `stats_player`
18:35:36.092infoyii\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 = 'stats_player' AND kcu.table_name = 'stats_player'
18:35:36.093traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.093traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.137traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.137traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.137infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
18:35:36.139infoyii\db\Command::querySELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='accepted') AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number`
18:35:36.142infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427)
18:35:36.152infoyii\db\Command::querySELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='left') AND (NOT (`team_player`.`player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427))) AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number`
18:35:36.155infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id` IN (108, 137, 262, 119, 287, 5319, 4940, 10335, 1567, 10334, 1386, 6781, 77, 453, 1902, 6584, 3363, 4184, 4845, 4185, 10340, 4069, 772, 771, 286, 10339, 10338, 10337, 10336, 1385, 327, 80, 3362, 3358, 290, 277, 264, 190, 53, 3697, 136, 113, 112, 121, 135, 118, 307, 311, 444, 3266, 1914, 1895, 1891, 1890, 1862, 1410, 1297, 885, 846, 683, 451, 5325)
18:35:36.173traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\MatchesController::actionIndex()
18:35:36.173infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
18:35:36.173infoyii\db\Command::querySELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `stats_player` `sp` ON sp.season_id = hdbk_season.season_id WHERE (`sp`.`player_id`=885) AND (`sp`.`team_id` IN ('9', '257', '261', '325', '326', '531', '563')) ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC
18:35:36.174traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.174infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_season`
18:35:36.178infoyii\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_season' AND kcu.table_name = 'hdbk_season'
18:35:36.178traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.178traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.179traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.179traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.179infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='508'
18:35:36.180infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`=12
18:35:36.181infoyii\db\Command::querySELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=885
18:35:36.217infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=12) AND (`tournament_id` IN ('18', '36', '39', '43', '57', '60', '62', '69', '231', '510', '508', '511', '512', '513', '514')) ORDER BY `start_dt` DESC
18:35:36.219infoyii\db\Command::querySELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
18:35:36.222infoyii\db\Command::querySELECT `match_player`.* FROM `match_player` LEFT JOIN `match` ON `match_player`.`match_id` = `match`.`match_id` LEFT JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match_player`.`player_id`=885) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`tournament_id`=508) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC
18:35:36.223traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.223infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player`
18:35:36.224infoyii\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_player' AND kcu.table_name = 'match_player'
18:35:36.224traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.225traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.225infoyii\db\Command::querySELECT * FROM `match` WHERE `match_id` IN (7930, 7928)
18:35:36.225traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.225traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.226infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=508
18:35:36.226traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php
18:35:36.226infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=885) ORDER BY `team_player`.`in` DESC
18:35:36.227infoyii\db\Command::querySELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC
18:35:36.227infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
18:35:36.227traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.228traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.228traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php
18:35:36.228traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php
18:35:36.228traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
18:35:36.229traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
18:35:36.229infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7930, 885))
18:35:36.230traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.230infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player_stats`
18:35:36.231infoyii\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_player_stats' AND kcu.table_name = 'match_player_stats'
18:35:36.231traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.232traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.273traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.273infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7930 AND player_id = 885
18:35:36.274infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=75
18:35:36.275infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
18:35:36.276traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
18:35:36.276infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7928, 885))
18:35:36.277traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.277infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7928 AND player_id = 885
18:35:36.278infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=67
18:35:36.279infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
18:35:36.280traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
18:35:36.280traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php
18:35:36.280traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.280infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player_result`
18:35:36.282infoyii\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_player_result' AND kcu.table_name = 'tournament_team_player_result'
18:35:36.283traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.283traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.283infoyii\db\Command::querySELECT `tournament_team_player_result`.* FROM `tournament_team_player_result` INNER JOIN `tournament` ON `tournament_team_player_result`.`tournament_id` = `tournament`.`tournament_id` WHERE (`tournament`.`is_published`=1) AND (`tournament_team_player_result`.`player_id`=885) ORDER BY `tournament`.`start_dt` DESC LIMIT 6
18:35:36.287traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
18:35:36.288traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
18:35:36.288infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=885) AND (NOT (`team_id`=9)) ORDER BY `in`
18:35:36.289infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
18:35:36.290infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
18:35:36.290traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.290infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_player_position`
18:35:36.291infoyii\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_player_position' AND kcu.table_name = 'hdbk_player_position'
18:35:36.291traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.292traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:35:36.292infoyii\db\Command::querySELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
18:35:36.295infoyii\db\Command::querySELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
18:35:36.296traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
18:35:36.297traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
18:35:36.297traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.297traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.297infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
18:35:36.297traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.298infoyii\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
18:35:36.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
18:35:36.299infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
18:35:36.299traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:35:36.300traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:35:36.300infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
18:35:36.300infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
18:35:36.301traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
18:35:36.301traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
18:35:36.301traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php