# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 07:46:31.453 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
2 | 07:46:31.453 | trace | yii\base\Module::getModule | Loading module: debug | |
3 | 07:46:31.453 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
4 | 07:46:31.454 | trace | yii\base\Module::getModule | Loading module: gii | |
5 | 07:46:31.454 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
6 | 07:46:31.454 | trace | yii\web\Application::handleRequest | Route requested: 'site/index' | |
7 | 07:46:31.454 | trace | yii\base\Controller::runAction | Route to run: site/index | |
8 | 07:46:31.454 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionIndex() | |
9 | 07:46:31.454 | trace | yii\base\View::renderFile | Rendering view file: /var/www/euslugi_2/views/site/index.php | |
10 | 07:46:31.456 | info | yii\db\Command::query | SELECT * FROM "cms"."slider" ORDER BY "id" | |
11 | 07:46:31.456 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=localhost;dbname=euslugi_2 | |
12 | 07:46:31.463 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'slider' AND d.nspname = 'cms' ORDER BY a.attnum; | |
13 | 07:46:31.471 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='slider' and ns.nspname='cms' order by fns.nspname, fc.relname, a.attnum | |
14 | 07:46:31.476 | info | yii\db\Command::query | SELECT * FROM "eservice"."catalog" WHERE "status"='A' ORDER BY "order" | |
15 | 07:46:31.478 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=1) LIMIT 5 | |
16 | 07:46:31.481 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=4) LIMIT 5 | |
17 | 07:46:31.483 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=3) LIMIT 5 | |
18 | 07:46:31.485 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=7) LIMIT 5 | |
19 | 07:46:31.487 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=6) LIMIT 5 | |
20 | 07:46:31.488 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=11) LIMIT 5 | |
21 | 07:46:31.490 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=5) LIMIT 5 | |
22 | 07:46:31.492 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=9) LIMIT 5 | |
23 | 07:46:31.493 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=13) LIMIT 5 | |
24 | 07:46:31.494 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=8) LIMIT 5 | |
25 | 07:46:31.495 | info | yii\db\Command::query | SELECT * FROM "eservice"."eservice" WHERE ("status"='A') AND ("id_catalog"=12) LIMIT 5 | |
26 | 07:46:31.496 | trace | yii\base\View::renderFile | Rendering view file: /var/www/euslugi_2/views/layouts/main.php | |
27 | 07:46:31.497 | trace | yii\base\View::renderFile | Rendering view file: /var/www/euslugi_2/views/layouts/_header.php | |
28 | 07:46:31.497 | trace | yii\base\View::renderFile | Rendering view file: /var/www/euslugi_2/views/layouts/_alert.php | |
29 | 07:46:31.497 | info | yii\web\Session::open | Session started | |
30 | 07:46:31.498 | < 0ms > | trace | yii\base\View::renderFile | Rendering view file: /var/www/euslugi_2/views/layouts/_footer.php |