15:50:12.405 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
15:50:12.405 | trace | yii\base\Module::getModule | Loading module: debug |
15:50:12.410 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
15:50:12.411 | trace | yii\base\Module::getModule | Loading module: gii |
15:50:12.411 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
15:50:12.412 | trace | yii\web\Application::handleRequest | Route requested: 'site/services' |
15:50:12.413 | trace | yii\base\Controller::runAction | Route to run: site/services |
15:50:12.413 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionServices() |
15:50:12.416 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=thermor_2 |
15:50:12.417 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='service' |
15:50:12.417 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `pagedata` |
15:50:12.418 | 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' |
15:50:12.419 | info | yii\db\Command::query | SELECT DISTINCT `city` FROM `service` |
15:50:12.420 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `service` |
15:50:12.421 | 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 = 'service' AND kcu.table_name = 'service' |
15:50:12.424 | info | yii\db\Command::query | SELECT * FROM `service` |
15:50:12.428 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/site/services.php |
15:50:12.430 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/layouts/main.php |
15:50:12.430 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='index' |