# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 07:23:57.640 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 07:23:57.641 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 07:23:57.641 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 07:23:57.642 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 07:23:57.642 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 07:23:57.642 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 07:23:57.642 | 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 | 07:23:57.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 07:23:57.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 07:23:57.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 07:23:57.651 | info | yii\web\Session::open | Session started | |
12 | 07:23:57.651 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 07:23:57.651 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 07:23:57.651 | 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 | 07:23:57.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 07:23:57.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 07:23:57.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 07:23:57.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 07:23:57.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 07:23:57.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 07:23:57.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 07:23:57.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 07:23:57.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 07:23:57.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 07:23:57.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 07:23:57.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 07:23:57.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 07:23:57.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 07:23:57.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 07:23:57.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 07:23:57.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 07:23:57.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 07:23:57.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 07:23:57.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 07:23:57.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 07:23:57.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 07:23:57.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 07:23:57.668 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 07:23:57.668 | 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 | 07:23:57.686 | 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 | 07:23:57.700 | 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 | 07:23:57.708 | 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 | 07:23:57.716 | 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 | 07:23:57.720 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 07:23:57.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 07:23:57.723 | 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" <= '07:23') AND ("end_time" >= '07:23') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 07:23:57.726 | 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" <= '07:23') AND ("end_time" >= '07:23') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 07:23:57.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 07:23:57.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 07:23:57.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 07:23:57.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 07:23:57.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 07:23:57.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 07:23:57.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 07:23:57.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 07:23:57.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 07:23:57.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 07:23:57.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 07:23:57.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 07:23:57.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 07:23:57.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 07:23:57.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 07:23:57.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 07:23:57.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 07:23:57.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 07:23:57.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 07:23:57.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 07:23:57.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 07:23:57.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 07:23:57.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 07:23:57.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 07:23:57.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 07:23:57.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 07:23:57.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 07:23:57.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 07:23:57.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 07:23:57.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 07:23:57.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 07:23:57.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 07:23:57.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 07:23:57.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 07:23:57.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 07:23:57.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 07:23:57.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 07:23:57.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 07:23:57.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 07:23:57.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 07:23:57.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 07:23:57.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 07:23:57.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 07:23:57.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 07:23:57.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 07:23:57.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 07:23:57.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 07:23:57.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 07:23:57.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 07:23:57.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 07:23:57.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 07:23:57.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 07:23:57.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 07:23:57.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 07:23:57.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 07:23:57.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 07:23:57.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 07:23:57.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 07:23:57.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 07:23:57.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 07:23:57.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 07:23:57.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 07:23:57.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 07:23:57.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 07:23:57.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 07:23:57.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 07:23:57.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 07:23:57.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 07:23:57.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 07:23:57.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 07:23:57.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 07:23:57.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 07:23:57.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 07:23:57.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 07:23:57.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 07:23:57.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 07:23:57.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 07:23:57.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 07:23:57.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 07:23:57.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 07:23:57.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 07:23:57.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 07:23:57.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 07:23:57.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 07:23:57.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 07:23:57.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 07:23:57.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 07:23:57.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 07:23:57.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 07:23:57.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 07:23:57.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 07:23:57.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 07:23:57.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 07:23:57.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 07:23:57.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 07:23:57.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 07:23:57.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 07:23:57.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 07:23:57.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 07:23:57.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 07:23:57.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 07:23:57.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 07:23:57.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 07:23:57.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 07:23:57.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 07:23:57.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 07:23:57.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 07:23:57.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 07:23:57.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 07:23:57.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 07:23:57.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 07:23:57.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 07:23:57.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 07:23:57.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 07:23:57.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 07:23:57.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 07:23:57.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 07:23:57.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 07:23:57.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 07:23:57.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 07:23:57.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 07:23:57.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 07:23:57.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 07:23:57.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 07:23:57.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 07:23:57.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 07:23:57.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 07:23:57.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 07:23:57.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 07:23:57.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 07:23:57.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 07:23:57.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 07:23:57.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 07:23:57.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 07:23:57.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 07:23:57.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 07:23:57.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 07:23:57.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 07:23:57.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 07:23:57.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 07:23:57.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 07:23:57.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 07:23:57.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 07:23:57.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 07:23:57.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 07:23:57.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 07:23:57.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 07:23:57.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 07:23:57.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 07:23:57.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 07:23:57.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 07:23:57.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 07:23:57.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 07:23:57.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 07:23:57.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 07:23:57.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 07:23:57.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 07:23:57.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 07:23:57.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 07:23:57.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 07:23:57.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 07:23:57.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 07:23:57.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 07:23:57.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 07:23:57.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 07:23:57.808 | 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 | 07:23:57.810 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 07:23:57.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 07:23:57.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 07:23:57.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 07:23:57.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 07:23:57.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 07:23:57.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 07:23:57.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 07:23:57.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 07:23:57.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 07:23:57.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 07:23:57.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 07:23:57.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 07:23:57.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 07:23:57.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 07:23:57.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 07:23:57.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 07:23:57.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 07:23:57.817 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 07:23:57.820 | 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 | 07:23:57.827 | 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 | 07:23:57.832 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 07:23:57.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 07:23:57.835 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 07:23:57.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 07:23:57.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 07:23:57.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 07:23:57.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 07:23:57.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 07:23:57.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 07:23:57.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 07:23:57.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 07:23:57.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 07:23:57.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 07:23:57.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 07:23:57.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 07:23:57.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 07:23:57.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 07:23:57.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 07:23:57.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 07:23:57.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 07:23:57.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 07:23:57.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 07:23:57.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 07:23:57.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 07:23:57.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 07:23:57.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 07:23:57.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 07:23:57.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 07:23:57.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 07:23:57.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 07:23:57.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 07:23:57.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 07:23:57.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 07:23:57.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 07:23:57.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 07:23:57.853 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |