10:15:34.832 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
10:15:34.832 | trace | yii\base\Module::getModule | Loading module: debug |
10:15:34.837 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
10:15:34.838 | trace | yii\base\Module::getModule | Loading module: gii |
10:15:34.839 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
10:15:34.839 | trace | yii\web\Application::handleRequest | Route requested: 'thermor.xz' |
10:15:34.952 | error | yii\web\HttpException:404 | exception 'yii\base\InvalidRouteException' with message 'Unable to resolve the request "thermor.xz".' in /var/www/ecoclimat/data/www/thermor.ru/vendor/yiisoft/yii2/base/Module.php:537
Stack trace:
#0 /var/www/ecoclimat/data/www/thermor.ru/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction('thermor.xz', Array)
#1 /var/www/ecoclimat/data/www/thermor.ru/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest(Object(yii\web\Request))
#2 /var/www/ecoclimat/data/www/thermor.ru/web/index.php(12): yii\base\Application->run()
#3 {main}
Next exception 'yii\web\NotFoundHttpException' with message 'Page not found.' in /var/www/ecoclimat/data/www/thermor.ru/vendor/yiisoft/yii2/web/Application.php:115
Stack trace:
#0 /var/www/ecoclimat/data/www/thermor.ru/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest(Object(yii\web\Request))
#1 /var/www/ecoclimat/data/www/thermor.ru/web/index.php(12): yii\base\Application->run()
#2 {main} |
10:15:34.957 | trace | yii\base\Controller::runAction | Route to run: site/error |
10:15:34.958 | trace | yii\base\Action::runWithParams | Running action: yii\web\ErrorAction::run() |
10:15:34.958 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/site/error.php |
10:15:34.968 | trace | yii\base\View::renderFile | Rendering view file: /var/www/ecoclimat/data/www/thermor.ru/views/layouts/main.php |
10:15:34.971 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=thermor_2 |
10:15:34.972 | info | yii\db\Command::query | SELECT * FROM `pagedata` WHERE `page`='index' |
10:15:34.973 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `pagedata` |
10:15:34.974 | 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' |