# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 06:44:35.885 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 06:44:35.886 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 06:44:35.886 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 06:44:35.886 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 06:44:35.886 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 06:44:35.886 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 06:44:35.886 | 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 | 06:44:35.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 06:44:35.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 06:44:35.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 06:44:35.896 | info | yii\web\Session::open | Session started | |
12 | 06:44:35.897 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 06:44:35.897 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 06:44:35.897 | 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 | 06:44:35.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 06:44:35.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 06:44:35.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 06:44:35.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 06:44:35.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 06:44:35.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 06:44:35.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 06:44:35.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 06:44:35.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 06:44:35.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 06:44:35.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 06:44:35.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 06:44:35.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 06:44:35.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 06:44:35.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 06:44:35.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 06:44:35.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 06:44:35.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 06:44:35.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 06:44:35.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 06:44:35.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 06:44:35.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 06:44:35.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 06:44:35.913 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 06:44:35.913 | 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 | 06:44:35.930 | 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 | 06:44:35.943 | 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 | 06:44:35.950 | 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 | 06:44:35.957 | 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 | 06:44:35.963 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 06:44:35.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 06:44:35.965 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '06:44') AND ("end_time" >= '06:44') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 06:44:35.969 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '06:44') AND ("end_time" >= '06:44') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 06:44:35.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 06:44:35.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 06:44:35.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 06:44:35.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 06:44:35.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 06:44:35.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 06:44:35.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 06:44:35.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 06:44:35.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 06:44:35.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 06:44:35.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 06:44:35.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 06:44:35.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 06:44:35.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 06:44:35.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 06:44:35.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 06:44:35.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 06:44:35.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 06:44:35.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 06:44:35.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 06:44:35.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 06:44:35.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 06:44:35.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 06:44:35.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 06:44:35.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 06:44:35.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 06:44:35.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 06:44:35.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 06:44:35.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 06:44:35.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 06:44:35.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 06:44:35.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 06:44:35.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 06:44:35.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 06:44:35.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 06:44:35.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 06:44:35.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 06:44:35.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 06:44:35.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 06:44:35.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 06:44:35.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 06:44:35.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 06:44:35.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 06:44:35.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 06:44:35.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 06:44:35.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 06:44:35.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 06:44:35.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 06:44:35.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 06:44:35.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 06:44:35.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 06:44:35.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 06:44:35.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 06:44:36.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 06:44:36.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 06:44:36.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 06:44:36.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 06:44:36.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 06:44:36.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 06:44:36.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 06:44:36.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 06:44:36.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 06:44:36.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 06:44:36.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 06:44:36.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 06:44:36.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 06:44:36.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 06:44:36.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 06:44:36.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 06:44:36.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 06:44:36.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 06:44:36.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 06:44:36.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 06:44:36.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 06:44:36.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 06:44:36.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 06:44:36.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 06:44:36.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 06:44:36.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 06:44:36.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 06:44:36.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 06:44:36.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 06:44:36.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 06:44:36.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 06:44:36.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 06:44:36.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 06:44:36.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 06:44:36.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 06:44:36.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 06:44:36.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 06:44:36.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 06:44:36.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 06:44:36.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 06:44:36.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 06:44:36.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 06:44:36.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 06:44:36.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 06:44:36.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 06:44:36.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 06:44:36.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 06:44:36.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 06:44:36.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 06:44:36.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 06:44:36.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 06:44:36.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 06:44:36.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 06:44:36.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 06:44:36.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 06:44:36.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 06:44:36.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 06:44:36.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 06:44:36.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 06:44:36.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 06:44:36.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 06:44:36.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 06:44:36.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 06:44:36.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 06:44:36.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 06:44:36.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 06:44:36.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 06:44:36.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 06:44:36.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 06:44:36.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 06:44:36.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 06:44:36.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 06:44:36.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 06:44:36.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 06:44:36.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 06:44:36.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 06:44:36.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 06:44:36.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 06:44:36.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 06:44:36.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 06:44:36.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 06:44:36.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 06:44:36.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 06:44:36.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 06:44:36.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 06:44:36.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 06:44:36.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 06:44:36.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 06:44:36.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 06:44:36.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 06:44:36.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 06:44:36.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 06:44:36.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 06:44:36.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 06:44:36.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 06:44:36.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 06:44:36.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 06:44:36.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 06:44:36.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 06:44:36.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 06:44:36.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 06:44:36.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 06:44:36.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 06:44:36.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 06:44:36.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 06:44:36.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 06:44:36.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 06:44:36.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 06:44:36.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 06:44:36.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 06:44:36.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 06:44:36.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 06:44:36.060 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-29 00:00:00') AND ("join_date" <= '2025-05-06 23:59:59') | |
214 | 06:44:36.062 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 06:44:36.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 06:44:36.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 06:44:36.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 06:44:36.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 06:44:36.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 06:44:36.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 06:44:36.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 06:44:36.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 06:44:36.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 06:44:36.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 06:44:36.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 06:44:36.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 06:44:36.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 06:44:36.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 06:44:36.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 06:44:36.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 06:44:36.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 06:44:36.069 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 06:44:36.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 = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum; | |
234 | 06:44:36.080 | 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 | 06:44:36.086 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 06:44:36.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 06:44:36.089 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 06:44:36.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 06:44:36.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 06:44:36.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 06:44:36.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 06:44:36.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 06:44:36.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 06:44:36.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 06:44:36.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 06:44:36.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 06:44:36.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 06:44:36.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 06:44:36.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 06:44:36.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 06:44:36.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 06:44:36.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 06:44:36.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 06:44:36.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 06:44:36.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 06:44:36.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 06:44:36.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 06:44:36.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 06:44:36.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 06:44:36.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 06:44:36.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 06:44:36.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 06:44:36.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 06:44:36.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 06:44:36.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 06:44:36.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 06:44:36.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 06:44:36.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 06:44:36.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 06:44:36.108 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |