08:31:29.418 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
08:31:29.418 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
08:31:29.418 | trace | yii\base\Module::getModule | Loading module: user |
08:31:29.419 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
08:31:29.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
08:31:29.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
08:31:29.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.421 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
08:31:29.421 | trace | yii\base\Module::getModule | Loading module: team |
08:31:29.421 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: tournament |
08:31:29.422 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: player |
08:31:29.422 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: hdbk |
08:31:29.422 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: match |
08:31:29.422 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: redaction |
08:31:29.422 | trace | yii\base\Module::getModule | Loading module: debug |
08:31:29.423 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
08:31:29.423 | trace | yii\base\Module::getModule | Loading module: gii |
08:31:29.423 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
08:31:29.424 | trace | yii\web\Application::handleRequest | Route requested: 'frontend/news/view' |
08:31:29.427 | trace | yii\base\Controller::runAction | Route to run: frontend/news/view |
08:31:29.427 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\frontend\NewsController::actionView() |
08:31:29.427 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
08:31:29.428 | info | yii\db\Command::query | SELECT * FROM `post` WHERE (`post_id`='8312') AND (`post`.`published_dt` < '2025-01-16 08:31:29') |
08:31:29.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.429 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `post` |
08:31:29.432 | info | yii\db\Command::query | SELECT
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 = 'post' AND kcu.table_name = 'post' |
08:31:29.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
08:31:29.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
08:31:29.433 | info | yii\db\Command::query | SELECT * FROM `post_tag_assn` WHERE `post_id`=8312 |
08:31:29.435 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE `tag_id` IN ('385', '535', '571') |
08:31:29.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.436 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tag` |
08:31:29.437 | info | yii\db\Command::query | SELECT
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' |
08:31:29.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
08:31:29.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
08:31:29.439 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=8312 |
08:31:29.441 | info | yii\db\Command::query | SELECT * FROM `settings` |
08:31:29.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.441 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
08:31:29.443 | info | yii\db\Command::query | SELECT
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' |
08:31:29.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
08:31:29.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
08:31:29.485 | info | yii\db\Command::query | SELECT * FROM `settings` |
08:31:29.485 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/news/view.php |
08:31:29.486 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=8312 |
08:31:29.486 | info | yii\db\Command::query | SELECT * FROM `post` WHERE `post_id`=8312 |
08:31:29.487 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
08:31:29.487 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
08:31:29.490 | info | yii\db\Command::query | SELECT * FROM `post_vote_assn` WHERE `post_id`=8312 |
08:31:29.492 | info | yii\db\Command::query | SELECT * FROM `vote` WHERE 0=1 ORDER BY `published_dt` DESC |
08:31:29.494 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='news-single') ORDER BY `number`, `banner_id` DESC |
08:31:29.495 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
08:31:29.495 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/default.php |
08:31:29.495 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_header.php |
08:31:29.495 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
08:31:29.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.496 | info | yii\db\Command::query | SELECT
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 |
08:31:29.497 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/vk.php |
08:31:29.497 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_footer.php |
08:31:29.497 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
08:31:29.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
08:31:29.498 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
08:31:29.500 | info | yii\db\Command::query | SELECT
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' |
08:31:29.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
08:31:29.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
08:31:29.501 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
08:31:29.502 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
08:31:29.502 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts//frontend/blocks/_socials.php |
08:31:29.502 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
08:31:29.502 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |