06:20:00.315 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
06:20:00.315 | trace | yii\base\Module::getModule | Loading module: debug |
06:20:00.319 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
06:20:00.324 | trace | yii\base\Module::getModule | Loading module: gii |
06:20:00.324 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
06:20:00.327 | trace | yii\web\Application::handleRequest | Route requested: 'site/services' |
06:20:00.329 | trace | yii\base\Controller::runAction | Route to run: site/services |
06:20:00.331 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionServices() |
06:20:00.347 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=thermor_2 |
06:20:00.348 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='service' |
06:20:00.349 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `pagedata` |
06:20:00.350 | 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' |
06:20:00.363 | info | yii\db\Command::query | SELECT DISTINCT `city` FROM `service` |
06:20:00.367 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `service` |
06:20:00.368 | 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' |
06:20:00.371 | info | yii\db\Command::query | SELECT * FROM `service` WHERE `city`='Орел' |
06:20:00.373 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/site/services.php |
06:20:00.383 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/layouts/main.php |
06:20:00.386 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='index' |