Log Messages

Total 113 item.
#TimeSince previousLevelCategoryMessage
   
108:48:18.429
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
208:48:18.430
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
308:48:18.430
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
408:48:18.431
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
508:48:18.441
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
608:48:18.443
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
708:48:18.444
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
808:48:18.445
< 0ms >
infoyii\web\Session::openSession started
908:48:18.445
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1008:48:18.463
< 17ms >
infoyii\db\Command::querySELECT 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;
1108:48:18.480
< 17ms >
infoyii\db\Command::queryselect 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
1208:48:18.486
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1308:48:18.490
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1408:48:18.490
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1508:48:18.490
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1608:48:18.491
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'withdraw'
1708:48:18.491
< 0ms >
traceyii\base\Controller::runActionRoute to run: withdraw/index
1808:48:18.491
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1908:48:18.501
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2008:48:18.504
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2108:48:18.504
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2208:48:18.505
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2308:48:18.506
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2408:48:18.507
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2508:48:18.508
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2608:48:18.508
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2708:48:18.509
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2808:48:18.510
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2908:48:18.510
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3008:48:18.511
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3108:48:18.511
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3208:48:18.512
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3308:48:18.513
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3408:48:18.513
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3508:48:18.514
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3608:48:18.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3708:48:18.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3808:48:18.516
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3908:48:18.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4008:48:18.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4108:48:18.518
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4208:48:18.518
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\WithdrawController::actionIndex()
4308:48:18.520
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='maximum_withdraw'
4408:48:18.523
< 2ms >
infoyii\db\Command::querySELECT 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;
4508:48:18.530
< 6ms >
infoyii\db\Command::queryselect 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
4608:48:18.535
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='minimum_withdraw'
4708:48:18.538
< 2ms >
infoyii\db\Command::querySELECT 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;
4808:48:18.547
< 8ms >
infoyii\db\Command::queryselect 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
4908:48:18.555
< 7ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_withdraw"=1) AND ("is_deleted"=0)
5008:48:18.560
< 5ms >
infoyii\db\Command::querySELECT 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;
5108:48:18.571
< 11ms >
infoyii\db\Command::queryselect 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
5208:48:18.578
< 6ms >
infoyii\db\Command::querySELECT * FROM "withdraw" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status" IN (1, -1))
5308:48:18.582
< 3ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/withdraw/index.php
5408:48:18.583
< 0ms >
infoyii\db\Command::querySELECT 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;
5508:48:18.592
< 9ms >
infoyii\db\Command::queryselect 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
5608:48:18.603
< 10ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status"=1)
5708:48:18.606
< 2ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status"=5)
5808:48:18.620
< 14ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
5908:48:18.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6008:48:18.622
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6108:48:18.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6208:48:18.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6308:48:18.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6408:48:18.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6508:48:18.626
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6608:48:18.627
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6708:48:18.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6808:48:18.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6908:48:18.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7008:48:18.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7108:48:18.630
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7208:48:18.632
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7308:48:18.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7408:48:18.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7508:48:18.634
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7608:48:18.635
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
7708:48:18.638
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
7808:48:18.641
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7908:48:18.643
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8008:48:18.645
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8108:48:18.646
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8208:48:18.646
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8308:48:18.647
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8408:48:18.648
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8508:48:18.648
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8608:48:18.649
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8708:48:18.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8808:48:18.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8908:48:18.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9008:48:18.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9108:48:18.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9208:48:18.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9308:48:18.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9408:48:18.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9508:48:18.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9608:48:18.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9708:48:18.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9808:48:18.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9908:48:18.658
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10008:48:18.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10108:48:18.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10208:48:18.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10308:48:18.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10408:48:18.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10508:48:18.662
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10608:48:18.663
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10708:48:18.667
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10808:48:18.668
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10908:48:18.669
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11008:48:18.671
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11108:48:18.675
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11208:48:18.676
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11308:48:18.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET