# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 14:03:41.026 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 14:03:41.027 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 14:03:41.027 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 14:03:41.027 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 14:03:41.028 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 14:03:41.028 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 14:03:41.028 | 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 | 14:03:41.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 14:03:41.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 14:03:41.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 14:03:41.043 | info | yii\web\Session::open | Session started | |
12 | 14:03:41.044 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 14:03:41.044 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 14:03:41.044 | 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 | 14:03:41.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 14:03:41.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 14:03:41.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 14:03:41.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 14:03:41.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 14:03:41.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 14:03:41.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 14:03:41.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 14:03:41.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 14:03:41.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 14:03:41.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 14:03:41.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 14:03:41.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 14:03:41.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 14:03:41.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 14:03:41.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 14:03:41.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 14:03:41.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 14:03:41.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 14:03:41.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 14:03:41.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 14:03:41.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 14:03:41.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 14:03:41.074 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 14:03:41.075 | 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 | 14:03:41.097 | 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 | 14:03:41.124 | 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 | 14:03:41.136 | 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 | 14:03:41.146 | 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 | 14:03:41.152 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 14:03:41.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 14:03:41.155 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '14:03') AND ("end_time" >= '14:03') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 14:03:41.161 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '14:03') AND ("end_time" >= '14:03') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 14:03:41.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 14:03:41.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 14:03:41.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 14:03:41.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 14:03:41.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 14:03:41.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 14:03:41.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 14:03:41.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 14:03:41.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 14:03:41.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 14:03:41.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 14:03:41.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 14:03:41.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 14:03:41.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 14:03:41.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 14:03:41.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 14:03:41.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 14:03:41.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 14:03:41.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 14:03:41.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 14:03:41.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 14:03:41.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 14:03:41.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 14:03:41.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 14:03:41.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 14:03:41.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 14:03:41.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 14:03:41.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 14:03:41.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 14:03:41.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 14:03:41.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 14:03:41.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 14:03:41.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 14:03:41.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 14:03:41.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 14:03:41.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 14:03:41.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 14:03:41.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 14:03:41.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 14:03:41.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 14:03:41.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 14:03:41.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 14:03:41.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 14:03:41.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 14:03:41.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 14:03:41.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 14:03:41.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 14:03:41.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 14:03:41.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 14:03:41.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 14:03:41.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 14:03:41.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 14:03:41.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 14:03:41.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 14:03:41.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 14:03:41.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 14:03:41.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 14:03:41.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 14:03:41.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 14:03:41.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 14:03:41.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 14:03:41.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 14:03:41.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 14:03:41.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 14:03:41.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 14:03:41.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 14:03:41.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 14:03:41.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 14:03:41.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 14:03:41.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 14:03:41.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 14:03:41.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 14:03:41.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 14:03:41.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 14:03:41.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 14:03:41.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 14:03:41.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 14:03:41.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 14:03:41.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 14:03:41.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 14:03:41.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 14:03:41.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 14:03:41.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 14:03:41.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 14:03:41.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 14:03:41.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 14:03:41.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 14:03:41.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 14:03:41.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 14:03:41.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 14:03:41.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 14:03:41.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 14:03:41.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 14:03:41.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 14:03:41.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 14:03:41.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 14:03:41.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 14:03:41.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 14:03:41.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 14:03:41.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 14:03:41.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 14:03:41.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 14:03:41.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 14:03:41.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 14:03:41.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 14:03:41.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 14:03:41.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 14:03:41.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 14:03:41.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 14:03:41.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 14:03:41.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 14:03:41.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 14:03:41.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 14:03:41.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 14:03:41.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 14:03:41.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 14:03:41.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 14:03:41.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 14:03:41.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 14:03:41.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 14:03:41.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 14:03:41.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 14:03:41.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 14:03:41.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 14:03:41.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 14:03:41.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 14:03:41.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 14:03:41.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 14:03:41.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 14:03:41.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 14:03:41.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 14:03:41.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 14:03:41.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 14:03:41.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 14:03:41.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 14:03:41.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 14:03:41.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 14:03:41.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 14:03:41.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 14:03:41.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 14:03:41.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 14:03:41.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 14:03:41.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 14:03:41.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 14:03:41.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 14:03:41.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 14:03:41.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 14:03:41.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 14:03:41.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 14:03:41.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 14:03:41.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 14:03:41.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 14:03:41.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 14:03:41.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 14:03:41.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 14:03:41.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 14:03:41.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 14:03:41.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 14:03:41.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 14:03:41.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 14:03:41.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 14:03:41.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 14:03:41.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 14:03:41.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 14:03:41.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 14:03:41.331 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-20 00:00:00') AND ("join_date" <= '2025-06-27 23:59:59') | |
214 | 14:03:41.337 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 14:03:41.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 14:03:41.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 14:03:41.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 14:03:41.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 14:03:41.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 14:03:41.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 14:03:41.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 14:03:41.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 14:03:41.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 14:03:41.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 14:03:41.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 14:03:41.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 14:03:41.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 14:03:41.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 14:03:41.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 14:03:41.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 14:03:41.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 14:03:41.352 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 14:03:41.357 | 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 | 14:03:41.373 | 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 | 14:03:41.385 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 14:03:41.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 14:03:41.389 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 14:03:41.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 14:03:41.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 14:03:41.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 14:03:41.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 14:03:41.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 14:03:41.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 14:03:41.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 14:03:41.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 14:03:41.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 14:03:41.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 14:03:41.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 14:03:41.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 14:03:41.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 14:03:41.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 14:03:41.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 14:03:41.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 14:03:41.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 14:03:41.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 14:03:41.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 14:03:41.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 14:03:41.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 14:03:41.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 14:03:41.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 14:03:41.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 14:03:41.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 14:03:41.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 14:03:41.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 14:03:41.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 14:03:41.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 14:03:41.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 14:03:41.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 14:03:41.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 14:03:41.424 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |