03:32:55.598 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
03:32:55.598 | trace | yii\base\Module::getModule | Loading module: debug |
03:32:55.606 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
03:32:55.612 | trace | yii\base\Module::getModule | Loading module: gii |
03:32:55.613 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
03:32:55.616 | trace | yii\web\Application::handleRequest | Route requested: 'site/about' |
03:32:55.618 | trace | yii\base\Controller::runAction | Route to run: site/about |
03:32:55.622 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionAbout() |
03:32:55.624 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/site/about.php |
03:32:55.644 | info | yii\db\Command::query | SELECT * FROM `about` |
03:32:55.644 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=thermor_2 |
03:32:55.646 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `about` |
03:32:55.647 | 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 = 'about' AND kcu.table_name = 'about' |
03:32:55.648 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/layouts/main.php |
03:32:55.653 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='index' |
03:32:55.654 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `pagedata` |
03:32:55.655 | 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 = 'pagedata' AND kcu.table_name = 'pagedata' |