# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 16:14:50.957 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 16:14:50.959 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 16:14:50.959 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 16:14:50.960 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 16:14:50.960 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 16:14:50.960 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 16:14:50.961 | 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 | 16:14:50.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 16:14:50.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 16:14:50.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 16:14:50.974 | info | yii\web\Session::open | Session started | |
12 | 16:14:50.975 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 16:14:50.975 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 16:14:50.975 | 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 | 16:14:50.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 16:14:50.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 16:14:50.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 16:14:50.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 16:14:50.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 16:14:50.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 16:14:50.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 16:14:50.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 16:14:50.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 16:14:50.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 16:14:50.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 16:14:50.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 16:14:50.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 16:14:50.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 16:14:50.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 16:14:50.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 16:14:50.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 16:14:50.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 16:14:50.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 16:14:50.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 16:14:50.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 16:14:50.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 16:14:50.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 16:14:51.000 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 16:14:51.000 | 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 | 16:14:51.040 | 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 | 16:14:51.063 | 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 | 16:14:51.073 | 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 | 16:14:51.095 | 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 | 16:14:51.103 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 16:14:51.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 16:14:51.106 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-09') AND ("end_date" >= '2025-07-09') AND ("start_time" <= '16:14') AND ("end_time" >= '16:14') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 16:14:51.115 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-09') AND ("end_date" >= '2025-07-09') AND ("start_time" <= '16:14') AND ("end_time" >= '16:14') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 16:14:51.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 16:14:51.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 16:14:51.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 16:14:51.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 16:14:51.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 16:14:51.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 16:14:51.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 16:14:51.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 16:14:51.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 16:14:51.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 16:14:51.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 16:14:51.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 16:14:51.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 16:14:51.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 16:14:51.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 16:14:51.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 16:14:51.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 16:14:51.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 16:14:51.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 16:14:51.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 16:14:51.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 16:14:51.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 16:14:51.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 16:14:51.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 16:14:51.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 16:14:51.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 16:14:51.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 16:14:51.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 16:14:51.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 16:14:51.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 16:14:51.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 16:14:51.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 16:14:51.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 16:14:51.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 16:14:51.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 16:14:51.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 16:14:51.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 16:14:51.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 16:14:51.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 16:14:51.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 16:14:51.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 16:14:51.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 16:14:51.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 16:14:51.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 16:14:51.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 16:14:51.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 16:14:51.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 16:14:51.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 16:14:51.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 16:14:51.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 16:14:51.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 16:14:51.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 16:14:51.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 16:14:51.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 16:14:51.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 16:14:51.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 16:14:51.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 16:14:51.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 16:14:51.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 16:14:51.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 16:14:51.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 16:14:51.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 16:14:51.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 16:14:51.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 16:14:51.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 16:14:51.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 16:14:51.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 16:14:51.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 16:14:51.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 16:14:51.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 16:14:51.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 16:14:51.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 16:14:51.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 16:14:51.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 16:14:51.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 16:14:51.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 16:14:51.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 16:14:51.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 16:14:51.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 16:14:51.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 16:14:51.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 16:14:51.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 16:14:51.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 16:14:51.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 16:14:51.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 16:14:51.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 16:14:51.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 16:14:51.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 16:14:51.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 16:14:51.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 16:14:51.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 16:14:51.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 16:14:51.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 16:14:51.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 16:14:51.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 16:14:51.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 16:14:51.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 16:14:51.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 16:14:51.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 16:14:51.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 16:14:51.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 16:14:51.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 16:14:51.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 16:14:51.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 16:14:51.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 16:14:51.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 16:14:51.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 16:14:51.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 16:14:51.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 16:14:51.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 16:14:51.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 16:14:51.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 16:14:51.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 16:14:51.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 16:14:51.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 16:14:51.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 16:14:51.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 16:14:51.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 16:14:51.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 16:14:51.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 16:14:51.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 16:14:51.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 16:14:51.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 16:14:51.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 16:14:51.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 16:14:51.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 16:14:51.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 16:14:51.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 16:14:51.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 16:14:51.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 16:14:51.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 16:14:51.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 16:14:51.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 16:14:51.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 16:14:51.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 16:14:51.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 16:14:51.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 16:14:51.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 16:14:51.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 16:14:51.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 16:14:51.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 16:14:51.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 16:14:51.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 16:14:51.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 16:14:51.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 16:14:51.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 16:14:51.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 16:14:51.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 16:14:51.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 16:14:51.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 16:14:51.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 16:14:51.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 16:14:51.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 16:14:51.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 16:14:51.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 16:14:51.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 16:14:51.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 16:14:51.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 16:14:51.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 16:14:51.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 16:14:51.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 16:14:51.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 16:14:51.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 16:14:51.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 16:14:51.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 16:14:51.214 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-07-02 00:00:00') AND ("join_date" <= '2025-07-09 23:59:59') | |
214 | 16:14:51.219 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 16:14:51.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 16:14:51.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 16:14:51.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 16:14:51.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 16:14:51.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 16:14:51.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 16:14:51.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 16:14:51.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 16:14:51.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 16:14:51.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 16:14:51.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 16:14:51.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 16:14:51.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 16:14:51.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 16:14:51.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 16:14:51.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 16:14:51.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 16:14:51.228 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 16:14:51.236 | 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 | 16:14:51.248 | 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 | 16:14:51.255 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 16:14:51.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 16:14:51.261 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 16:14:51.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 16:14:51.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 16:14:51.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 16:14:51.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 16:14:51.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 16:14:51.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 16:14:51.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 16:14:51.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 16:14:51.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 16:14:51.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 16:14:51.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 16:14:51.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 16:14:51.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 16:14:51.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 16:14:51.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 16:14:51.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 16:14:51.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 16:14:51.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 16:14:51.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 16:14:51.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 16:14:51.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 16:14:51.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 16:14:51.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 16:14:51.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 16:14:51.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 16:14:51.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 16:14:51.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 16:14:51.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 16:14:51.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 16:14:51.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 16:14:51.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 16:14:51.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 16:14:51.290 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |