# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 08:48:18.429 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 08:48:18.430 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 08:48:18.430 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 08:48:18.431 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 08:48:18.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 08:48:18.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 08:48:18.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 08:48:18.445 | info | yii\web\Session::open | Session started | |
9 | 08:48:18.445 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 08:48:18.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) OR attidentity != '' 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 = 'member' AND d.nspname = 'public' ORDER BY a.attnum; | |
11 | 08:48:18.480 | 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='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
12 | 08:48:18.486 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 08:48:18.490 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 08:48:18.490 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 08:48:18.490 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 08:48:18.491 | trace | yii\web\Application::handleRequest | Route requested: 'withdraw' | |
17 | 08:48:18.491 | trace | yii\base\Controller::runAction | Route to run: withdraw/index | |
18 | 08:48:18.491 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 08:48:18.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 08:48:18.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 08:48:18.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 08:48:18.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 08:48:18.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 08:48:18.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 08:48:18.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 08:48:18.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 08:48:18.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 08:48:18.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 08:48:18.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 08:48:18.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 08:48:18.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 08:48:18.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 08:48:18.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 08:48:18.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 08:48:18.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 08:48:18.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 08:48:18.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 08:48:18.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 08:48:18.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 08:48:18.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 08:48:18.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 08:48:18.518 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\WithdrawController::actionIndex() | |
43 | 08:48:18.520 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='maximum_withdraw' | |
44 | 08:48:18.523 | 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) OR attidentity != '' 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 = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum; | |
45 | 08:48:18.530 | 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='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
46 | 08:48:18.535 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='minimum_withdraw' | |
47 | 08:48:18.538 | 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) OR attidentity != '' 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 = 'member_bank' AND d.nspname = 'public' ORDER BY a.attnum; | |
48 | 08:48:18.547 | 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='member_bank' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
49 | 08:48:18.555 | info | yii\db\Command::query | SELECT * FROM "member_bank" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_withdraw"=1) AND ("is_deleted"=0) | |
50 | 08:48:18.560 | 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) OR attidentity != '' 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 = 'withdraw' AND d.nspname = 'public' ORDER BY a.attnum; | |
51 | 08:48:18.571 | 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='withdraw' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
52 | 08:48:18.578 | info | yii\db\Command::query | SELECT * FROM "withdraw" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status" IN (1, -1)) | |
53 | 08:48:18.582 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/withdraw/index.php | |
54 | 08:48:18.583 | 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) OR attidentity != '' 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 = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum; | |
55 | 08:48:18.592 | 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
56 | 08:48:18.603 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status"=1) | |
57 | 08:48:18.606 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status"=5) | |
58 | 08:48:18.620 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
59 | 08:48:18.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 08:48:18.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 08:48:18.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 08:48:18.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 08:48:18.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 08:48:18.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 08:48:18.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 08:48:18.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 08:48:18.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 08:48:18.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 08:48:18.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 08:48:18.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 08:48:18.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 08:48:18.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 08:48:18.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 08:48:18.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 08:48:18.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 08:48:18.635 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
77 | 08:48:18.638 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
78 | 08:48:18.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 08:48:18.643 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
80 | 08:48:18.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 08:48:18.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 08:48:18.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 08:48:18.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 08:48:18.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 08:48:18.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 08:48:18.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 08:48:18.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 08:48:18.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 08:48:18.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 08:48:18.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 08:48:18.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 08:48:18.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 08:48:18.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 08:48:18.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 08:48:18.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 08:48:18.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 08:48:18.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 08:48:18.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 08:48:18.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 08:48:18.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 08:48:18.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 08:48:18.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 08:48:18.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 08:48:18.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 08:48:18.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 08:48:18.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 08:48:18.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 08:48:18.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 08:48:18.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
110 | 08:48:18.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 08:48:18.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
112 | 08:48:18.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
113 | 08:48:18.677 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |