# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 12:54:44.954 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 12:54:44.956 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 12:54:44.956 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 12:54:44.957 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 12:54:44.957 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 12:54:44.957 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 12:54:44.958 | 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 | 12:54:44.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 12:54:44.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 12:54:44.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 12:54:44.977 | info | yii\web\Session::open | Session started | |
12 | 12:54:44.978 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 12:54:44.978 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 12:54:44.978 | 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 | 12:54:44.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 12:54:44.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 12:54:44.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 12:54:44.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 12:54:44.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 12:54:44.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 12:54:44.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 12:54:44.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 12:54:44.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 12:54:44.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 12:54:44.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 12:54:44.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 12:54:44.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 12:54:44.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 12:54:45.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 12:54:45.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 12:54:45.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 12:54:45.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 12:54:45.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 12:54:45.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 12:54:45.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 12:54:45.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 12:54:45.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 12:54:45.016 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 12:54:45.016 | 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 | 12:54:45.047 | 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 | 12:54:45.066 | 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 | 12:54:45.075 | 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 | 12:54:45.087 | 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 | 12:54:45.098 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 12:54:45.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 12:54:45.102 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-28') AND ("end_date" >= '2025-06-28') AND ("start_time" <= '12:54') AND ("end_time" >= '12:54') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 12:54:45.107 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-28') AND ("end_date" >= '2025-06-28') AND ("start_time" <= '12:54') AND ("end_time" >= '12:54') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 12:54:45.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 12:54:45.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 12:54:45.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 12:54:45.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 12:54:45.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 12:54:45.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 12:54:45.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 12:54:45.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 12:54:45.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 12:54:45.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 12:54:45.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 12:54:45.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 12:54:45.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 12:54:45.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 12:54:45.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 12:54:45.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 12:54:45.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 12:54:45.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 12:54:45.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 12:54:45.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 12:54:45.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 12:54:45.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 12:54:45.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 12:54:45.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 12:54:45.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 12:54:45.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 12:54:45.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 12:54:45.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 12:54:45.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 12:54:45.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 12:54:45.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 12:54:45.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 12:54:45.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 12:54:45.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 12:54:45.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 12:54:45.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 12:54:45.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 12:54:45.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 12:54:45.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 12:54:45.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 12:54:45.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 12:54:45.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 12:54:45.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 12:54:45.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 12:54:45.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 12:54:45.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 12:54:45.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 12:54:45.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 12:54:45.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 12:54:45.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 12:54:45.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 12:54:45.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 12:54:45.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 12:54:45.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 12:54:45.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 12:54:45.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 12:54:45.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 12:54:45.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 12:54:45.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 12:54:45.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 12:54:45.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 12:54:45.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 12:54:45.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 12:54:45.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 12:54:45.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 12:54:45.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 12:54:45.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 12:54:45.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 12:54:45.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 12:54:45.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 12:54:45.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 12:54:45.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 12:54:45.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 12:54:45.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 12:54:45.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 12:54:45.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 12:54:45.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 12:54:45.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 12:54:45.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 12:54:45.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 12:54:45.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 12:54:45.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 12:54:45.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 12:54:45.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 12:54:45.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 12:54:45.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 12:54:45.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 12:54:45.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 12:54:45.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 12:54:45.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 12:54:45.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 12:54:45.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 12:54:45.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 12:54:45.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 12:54:45.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 12:54:45.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 12:54:45.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 12:54:45.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 12:54:45.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 12:54:45.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 12:54:45.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 12:54:45.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 12:54:45.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 12:54:45.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 12:54:45.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 12:54:45.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 12:54:45.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 12:54:45.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 12:54:45.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 12:54:45.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 12:54:45.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 12:54:45.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 12:54:45.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 12:54:45.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 12:54:45.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 12:54:45.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 12:54:45.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 12:54:45.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 12:54:45.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 12:54:45.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 12:54:45.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 12:54:45.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 12:54:45.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 12:54:45.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 12:54:45.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 12:54:45.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 12:54:45.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 12:54:45.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 12:54:45.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 12:54:45.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 12:54:45.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 12:54:45.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 12:54:45.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 12:54:45.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 12:54:45.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 12:54:45.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 12:54:45.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 12:54:45.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 12:54:45.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 12:54:45.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 12:54:45.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 12:54:45.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 12:54:45.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 12:54:45.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 12:54:45.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 12:54:45.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 12:54:45.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 12:54:45.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 12:54:45.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 12:54:45.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 12:54:45.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 12:54:45.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 12:54:45.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 12:54:45.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 12:54:45.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 12:54:45.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 12:54:45.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 12:54:45.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 12:54:45.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 12:54:45.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 12:54:45.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 12:54:45.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 12:54:45.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 12:54:45.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 12:54:45.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 12:54:45.308 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-21 00:00:00') AND ("join_date" <= '2025-06-28 23:59:59') | |
214 | 12:54:45.312 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 12:54:45.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 12:54:45.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 12:54:45.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 12:54:45.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 12:54:45.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 12:54:45.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 12:54:45.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 12:54:45.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 12:54:45.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 12:54:45.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 12:54:45.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 12:54:45.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 12:54:45.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 12:54:45.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 12:54:45.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 12:54:45.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 12:54:45.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 12:54:45.345 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 12:54:45.348 | 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 | 12:54:45.357 | 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 | 12:54:45.363 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 12:54:45.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 12:54:45.368 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 12:54:45.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 12:54:45.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 12:54:45.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 12:54:45.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 12:54:45.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 12:54:45.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 12:54:45.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 12:54:45.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 12:54:45.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 12:54:45.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 12:54:45.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 12:54:45.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 12:54:45.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 12:54:45.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 12:54:45.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 12:54:45.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 12:54:45.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 12:54:45.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 12:54:45.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 12:54:45.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 12:54:45.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 12:54:45.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 12:54:45.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 12:54:45.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 12:54:45.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 12:54:45.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 12:54:45.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 12:54:45.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 12:54:45.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 12:54:45.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 12:54:45.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 12:54:45.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 12:54:45.401 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |