1 | 09:17:58.158 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
2 | 09:17:58.158 | | trace | yii\base\Module::getModule | Loading module: debug |
3 | 09:17:58.187 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `db0_user` |
4 | 09:17:58.187 | | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=sanzioni1_0 |
5 | 09:17:58.195 | | 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 = 'db0_user' AND kcu.table_name = 'db0_user' |
6 | 09:17:58.201 | | info | yii\db\Command::query | SELECT * FROM `db0_user` WHERE `id`=56 |
7 | 09:17:58.204 | | info | yii\web\Session::open | Session started |
8 | 09:17:58.208 | | info | yii\web\User::loginByCookie | User '56' logged in from 95.229.170.189 via cookie. |
9 | 09:17:58.212 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
10 | 09:17:58.216 | | trace | yii\base\Module::getModule | Loading module: gii |
11 | 09:17:58.217 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
12 | 09:17:58.218 | | trace | yii\web\Application::handleRequest | Route requested: '' |
13 | 09:17:58.220 | | trace | yii\base\Controller::runAction | Route to run: site/index |
14 | 09:17:58.221 | | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionIndex() |