Log Messages

Всего 101 запись.
TimeLevelCategoryMessage
 
11:34:12.815traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
11:34:12.815traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
11:34:12.815traceyii\base\Module::getModuleLoading module: user
11:34:12.816traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
11:34:12.817traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
11:34:12.817traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
11:34:12.817traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.819traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
11:34:12.819traceyii\base\Module::getModuleLoading module: team
11:34:12.819traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
11:34:12.819traceyii\base\Module::getModuleLoading module: tournament
11:34:12.819traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
11:34:12.819traceyii\base\Module::getModuleLoading module: player
11:34:12.819traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
11:34:12.819traceyii\base\Module::getModuleLoading module: hdbk
11:34:12.820traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
11:34:12.820traceyii\base\Module::getModuleLoading module: match
11:34:12.820traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
11:34:12.820traceyii\base\Module::getModuleLoading module: redaction
11:34:12.820traceyii\base\Module::getModuleLoading module: debug
11:34:12.821traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
11:34:12.822traceyii\base\Module::getModuleLoading module: gii
11:34:12.822traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
11:34:12.823infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
11:34:12.824infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `alias`='tournaments'
11:34:12.825infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='women_moscow_2013-2013-women_moscow_2013_final'
11:34:12.830traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.831traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.831traceyii\web\Application::handleRequestRoute requested: 'tournament/frontend/coaches/index'
11:34:12.833traceyii\base\Controller::runActionRoute to run: tournament/frontend/coaches/index
11:34:12.833infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=28
11:34:12.834traceyii\base\InlineAction::runWithParamsRunning action: app\modules\tournament\controllers\frontend\CoachesController::actionIndex()
11:34:12.834infoyii\db\Command::querySELECT * FROM `tournament_team_staff` WHERE (`tournament_id`=28) AND (`status`='approved')
11:34:12.834infoyii\db\Command::querySELECT `stats_staff`.`staff_id`, `stats_staff`.`team_id`, `stats_staff`.`tournament_id`, SUM(stats_staff.games) AS `games`, SUM(stats_staff.wins) + SUM(stats_staff.wins_ot) + SUM(stats_staff.wins_so) AS `wins`, SUM(stats_staff.draws) AS `draws`, SUM(stats_staff.losses) + SUM(stats_staff.losses_ot) + SUM(stats_staff.losses_so) AS `losses` FROM `stats_staff` WHERE `stats_staff`.`tournament_id`=28 GROUP BY `stats_staff`.`staff_id` HAVING `games` > 0 ORDER BY `wins` DESC, `draws` DESC, `games`
11:34:12.836traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/coaches/index.php
11:34:12.838traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/default.php
11:34:12.838infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=24
11:34:12.839infoyii\db\Command::querySELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC
11:34:12.843infoyii\db\Command::querySELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` < '2025-01-18 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (28, 27, 26, 25)) ORDER BY `match`.`start_dt` DESC LIMIT 1
11:34:12.863infoyii\db\Command::querySELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` > '2025-01-19 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (28, 27, 26, 25)) ORDER BY `match`.`start_dt` LIMIT 1
11:34:12.864infoyii\db\Command::querySELECT `tournament`.* FROM `tournament` INNER JOIN `match` ON `tournament`.`tournament_id` = `match`.`tournament_id` WHERE (`tournament`.`in_ru`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_schedule`=1) AND ((`tournament`.`tournament_id` IN (28, 27, 26, 25)) OR (`tournament`.`parent_tournament_id` IN (28, 27, 26, 25))) AND ((NOT (`match`.`start_dt` IS NULL)) AND ((NOT (`team1_id` IS NULL)) OR (NOT (`team1_placeholder` IS NULL))) AND ((NOT (`team2_id` IS NULL)) OR (NOT (`team2_placeholder` IS NULL))) AND (`match`.`start_dt` BETWEEN '2025-01-18 05:00:00' AND '2025-01-19 05:00:00')) ORDER BY `tournament`.`order`, `tournament`.`full_name`
11:34:12.866traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/Scoreboard/views/widget.php
11:34:12.866traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-header.php
11:34:12.866infoyii\db\Command::querySELECT * FROM `hdbk_competition` WHERE `competition_id`=9
11:34:12.867traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.867infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_competition`
11:34:12.868infoyii\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'
11:34:12.869traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.869traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:34:12.869traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-filter.php
11:34:12.869traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.870infoyii\db\Command::querySELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` ON `hdbk_season`.`season_id` = `tournament`.`season_id` WHERE (`tournament`.`competition_id`=9) AND (`tournament`.`is_published`=1) ORDER BY `start_dt` DESC, `season_id` DESC, `order`
11:34:12.872traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.872traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.873infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`tournament`.`is_published`=1) AND (`season_id`=18) ORDER BY `order`
11:34:12.897infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`=18
11:34:12.897infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`season_id`=18) AND (`parent_tournament_id` IS NULL) AND (`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`competition_id`=9) ORDER BY isnull(`order`), `order`, `start_dt` DESC
11:34:12.898infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`season_id`=18) AND (`is_published`=1) AND (`competition_id`=9) ORDER BY `start_dt` DESC, isnull(parent_tournament_id)
11:34:12.900infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=28
11:34:12.901infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC) `c`
11:34:12.903infoyii\db\Command::querySELECT * FROM `tournament` WHERE `parent_tournament_id`=24 ORDER BY `start_dt` DESC
11:34:12.904infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`parent_tournament_id`=24) ORDER BY `start_dt` DESC
11:34:12.906traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
11:34:12.907infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=27
11:34:12.907infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=26
11:34:12.908infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=25
11:34:12.908infoyii\db\Command::querySELECT MAX(updated_at) FROM tournament
11:34:12.910traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:34:12.911infoyii\db\Command::querySELECT * FROM `tournament_place` WHERE (`main`=1) AND (`tournament_id`=28)
11:34:12.912infoyii\db\Command::querySELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=28)
11:34:12.913traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.913traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.913infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88)
11:34:12.914traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.915traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.916infoyii\db\Command::querySELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=28)
11:34:12.917infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88)
11:34:12.919infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM `team` WHERE `team_id` IN (80, 82, 85, 86, 87, 88) ORDER BY `full_name`) `c`
11:34:12.920infoyii\db\Command::querySELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=28)
11:34:12.924traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.924traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.924infoyii\db\Command::querySELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=28))
11:34:12.925infoyii\db\Command::querySELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=28))
11:34:12.926traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
11:34:12.927traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
11:34:12.927traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
11:34:12.927traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
11:34:12.927traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.928traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.928infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
11:34:12.928traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.929infoyii\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
11:34:12.934traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
11:34:12.934infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
11:34:12.935traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:34:12.935traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:34:12.936infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
11:34:12.936infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
11:34:12.937traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
11:34:12.937traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
11:34:12.937traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php