# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 21:01:52.070 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 21:01:52.071 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 21:01:52.071 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 21:01:52.071 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 21:01:52.071 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 21:01:52.071 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 21:01:52.072 | 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 | 21:01:52.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 21:01:52.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 21:01:52.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 21:01:52.082 | info | yii\web\Session::open | Session started | |
12 | 21:01:52.082 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 21:01:52.082 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 21:01:52.082 | 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 | 21:01:52.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 21:01:52.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 21:01:52.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 21:01:52.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 21:01:52.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 21:01:52.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 21:01:52.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 21:01:52.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 21:01:52.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 21:01:52.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 21:01:52.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 21:01:52.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 21:01:52.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 21:01:52.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 21:01:52.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 21:01:52.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 21:01:52.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 21:01:52.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 21:01:52.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 21:01:52.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 21:01:52.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 21:01:52.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 21:01:52.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 21:01:52.098 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 21:01:52.098 | 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 | 21:01:52.119 | 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 | 21:01:52.147 | 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 | 21:01:52.165 | 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 | 21:01:52.176 | 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 | 21:01:52.183 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 21:01:52.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 21:01:52.185 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-04-22') AND ("end_date" >= '2025-04-22') AND ("start_time" <= '21:01') AND ("end_time" >= '21:01') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 21:01:52.190 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-04-22') AND ("end_date" >= '2025-04-22') AND ("start_time" <= '21:01') AND ("end_time" >= '21:01') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 21:01:52.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 21:01:52.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 21:01:52.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 21:01:52.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 21:01:52.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 21:01:52.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 21:01:52.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 21:01:52.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 21:01:52.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 21:01:52.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 21:01:52.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 21:01:52.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 21:01:52.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 21:01:52.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 21:01:52.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 21:01:52.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 21:01:52.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 21:01:52.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 21:01:52.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 21:01:52.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 21:01:52.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 21:01:52.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 21:01:52.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 21:01:52.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 21:01:52.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 21:01:52.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 21:01:52.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 21:01:52.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 21:01:52.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 21:01:52.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 21:01:52.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 21:01:52.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 21:01:52.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 21:01:52.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 21:01:52.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 21:01:52.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 21:01:52.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 21:01:52.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 21:01:52.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 21:01:52.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 21:01:52.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 21:01:52.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 21:01:52.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 21:01:52.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 21:01:52.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 21:01:52.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 21:01:52.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 21:01:52.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 21:01:52.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 21:01:52.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 21:01:52.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 21:01:52.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 21:01:52.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 21:01:52.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 21:01:52.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 21:01:52.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 21:01:52.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 21:01:52.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 21:01:52.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 21:01:52.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 21:01:52.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 21:01:52.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 21:01:52.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 21:01:52.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 21:01:52.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 21:01:52.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 21:01:52.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 21:01:52.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 21:01:52.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 21:01:52.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 21:01:52.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 21:01:52.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 21:01:52.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 21:01:52.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 21:01:52.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 21:01:52.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 21:01:52.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 21:01:52.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 21:01:52.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 21:01:52.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 21:01:52.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 21:01:52.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 21:01:52.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 21:01:52.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 21:01:52.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 21:01:52.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 21:01:52.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 21:01:52.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 21:01:52.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 21:01:52.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 21:01:52.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 21:01:52.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 21:01:52.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 21:01:52.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 21:01:52.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 21:01:52.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 21:01:52.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 21:01:52.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 21:01:52.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 21:01:52.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 21:01:52.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 21:01:52.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 21:01:52.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 21:01:52.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 21:01:52.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 21:01:52.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 21:01:52.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 21:01:52.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 21:01:52.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 21:01:52.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 21:01:52.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 21:01:52.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 21:01:52.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 21:01:52.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 21:01:52.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 21:01:52.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 21:01:52.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 21:01:52.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 21:01:52.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 21:01:52.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 21:01:52.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 21:01:52.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 21:01:52.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 21:01:52.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 21:01:52.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 21:01:52.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 21:01:52.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 21:01:52.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 21:01:52.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 21:01:52.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 21:01:52.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 21:01:52.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 21:01:52.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 21:01:52.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 21:01:52.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 21:01:52.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 21:01:52.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 21:01:52.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 21:01:52.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 21:01:52.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 21:01:52.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 21:01:52.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 21:01:52.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 21:01:52.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 21:01:52.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 21:01:52.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 21:01:52.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 21:01:52.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 21:01:52.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 21:01:52.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 21:01:52.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 21:01:52.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 21:01:52.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 21:01:52.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 21:01:52.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 21:01:52.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 21:01:52.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 21:01:52.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 21:01:52.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 21:01:52.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 21:01:52.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 21:01:52.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 21:01:52.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 21:01:52.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 21:01:52.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 21:01:52.274 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-15 00:00:00') AND ("join_date" <= '2025-04-22 23:59:59') | |
214 | 21:01:52.277 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 21:01:52.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 21:01:52.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 21:01:52.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 21:01:52.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 21:01:52.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 21:01:52.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 21:01:52.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 21:01:52.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 21:01:52.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 21:01:52.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 21:01:52.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 21:01:52.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 21:01:52.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 21:01:52.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 21:01:52.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 21:01:52.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 21:01:52.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 21:01:52.284 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 21:01:52.287 | 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 | 21:01:52.297 | 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 | 21:01:52.303 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 21:01:52.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 21:01:52.306 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 21:01:52.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 21:01:52.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 21:01:52.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 21:01:52.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 21:01:52.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 21:01:52.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 21:01:52.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 21:01:52.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 21:01:52.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 21:01:52.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 21:01:52.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 21:01:52.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 21:01:52.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 21:01:52.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 21:01:52.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 21:01:52.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 21:01:52.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 21:01:52.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 21:01:52.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 21:01:52.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 21:01:52.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 21:01:52.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 21:01:52.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 21:01:52.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 21:01:52.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 21:01:52.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 21:01:52.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 21:01:52.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 21:01:52.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 21:01:52.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 21:01:52.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 21:01:52.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 21:01:52.332 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |