# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 01:32:19.100 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 01:32:19.102 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 01:32:19.102 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 01:32:19.103 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 01:32:19.103 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 01:32:19.103 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 01:32:19.103 | 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 | 01:32:19.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 01:32:19.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 01:32:19.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 01:32:19.121 | info | yii\web\Session::open | Session started | |
12 | 01:32:19.121 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 01:32:19.122 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 01:32:19.122 | 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 | 01:32:19.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 01:32:19.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 01:32:19.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 01:32:19.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 01:32:19.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 01:32:19.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 01:32:19.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 01:32:19.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 01:32:19.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 01:32:19.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 01:32:19.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 01:32:19.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 01:32:19.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 01:32:19.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 01:32:19.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 01:32:19.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 01:32:19.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 01:32:19.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 01:32:19.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 01:32:19.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 01:32:19.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 01:32:19.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 01:32:19.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 01:32:19.148 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 01:32:19.148 | 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 | 01:32:19.172 | 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 | 01:32:19.186 | 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 | 01:32:19.192 | 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 | 01:32:19.199 | 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 | 01:32:19.203 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 01:32:19.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 01:32:19.207 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-15') AND ("end_date" >= '2025-07-15') AND ("start_time" <= '01:32') AND ("end_time" >= '01:32') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 01:32:19.210 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-15') AND ("end_date" >= '2025-07-15') AND ("start_time" <= '01:32') AND ("end_time" >= '01:32') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 01:32:19.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 01:32:19.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 01:32:19.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 01:32:19.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 01:32:19.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 01:32:19.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 01:32:19.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 01:32:19.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 01:32:19.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 01:32:19.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 01:32:19.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 01:32:19.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 01:32:19.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 01:32:19.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 01:32:19.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 01:32:19.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 01:32:19.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 01:32:19.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 01:32:19.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 01:32:19.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 01:32:19.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 01:32:19.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 01:32:19.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 01:32:19.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 01:32:19.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 01:32:19.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 01:32:19.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 01:32:19.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 01:32:19.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 01:32:19.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 01:32:19.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 01:32:19.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 01:32:19.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 01:32:19.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 01:32:19.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 01:32:19.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 01:32:19.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 01:32:19.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 01:32:19.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 01:32:19.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 01:32:19.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 01:32:19.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 01:32:19.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 01:32:19.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 01:32:19.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 01:32:19.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 01:32:19.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 01:32:19.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 01:32:19.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 01:32:19.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 01:32:19.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 01:32:19.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 01:32:19.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 01:32:19.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 01:32:19.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 01:32:19.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 01:32:19.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 01:32:19.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 01:32:19.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 01:32:19.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 01:32:19.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 01:32:19.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 01:32:19.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 01:32:19.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 01:32:19.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 01:32:19.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 01:32:19.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 01:32:19.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 01:32:19.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 01:32:19.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 01:32:19.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 01:32:19.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 01:32:19.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 01:32:19.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 01:32:19.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 01:32:19.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 01:32:19.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 01:32:19.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 01:32:19.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 01:32:19.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 01:32:19.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 01:32:19.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 01:32:19.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 01:32:19.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 01:32:19.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 01:32:19.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 01:32:19.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 01:32:19.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 01:32:19.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 01:32:19.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 01:32:19.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 01:32:19.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 01:32:19.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 01:32:19.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 01:32:19.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 01:32:19.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 01:32:19.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 01:32:19.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 01:32:19.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 01:32:19.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 01:32:19.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 01:32:19.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 01:32:19.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 01:32:19.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 01:32:19.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 01:32:19.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 01:32:19.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 01:32:19.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 01:32:19.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 01:32:19.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 01:32:19.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 01:32:19.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 01:32:19.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 01:32:19.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 01:32:19.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 01:32:19.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 01:32:19.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 01:32:19.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 01:32:19.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 01:32:19.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 01:32:19.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 01:32:19.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 01:32:19.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 01:32:19.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 01:32:19.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 01:32:19.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 01:32:19.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 01:32:19.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 01:32:19.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 01:32:19.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 01:32:19.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 01:32:19.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 01:32:19.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 01:32:19.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 01:32:19.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 01:32:19.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 01:32:19.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 01:32:19.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 01:32:19.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 01:32:19.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 01:32:19.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 01:32:19.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 01:32:19.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 01:32:19.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 01:32:19.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 01:32:19.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 01:32:19.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 01:32:19.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 01:32:19.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 01:32:19.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 01:32:19.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 01:32:19.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 01:32:19.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 01:32:19.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 01:32:19.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 01:32:19.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 01:32:19.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 01:32:19.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 01:32:19.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 01:32:19.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 01:32:19.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 01:32:19.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 01:32:19.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 01:32:19.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 01:32:19.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 01:32:19.394 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-07-08 00:00:00') AND ("join_date" <= '2025-07-15 23:59:59') | |
214 | 01:32:19.397 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 01:32:19.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 01:32:19.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 01:32:19.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 01:32:19.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 01:32:19.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 01:32:19.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 01:32:19.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 01:32:19.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 01:32:19.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 01:32:19.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 01:32:19.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 01:32:19.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 01:32:19.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 01:32:19.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 01:32:19.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 01:32:19.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 01:32:19.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 01:32:19.419 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 01:32:19.422 | 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 | 01:32:19.428 | 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 | 01:32:19.432 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 01:32:19.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 01:32:19.435 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 01:32:19.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 01:32:19.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 01:32:19.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 01:32:19.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 01:32:19.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 01:32:19.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 01:32:19.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 01:32:19.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 01:32:19.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 01:32:19.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 01:32:19.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 01:32:19.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 01:32:19.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 01:32:19.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 01:32:19.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 01:32:19.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 01:32:19.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 01:32:19.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 01:32:19.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 01:32:19.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 01:32:19.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 01:32:19.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 01:32:19.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 01:32:19.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 01:32:19.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 01:32:19.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 01:32:19.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 01:32:19.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 01:32:19.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 01:32:19.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 01:32:19.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 01:32:19.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 01:32:19.464 | < 6ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |