67888b2122c9f: GET http://bsrussia.local.internet-design.ru/profiles/persons/1297/career?national=1&competition_id=2 at 2025-01-16 07:29:21 am by 111.119.235.175

Log Messages

Всего 116 записей.
TimeLevelCategoryMessage
 
07:29:21.138traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
07:29:21.138traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
07:29:21.138traceyii\base\Module::getModuleLoading module: user
07:29:21.139traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
07:29:21.139traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
07:29:21.139traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
07:29:21.139traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.140traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
07:29:21.140traceyii\base\Module::getModuleLoading module: team
07:29:21.140traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
07:29:21.140traceyii\base\Module::getModuleLoading module: tournament
07:29:21.141traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
07:29:21.141traceyii\base\Module::getModuleLoading module: player
07:29:21.141traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
07:29:21.141traceyii\base\Module::getModuleLoading module: hdbk
07:29:21.141traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
07:29:21.141traceyii\base\Module::getModuleLoading module: match
07:29:21.141traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
07:29:21.141traceyii\base\Module::getModuleLoading module: redaction
07:29:21.141traceyii\base\Module::getModuleLoading module: debug
07:29:21.142traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
07:29:21.142traceyii\base\Module::getModuleLoading module: gii
07:29:21.142traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
07:29:21.143infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
07:29:21.144infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
07:29:21.149traceyii\web\Application::handleRequestRoute requested: 'player/frontend/profile/career'
07:29:21.149traceyii\base\Controller::runActionRoute to run: player/frontend/profile/career
07:29:21.149traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.150infoyii\db\Command::querySHOW FULL COLUMNS FROM `player`
07:29:21.152infoyii\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'
07:29:21.153traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.153traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.153infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=1297
07:29:21.154infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=1297) AND (`team_id`=9) ORDER BY `in`
07:29:21.155traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.155infoyii\db\Command::querySHOW FULL COLUMNS FROM `team_player`
07:29:21.156infoyii\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'
07:29:21.157traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.157traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.157infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
07:29:21.158infoyii\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 = 1297 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
07:29:21.160traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.160infoyii\db\Command::querySHOW FULL COLUMNS FROM `stats_player`
07:29:21.161infoyii\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'
07:29:21.162traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.162traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.205traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.205traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.205infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
07:29:21.206infoyii\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`
07:29:21.208infoyii\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)
07:29:21.217infoyii\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`
07:29:21.221infoyii\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)
07:29:21.237traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\ProfileController::actionCareer()
07:29:21.237traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.238infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_competition`
07:29:21.239infoyii\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_competition' AND kcu.table_name = 'hdbk_competition'
07:29:21.240traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.240traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.240infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`='2'
07:29:21.241infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
07:29:21.241infoyii\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 = 1297 AND sp.competition_id = '2' 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
07:29:21.242infoyii\db\Command::querySELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=1297
07:29:21.274infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`tournament_id` IN ('36', '40', '43', '57', '60', '62', '174', '231', '233', '518', '508', '512', '513', '514')) ORDER BY `start_dt` DESC
07:29:21.275traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.276traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.279infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=2
07:29:21.280infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=6
07:29:21.280infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=4
07:29:21.280infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=5
07:29:21.281traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/russia/career.php
07:29:21.281infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=1297) ORDER BY `team_player`.`in` DESC
07:29:21.281infoyii\db\Command::querySELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC
07:29:21.282infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
07:29:21.282traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.282traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.283traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php
07:29:21.283traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_competitions-select.php
07:29:21.284traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
07:29:21.284traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php
07:29:21.285traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.285infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player_result`
07:29:21.286infoyii\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'
07:29:21.286traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.286traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.287infoyii\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`=1297) ORDER BY `tournament`.`start_dt` DESC LIMIT 6
07:29:21.290traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
07:29:21.290traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
07:29:21.291infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=1297) AND (NOT (`team_id`=9)) ORDER BY `in`
07:29:21.292infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
07:29:21.292infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
07:29:21.292traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.292infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_player_position`
07:29:21.293infoyii\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'
07:29:21.294traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.294traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
07:29:21.294infoyii\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`=1297) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
07:29:21.298traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.298traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.298infoyii\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`=1297) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
07:29:21.299traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
07:29:21.300traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
07:29:21.300traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.300traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.300infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
07:29:21.301traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.301infoyii\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
07:29:21.307traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
07:29:21.307infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
07:29:21.308traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
07:29:21.308traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
07:29:21.309infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
07:29:21.309infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
07:29:21.310traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
07:29:21.310traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
07:29:21.310traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php