67890d12c93f5: GET http://bsrussia.local.internet-design.ru/profiles/persons/885/matches?national=1&tournament_id=510 at 2025-01-16 04:43:46 pm by 3.147.45.25

Log Messages

Всего 152 записи.
TimeLevelCategoryMessage
 
16:43:46.818traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
16:43:46.818traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
16:43:46.818traceyii\base\Module::getModuleLoading module: user
16:43:46.819traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
16:43:46.820traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
16:43:46.820traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
16:43:46.820traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: team
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: tournament
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: player
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: hdbk
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: match
16:43:46.822traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
16:43:46.822traceyii\base\Module::getModuleLoading module: redaction
16:43:46.822traceyii\base\Module::getModuleLoading module: debug
16:43:46.824traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
16:43:46.824traceyii\base\Module::getModuleLoading module: gii
16:43:46.824traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
16:43:46.825infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
16:43:46.825infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
16:43:46.826traceyii\web\Application::handleRequestRoute requested: 'player/frontend/matches/index'
16:43:46.826traceyii\base\Controller::runActionRoute to run: player/frontend/matches/index
16:43:46.826traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.826traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.826infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=885
16:43:46.827infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=885) AND (`team_id`=9) ORDER BY `in`
16:43:46.827traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.828traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.828infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
16:43:46.828infoyii\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
16:43:46.828traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.829traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.829traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.829traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.829infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
16:43:46.830infoyii\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`
16:43:46.831infoyii\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)
16:43:46.837infoyii\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`
16:43:46.839infoyii\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)
16:43:46.853traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\MatchesController::actionIndex()
16:43:46.853infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
16:43:46.853infoyii\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
16:43:46.855traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.855traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.855traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.856traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.856infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='510'
16:43:46.857infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`=12
16:43:46.857infoyii\db\Command::querySELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=885
16:43:46.895infoyii\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
16:43:46.897infoyii\db\Command::querySELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
16:43:46.900infoyii\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`=510) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC
16:43:46.901traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.902infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player`
16:43:46.902infoyii\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'
16:43:46.903traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.903traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:43:46.903infoyii\db\Command::querySELECT * FROM `match` WHERE `match_id` IN (7937, 7935, 7934)
16:43:46.903traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.903traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.904infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=510
16:43:46.904traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php
16:43:46.905infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=885) ORDER BY `team_player`.`in` DESC
16:43:46.905infoyii\db\Command::querySELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC
16:43:46.905infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
16:43:46.905traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.905traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.906traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php
16:43:46.906traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php
16:43:46.906traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
16:43:46.907traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
16:43:46.907infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7937, 885))
16:43:46.907traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.908infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player_stats`
16:43:46.909infoyii\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'
16:43:46.909traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.909traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:43:46.953traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.953infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7937) AND (`player_id`=885) AND (`situation` IN (1, 2, 3))
16:43:46.954infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7937) AND (`player_id`=885)
16:43:46.954infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7937) AND (`player_id`=885)
16:43:46.955infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7937) AND (`player_id`=885) AND (`situation`=2)
16:43:46.955infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7937) AND (`player_id`=885) AND (`situation`=3)
16:43:46.955infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7937) AND (`player_id`=885)
16:43:46.956infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7937) AND (`first_assistant`=885)
16:43:46.956infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7937 AND player_id = 885
16:43:46.957traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:43:46.957infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
16:43:46.958infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=16
16:43:46.959traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
16:43:46.959infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7935, 885))
16:43:46.959traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.960infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7935) AND (`player_id`=885) AND (`situation` IN (1, 2, 3))
16:43:46.960infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7935) AND (`player_id`=885)
16:43:46.960infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7935) AND (`player_id`=885)
16:43:46.961infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7935) AND (`player_id`=885) AND (`situation`=2)
16:43:46.961infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7935) AND (`player_id`=885) AND (`situation`=3)
16:43:46.962infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7935) AND (`player_id`=885)
16:43:46.962infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7935) AND (`first_assistant`=885)
16:43:46.962infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7935 AND player_id = 885
16:43:46.963traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:43:46.963infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=14
16:43:46.964infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
16:43:46.964traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
16:43:46.965infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7934, 885))
16:43:46.965traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.965infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7934) AND (`player_id`=885) AND (`situation` IN (1, 2, 3))
16:43:46.966infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7934) AND (`player_id`=885)
16:43:46.966infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7934) AND (`player_id`=885)
16:43:46.967infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7934) AND (`player_id`=885) AND (`situation`=2)
16:43:46.967infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7934) AND (`player_id`=885) AND (`situation`=3)
16:43:46.967infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7934) AND (`player_id`=885)
16:43:46.968infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7934) AND (`first_assistant`=885)
16:43:46.968infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7934 AND player_id = 885
16:43:46.968traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:43:46.969infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=57
16:43:46.970infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
16:43:46.970traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
16:43:46.971traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php
16:43:46.971traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.971traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.972infoyii\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
16:43:46.975traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
16:43:46.976traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
16:43:46.976infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=885) AND (NOT (`team_id`=9)) ORDER BY `in`
16:43:46.977infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
16:43:46.977infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
16:43:46.977traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.977traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.977infoyii\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`
16:43:46.978infoyii\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`
16:43:46.979traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
16:43:46.979traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
16:43:46.979traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.979traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.979infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
16:43:46.980traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.980infoyii\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
16:43:46.981traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
16:43:46.981infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
16:43:46.981traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:43:46.982traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:43:46.982infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
16:43:46.982infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
16:43:46.982traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
16:43:46.982traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
16:43:46.983traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php