# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 13:35:58.579 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 13:35:58.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 13:35:58.581 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 13:35:58.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 13:35:58.581 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 13:35:58.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 13:35:58.582 | 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 | |
8 | 13:35:58.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 13:35:58.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 13:35:58.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 13:35:58.597 | info | yii\web\Session::open | Session started | |
12 | 13:35:58.597 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 13:35:58.598 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 13:35:58.598 | 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 | |
15 | 13:35:58.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 13:35:58.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 13:35:58.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 13:35:58.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 13:35:58.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 13:35:58.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 13:35:58.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 13:35:58.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 13:35:58.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 13:35:58.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 13:35:58.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 13:35:58.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 13:35:58.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 13:35:58.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 13:35:58.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 13:35:58.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 13:35:58.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 13:35:58.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 13:35:58.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 13:35:58.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 13:35:58.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 13:35:58.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 13:35:58.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 13:35:58.621 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 13:35:58.622 | 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 | |
40 | 13:35:58.642 | 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' AND d.nspname = 'public' ORDER BY a.attnum; | |
41 | 13:35:58.657 | 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' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
42 | 13:35:58.664 | 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; | |
43 | 13:35:58.672 | 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 | |
44 | 13:35:58.678 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 13:35:58.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 13:35:58.681 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '13:35') AND ("end_time" >= '13:35') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 13:35:58.686 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '13:35') AND ("end_time" >= '13:35') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 13:35:58.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 13:35:58.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 13:35:58.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 13:35:58.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 13:35:58.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 13:35:58.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 13:35:58.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 13:35:58.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 13:35:58.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 13:35:58.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 13:35:58.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 13:35:58.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 13:35:58.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 13:35:58.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 13:35:58.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 13:35:58.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 13:35:58.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 13:35:58.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 13:35:58.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 13:35:58.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 13:35:58.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 13:35:58.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 13:35:58.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 13:35:58.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 13:35:58.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 13:35:58.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 13:35:58.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 13:35:58.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 13:35:58.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 13:35:58.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 13:35:58.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 13:35:58.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 13:35:58.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 13:35:58.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 13:35:58.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 13:35:58.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 13:35:58.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 13:35:58.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 13:35:58.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 13:35:58.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 13:35:58.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 13:35:58.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 13:35:58.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 13:35:58.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 13:35:58.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 13:35:58.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 13:35:58.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 13:35:58.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 13:35:58.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 13:35:58.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 13:35:58.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 13:35:58.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 13:35:58.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 13:35:58.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 13:35:58.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 13:35:58.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 13:35:58.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 13:35:58.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 13:35:58.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 13:35:58.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 13:35:58.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 13:35:58.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 13:35:58.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 13:35:58.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 13:35:58.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 13:35:58.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 13:35:58.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 13:35:58.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 13:35:58.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 13:35:58.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 13:35:58.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 13:35:58.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 13:35:58.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 13:35:58.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 13:35:58.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 13:35:58.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 13:35:58.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 13:35:58.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 13:35:58.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 13:35:58.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 13:35:58.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 13:35:58.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 13:35:58.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 13:35:58.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 13:35:58.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 13:35:58.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 13:35:58.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 13:35:58.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 13:35:58.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 13:35:58.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 13:35:58.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 13:35:58.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 13:35:58.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 13:35:58.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 13:35:58.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 13:35:58.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 13:35:58.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 13:35:58.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 13:35:58.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 13:35:58.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 13:35:58.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 13:35:58.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 13:35:58.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 13:35:58.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 13:35:58.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 13:35:58.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 13:35:58.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 13:35:58.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 13:35:58.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 13:35:58.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 13:35:58.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 13:35:58.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 13:35:58.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 13:35:58.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 13:35:58.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 13:35:58.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 13:35:58.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 13:35:58.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 13:35:58.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 13:35:58.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 13:35:58.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 13:35:58.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 13:35:58.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 13:35:58.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 13:35:58.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 13:35:58.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 13:35:58.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 13:35:58.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 13:35:58.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 13:35:58.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 13:35:58.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 13:35:58.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 13:35:58.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 13:35:58.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 13:35:58.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 13:35:58.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 13:35:58.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 13:35:58.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 13:35:58.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 13:35:58.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 13:35:58.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 13:35:58.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 13:35:58.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 13:35:58.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 13:35:58.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 13:35:58.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 13:35:58.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 13:35:58.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 13:35:58.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 13:35:58.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 13:35:58.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 13:35:58.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 13:35:58.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 13:35:58.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 13:35:58.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 13:35:58.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 13:35:58.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 13:35:58.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 13:35:58.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 13:35:58.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 13:35:58.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 13:35:58.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 13:35:58.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 13:35:58.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 13:35:58.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 13:35:58.797 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-29 00:00:00') AND ("join_date" <= '2025-05-06 23:59:59') | |
214 | 13:35:58.800 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 13:35:58.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 13:35:58.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 13:35:58.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 13:35:58.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 13:35:58.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 13:35:58.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 13:35:58.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 13:35:58.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 13:35:58.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 13:35:58.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 13:35:58.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 13:35:58.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 13:35:58.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 13:35:58.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 13:35:58.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 13:35:58.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 13:35:58.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 13:35:58.810 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 13:35:58.813 | 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; | |
234 | 13:35:58.820 | 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 | |
235 | 13:35:58.825 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 13:35:58.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 13:35:58.829 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 13:35:58.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 13:35:58.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 13:35:58.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 13:35:58.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 13:35:58.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 13:35:58.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 13:35:58.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 13:35:58.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 13:35:58.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 13:35:58.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 13:35:58.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 13:35:58.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 13:35:58.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 13:35:58.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 13:35:58.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 13:35:58.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 13:35:58.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 13:35:58.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 13:35:58.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 13:35:58.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 13:35:58.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 13:35:58.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 13:35:58.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 13:35:58.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 13:35:58.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 13:35:58.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 13:35:58.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 13:35:58.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 13:35:58.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 13:35:58.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 13:35:58.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 13:35:58.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 13:35:58.853 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |