# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:37:09.870 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:37:09.871 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:37:09.871 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:37:09.872 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 23:37:09.872 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 23:37:09.872 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 23:37:09.872 | 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 | 23:37:09.886 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 23:37:09.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 23:37:09.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 23:37:09.889 | info | yii\web\Session::open | Session started | |
12 | 23:37:09.890 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 23:37:09.890 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 23:37:09.890 | 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 | 23:37:09.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 23:37:09.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 23:37:09.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 23:37:09.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 23:37:09.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 23:37:09.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 23:37:09.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:37:09.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:37:09.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:37:09.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:37:09.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:37:09.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:37:09.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:37:09.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:37:09.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:37:09.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:37:09.916 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:37:09.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:37:09.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:37:09.919 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:37:09.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:37:09.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:37:09.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:37:09.922 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 23:37:09.922 | 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 | 23:37:09.954 | 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 | 23:37:09.973 | 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 | 23:37:09.981 | 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 | 23:37:09.992 | 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 | 23:37:09.998 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 23:37:09.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:37:10.002 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-24') AND ("end_date" >= '2025-06-24') AND ("start_time" <= '23:37') AND ("end_time" >= '23:37') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 23:37:10.007 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-24') AND ("end_date" >= '2025-06-24') AND ("start_time" <= '23:37') AND ("end_time" >= '23:37') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 23:37:10.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:37:10.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 23:37:10.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 23:37:10.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 23:37:10.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:37:10.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:37:10.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:37:10.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:37:10.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:37:10.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:37:10.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:37:10.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:37:10.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:37:10.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:37:10.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:37:10.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:37:10.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:37:10.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:37:10.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:37:10.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:37:10.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:37:10.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:37:10.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:37:10.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:37:10.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:37:10.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:37:10.030 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:37:10.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:37:10.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:37:10.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:37:10.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:37:10.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:37:10.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:37:10.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:37:10.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:37:10.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:37:10.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:37:10.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:37:10.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:37:10.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:37:10.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:37:10.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:37:10.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:37:10.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:37:10.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:37:10.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:37:10.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:37:10.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:37:10.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:37:10.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:37:10.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:37:10.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:37:10.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:37:10.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:37:10.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:37:10.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:37:10.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:37:10.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:37:10.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:37:10.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:37:10.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:37:10.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:37:10.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:37:10.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:37:10.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:37:10.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:37:10.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:37:10.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:37:10.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:37:10.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:37:10.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:37:10.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:37:10.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:37:10.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:37:10.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:37:10.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:37:10.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:37:10.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:37:10.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:37:10.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:37:10.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:37:10.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:37:10.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:37:10.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:37:10.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:37:10.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:37:10.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:37:10.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:37:10.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:37:10.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:37:10.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:37:10.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:37:10.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:37:10.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:37:10.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:37:10.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:37:10.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:37:10.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:37:10.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:37:10.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:37:10.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:37:10.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:37:10.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:37:10.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:37:10.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:37:10.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:37:10.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:37:10.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:37:10.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:37:10.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:37:10.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:37:10.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:37:10.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:37:10.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:37:10.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:37:10.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:37:10.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:37:10.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:37:10.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:37:10.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:37:10.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:37:10.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:37:10.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:37:10.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:37:10.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:37:10.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:37:10.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:37:10.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:37:10.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:37:10.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:37:10.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:37:10.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:37:10.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:37:10.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:37:10.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:37:10.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:37:10.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:37:10.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:37:10.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:37:10.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:37:10.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:37:10.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:37:10.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:37:10.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:37:10.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:37:10.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:37:10.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:37:10.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:37:10.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:37:10.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:37:10.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:37:10.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:37:10.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:37:10.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:37:10.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:37:10.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:37:10.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:37:10.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:37:10.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:37:10.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:37:10.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:37:10.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:37:10.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:37:10.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:37:10.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:37:10.140 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-17 00:00:00') AND ("join_date" <= '2025-06-24 23:59:59') | |
214 | 23:37:10.143 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 23:37:10.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:37:10.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:37:10.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:37:10.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:37:10.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:37:10.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:37:10.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:37:10.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:37:10.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:37:10.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:37:10.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:37:10.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:37:10.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:37:10.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:37:10.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:37:10.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:37:10.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:37:10.153 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 23:37:10.156 | 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 | 23:37:10.165 | 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 | 23:37:10.171 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 23:37:10.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:37:10.174 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 23:37:10.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:37:10.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:37:10.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:37:10.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:37:10.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:37:10.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:37:10.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:37:10.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:37:10.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:37:10.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:37:10.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:37:10.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:37:10.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:37:10.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:37:10.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:37:10.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:37:10.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:37:10.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:37:10.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:37:10.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:37:10.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:37:10.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:37:10.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:37:10.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:37:10.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:37:10.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:37:10.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:37:10.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:37:10.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:37:10.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 23:37:10.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:37:10.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:37:10.198 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |