# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 01:15:20.946 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
2 | 01:15:20.946 | trace | yii\base\Module::getModule | Loading module: gii | |
3 | 01:15:20.946 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
4 | 01:15:20.947 | trace | yii\base\Module::getModule | Loading module: debug | |
5 | 01:15:20.948 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
6 | 01:15:20.948 | trace | yii\base\Application::bootstrap | Bootstrap with app\components\SkAssetsAutoCompress::bootstrap() | |
7 | 01:15:20.948 | info | yii\db\Command::query | SELECT * FROM languages WHERE visible=1 ORDER BY sort_order | |
8 | 01:15:20.948 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;port=3306;dbname=lurex | |
9 | 01:15:20.948 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM languages | |
10 | 01:15:20.949 | trace | yii\db\Command::query | Saved query result in cache | |
11 | 01:15:20.949 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM languages | |
12 | 01:15:20.949 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `redirects` | |
13 | 01:15:20.950 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'redirects' AND `kcu`.`TABLE_NAME` = 'redirects' | |
14 | 01:15:20.950 | info | yii\db\Command::query | SELECT * FROM `redirects` WHERE `from`='/uk/brjuki' | |
15 | 01:15:20.951 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `aliases` WHERE `alias`='/uk/brjuki') | |
16 | 01:15:20.951 | info | yii\db\Command::query | SELECT `id` FROM `page` WHERE (`catalogue`=1) AND (`visible`=1) | |
17 | 01:15:20.951 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey` FROM `aliases` WHERE (`redirectID`=0) AND (`primaryKey`='3') AND (`model`='app\\modules\\page\\models\\Page') | |
18 | 01:15:20.951 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey`, `model` FROM `aliases` WHERE (`redirectID`=0) AND (`model` IN ('common\\models\\withdrawal\\MultiCategory', 'app\\modules\\shop\\models\\Showcase'))
| |
19 | 01:15:20.951 | info | yii\db\Command::query | SELECT `a`.`alias`, `a`.`controller`, `a`.`primaryKey`, `a`.`model` FROM `aliases` `a` LEFT JOIN `category` `c` ON a.primaryKey=c.id WHERE (`redirectID`=0) AND (`c`.`object`='app\\modules\\shop\\models\\Product') AND (`model`='app\\modules\\main\\models\\Category')
| |
20 | 01:15:20.952 | info | yii\db\Command::query | SELECT `retail`, `wholesale`, `dropshipping` FROM `social_visible_price` WHERE `alias`='uk/brjuki'
| |
21 | 01:15:20.952 | trace | yii\db\Command::query | Saved query result in cache
| |
22 | 01:15:20.952 | trace | yii\web\Application::handleRequest | Route requested: 'main/router/index' | |
23 | 01:15:20.952 | trace | yii\base\Module::getModule | Loading module: main | |
24 | 01:15:20.952 | trace | yii\base\Controller::runAction | Route to run: main/router/index | |
25 | 01:15:20.952 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\main\controllers\RouterController::actionIndex() | |
26 | 01:15:20.952 | info | yii\db\Command::query | SELECT `model`, `redirectID`, `primaryKey`, `controller`, `status` FROM aliases WHERE alias='/brjuki' | |
27 | 01:15:20.953 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main_in_shop`=1 | |
28 | 01:15:20.953 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_currency` | |
29 | 01:15:20.953 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'shop_currency' AND `kcu`.`TABLE_NAME` = 'shop_currency' | |
30 | 01:15:20.954 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_currency_lang` | |
31 | 01:15:20.954 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'shop_currency_lang' AND `kcu`.`TABLE_NAME` = 'shop_currency_lang' | |
32 | 01:15:20.955 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
33 | 01:15:20.955 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main`=1 | |
34 | 01:15:20.956 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
35 | 01:15:20.956 | info | yii\db\Command::query | SELECT `id` FROM `shop_prices` WHERE `base_price`=1 | |
36 | 01:15:20.956 | trace | yii\base\Controller::runAction | Route to run: main/category/index | |
37 | 01:15:20.956 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\main\controllers\CategoryController::actionIndex() | |
38 | 01:15:20.956 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `category` | |
39 | 01:15:20.957 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'category' AND `kcu`.`TABLE_NAME` = 'category' | |
40 | 01:15:20.957 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='43' | |
41 | 01:15:20.957 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `category_lang`
| |
42 | 01:15:20.958 | info | yii\db\Command::query | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
(
`kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
(`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
) AND
`kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
`kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'category_lang' AND `kcu`.`TABLE_NAME` = 'category_lang'
| |
43 | 01:15:20.958 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=43)
| |
44 | 01:15:20.959 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://127.0.0.1:6379, database=0 | |
45 | 01:15:20.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
46 | 01:15:20.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 01:15:20.959 | info | yii\web\Session::open | Session started | |
48 | 01:15:20.959 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_product`
| |
49 | 01:15:20.960 | info | yii\db\Command::query | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
(
`kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
(`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
) AND
`kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
`kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'shop_product' AND `kcu`.`TABLE_NAME` = 'shop_product'
| |
50 | 01:15:20.960 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_product_lang`
| |
51 | 01:15:20.961 | info | yii\db\Command::query | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
(
`kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
(`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
) AND
`kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
`kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'shop_product_lang' AND `kcu`.`TABLE_NAME` = 'shop_product_lang'
| |
52 | 01:15:20.961 | info | yii\db\Command::query | SELECT `price_id` FROM `user_type` WHERE `is_default_for_view`=1 | |
53 | 01:15:20.962 | info | yii\db\Command::query | SELECT `t1`.`message` AS `message`, `t2`.`translation` AS `translation` FROM `source_message` `t1`, `message` `t2` WHERE (`t1`.`id`=`t2`.`id`) AND (`t1`.`category`='app') AND (`t2`.`language`='uk')
| |
54 | 01:15:20.963 | info | yii\db\Command::query | SELECT `t`.`id`, `t`.`parent_id`, `tlang`.`title`, `t`.`image`, `t`.`sort_order` FROM `category` `t` LEFT JOIN `category_lang` `tlang` ON tlang.owner_id=t.id WHERE (`tlang`.`language`='uk') AND (`t`.`object`='app\\modules\\shop\\models\\Product') AND (`visible`=1) ORDER BY `t`.`draft`, `t`.`sort_order` | |
55 | 01:15:20.964 | info | yii\db\Command::query | SELECT `id` FROM `user_type` WHERE `is_default_for_view`=1 | |
56 | 01:15:20.964 | info | yii\db\Command::query | SELECT `mgt`.`title` AS `groupName`, `mct`.`title` AS `text`, `a`.`alias` AS `url`, `mg`.`position_relative_catalog` AS `position`, `mc`.`position_relative_catalog` AS `position_category`, `mc`.`sorting_by_category` AS `sort_order`, `mc`.`sort_order` AS `sort_order_with_group`, `mg`.`sort_order` AS `sort_order_group`, `mc`.`image_in_menu` AS `image`, `mc`.`construct_id` AS `construct_id` FROM `shop_multi_category` `mc` LEFT JOIN `shop_multi_category_lang` `mct` ON mc.id=mct.owner_id AND mct.language='uk' LEFT JOIN `shop_multi_category_group` `mg` ON mc.group_id=mg.id LEFT JOIN `shop_multi_category_group_lang` `mgt` ON mg.id=mgt.owner_id AND mgt.language='uk' LEFT JOIN `aliases` `a` ON mc.id=a.primaryKey AND a.model='common\\models\\withdrawal\\MultiCategory' AND a.redirectID=0 WHERE (`mc`.`show_in_filter`=1) AND (`mc`.`visible`=1) GROUP BY `mc`.`id` ORDER BY `mg`.`sort_order`, `sort_order_with_group` | |
57 | 01:15:20.965 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_construct_product` | |
58 | 01:15:20.966 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'shop_construct_product' AND `kcu`.`TABLE_NAME` = 'shop_construct_product' | |
59 | 01:15:20.966 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='27' | |
60 | 01:15:20.966 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_construct_product_lang` | |
61 | 01:15:20.967 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'shop_construct_product_lang' AND `kcu`.`TABLE_NAME` = 'shop_construct_product_lang' | |
62 | 01:15:20.967 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=27) | |
63 | 01:15:20.967 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=27) | |
64 | 01:15:20.968 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='29' | |
65 | 01:15:20.968 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=29) | |
66 | 01:15:20.968 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=29) | |
67 | 01:15:20.968 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='13' | |
68 | 01:15:20.968 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=13) | |
69 | 01:15:20.969 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=13) | |
70 | 01:15:20.969 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='14' | |
71 | 01:15:20.969 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=14) | |
72 | 01:15:20.969 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=14) | |
73 | 01:15:20.969 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='4' | |
74 | 01:15:20.970 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=4) | |
75 | 01:15:20.970 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=4) | |
76 | 01:15:20.970 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product` WHERE `id`='10' | |
77 | 01:15:20.970 | info | yii\db\Command::query | SELECT * FROM `shop_construct_product_lang` WHERE (`language`='uk') AND (`owner_id`=10) | |
78 | 01:15:20.970 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_construct_user_type` WHERE `construct_id`=10) | |
79 | 01:15:20.971 | info | yii\db\Command::query | SELECT `primaryKey` FROM `aliases` WHERE (`model`='app\\modules\\main\\models\\Category') AND (`alias`='/uk/brjuki')
| |
80 | 01:15:20.971 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`=FALSE
| |
81 | 01:15:20.971 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='6' | |
82 | 01:15:20.972 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=6) | |
83 | 01:15:20.972 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='9' | |
84 | 01:15:20.972 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=9) | |
85 | 01:15:20.973 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='38' | |
86 | 01:15:20.973 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=38) | |
87 | 01:15:20.974 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='3' | |
88 | 01:15:20.974 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=3) | |
89 | 01:15:20.974 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='13' | |
90 | 01:15:20.975 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=13) | |
91 | 01:15:20.975 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='5' | |
92 | 01:15:20.976 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=5) | |
93 | 01:15:20.976 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='1' | |
94 | 01:15:20.977 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=1) | |
95 | 01:15:20.977 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='42' | |
96 | 01:15:20.977 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=42) | |
97 | 01:15:20.978 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='40' | |
98 | 01:15:20.978 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=40) | |
99 | 01:15:20.979 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='39' | |
100 | 01:15:20.979 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=39) | |
101 | 01:15:20.979 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='41' | |
102 | 01:15:20.980 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=41) | |
103 | 01:15:20.980 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='22' | |
104 | 01:15:20.981 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=22) | |
105 | 01:15:20.981 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='31' | |
106 | 01:15:20.982 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=31) | |
107 | 01:15:20.982 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='15' | |
108 | 01:15:20.982 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=15) | |
109 | 01:15:20.983 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='2' | |
110 | 01:15:20.983 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=2) | |
111 | 01:15:20.984 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='8' | |
112 | 01:15:20.984 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=8) | |
113 | 01:15:20.984 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='43' | |
114 | 01:15:20.985 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=43) | |
115 | 01:15:20.985 | info | yii\db\Command::query | SELECT `id` FROM `page` WHERE (`catalogue`=1) AND (`visible`=1)
| |
116 | 01:15:20.985 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey` FROM `aliases` WHERE (`redirectID`=0) AND (`primaryKey`='3') AND (`model`='app\\modules\\page\\models\\Page')
| |
117 | 01:15:20.986 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey`, `model` FROM `aliases` WHERE (`redirectID`=0) AND (`model` IN ('common\\models\\withdrawal\\MultiCategory', 'app\\modules\\shop\\models\\Showcase'))
| |
118 | 01:15:20.986 | info | yii\db\Command::query | SELECT `a`.`alias`, `a`.`controller`, `a`.`primaryKey`, `a`.`model` FROM `aliases` `a` LEFT JOIN `category` `c` ON a.primaryKey=c.id WHERE (`redirectID`=0) AND (`c`.`object`='app\\modules\\shop\\models\\Product') AND (`model`='app\\modules\\main\\models\\Category')
| |
119 | 01:15:20.986 | info | yii\db\Command::query | SELECT `id` FROM `page` WHERE (`catalogue`=1) AND (`visible`=1)
| |
120 | 01:15:20.986 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey` FROM `aliases` WHERE (`redirectID`=0) AND (`primaryKey`='3') AND (`model`='app\\modules\\page\\models\\Page')
| |
121 | 01:15:20.986 | info | yii\db\Command::query | SELECT `alias`, `controller`, `primaryKey`, `model` FROM `aliases` WHERE (`redirectID`=0) AND (`model` IN ('common\\models\\withdrawal\\MultiCategory', 'app\\modules\\shop\\models\\Showcase'))
| |
122 | 01:15:20.986 | info | yii\db\Command::query | SELECT `a`.`alias`, `a`.`controller`, `a`.`primaryKey`, `a`.`model` FROM `aliases` `a` LEFT JOIN `category` `c` ON a.primaryKey=c.id WHERE (`redirectID`=0) AND (`c`.`object`='app\\modules\\shop\\models\\Product') AND (`model`='app\\modules\\main\\models\\Category')
| |
123 | 01:15:20.987 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='7' | |
124 | 01:15:20.987 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=7) | |
125 | 01:15:20.987 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='17' | |
126 | 01:15:20.988 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=17) | |
127 | 01:15:20.988 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='12' | |
128 | 01:15:20.988 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=12) | |
129 | 01:15:20.989 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='25' | |
130 | 01:15:20.989 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=25) | |
131 | 01:15:20.990 | info | yii\db\Command::query | SELECT * FROM `category` WHERE `id`='27' | |
132 | 01:15:20.990 | info | yii\db\Command::query | SELECT * FROM `category_lang` WHERE (`language`='uk') AND (`owner_id`=27) | |
133 | 01:15:20.991 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main_in_shop`=1 | |
134 | 01:15:20.991 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
135 | 01:15:20.991 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main`=1 | |
136 | 01:15:20.991 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
137 | 01:15:20.992 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT `main`.`id`, `main`.`article`, `main`.`sort_order`, `lang`.`title` AS `selectTitle`, `lang`.`description` AS `selectDescription`, `category_lang`.`owner_id` AS `selectCategoryId`, `category_lang`.`title` AS `selectCategoryTitle`, `main`.`created_at` AS `created_at`, `pp`.`value` AS `typePrice`, CASE WHEN SUM(ps.quantity) > 0 THEN 1 ELSE 0 END AS `storeCount` FROM `shop_product` `main` LEFT JOIN `category_lang` `category_lang` ON main.parent_id=category_lang.owner_id LEFT JOIN `shop_product_lang` `lang` ON lang.owner_id=main.id LEFT JOIN `shop_product_prices` `pp` ON main.id=pp.product_id AND pp.price_id='1' LEFT JOIN `shop_product_prices` `ppr` ON main.id=ppr.product_id AND ppr.price_id=1 LEFT JOIN `shop_product_store` `ps` ON main.id=ps.product_id WHERE ((`main`.`visible`=1) AND (`lang`.`language`='uk') AND (`category_lang`.`language`='uk')) AND (`main`.`parent_id`=43) GROUP BY `main`.`id` ORDER BY `storeCount` DESC) `sub` | |
138 | 01:15:20.993 | info | yii\db\Command::query | SELECT `main`.`id`, `main`.`article`, `main`.`sort_order`, `lang`.`title` AS `selectTitle`, `lang`.`description` AS `selectDescription`, `category_lang`.`owner_id` AS `selectCategoryId`, `category_lang`.`title` AS `selectCategoryTitle`, `main`.`created_at` AS `created_at`, `pp`.`value` AS `typePrice`, CASE WHEN SUM(ps.quantity) > 0 THEN 1 ELSE 0 END AS `storeCount` FROM `shop_product` `main` LEFT JOIN `category_lang` `category_lang` ON main.parent_id=category_lang.owner_id LEFT JOIN `shop_product_lang` `lang` ON lang.owner_id=main.id LEFT JOIN `shop_product_prices` `pp` ON main.id=pp.product_id AND pp.price_id='1' LEFT JOIN `shop_product_prices` `ppr` ON main.id=ppr.product_id AND ppr.price_id=1 LEFT JOIN `shop_product_store` `ps` ON main.id=ps.product_id WHERE ((`main`.`visible`=1) AND (`lang`.`language`='uk') AND (`category_lang`.`language`='uk')) AND (`main`.`parent_id`=43) GROUP BY `main`.`id` ORDER BY `storeCount` DESC, `sort_order` LIMIT 24 | |
139 | 01:15:20.993 | info | yii\db\Command::query | SELECT `id` FROM `shop_stores` WHERE `defstore`=1 ORDER BY `sort_order` | |
140 | 01:15:20.994 | info | yii\db\Command::query | SELECT SUM(quantity) AS `in_stock`, `product_id` FROM `shop_product_store` WHERE (0=1) AND (`store_id`='1') GROUP BY `product_id`
| |
141 | 01:15:20.994 | info | yii\db\Command::query | SELECT `aliases`.`primaryKey`, `aliases`.`alias` FROM `aliases` `aliases` WHERE ((`aliases`.`model`='app\\modules\\shop\\models\\Product') AND (`aliases`.`redirectID`=0)) AND (0=1)
| |
142 | 01:15:20.994 | trace | yii\base\Module::getModule | Loading module: shop
| |
143 | 01:15:20.994 | info | yii\db\Command::query | SELECT `img`.`product_id`, `img`.`id`, `img`.`path`, `img`.`process_updated_at`, `attr`.`attribute_id`, `attr`.`attribute_list_id`, `image_lang`.`alt`, `image_lang`.`title` FROM `shop_product_images` `img` LEFT JOIN `shop_product_images_attributes` `attr` ON attr.image_id = img.id LEFT JOIN `shop_product_images_lang` `image_lang` ON image_lang.owner_id = img.id WHERE (0=1) AND (`img`.`cover`=1)
| |
144 | 01:15:20.994 | info | yii\db\Command::query | SELECT `opts`.`product_id`, `opts`.`attribute_id`, `opts`.`value`, `list`.`sort_order`, `attr`.`type`, `listlang`.`title` AS `listValue`, `list`.`color`, SUM(store.quantity) AS `total_quantity`, `alang`.`title` AS `title` FROM `shop_product_store_options` `opts` LEFT JOIN `shop_attributes` `attr` ON attr.id=opts.attribute_id LEFT JOIN `shop_attributes_lang` `alang` ON alang.owner_id=opts.attribute_id AND alang.language='uk' LEFT JOIN `shop_product_store` `store` ON opts.store_id = store.id LEFT JOIN `shop_attributes_list` `list` ON list.id=opts.value LEFT JOIN `shop_attributes_list_lang` `listlang` ON listlang.owner_id=opts.value AND listlang.language='uk' WHERE 0=1 GROUP BY `opts`.`product_id`, `opts`.`attribute_id`, `opts`.`value`, `attr`.`type`, `listlang`.`title`, `list`.`color` ORDER BY `attr`.`sort_order`, `total_quantity` DESC
| |
145 | 01:15:20.994 | info | yii\db\Command::query | SELECT `lang`.`mark`, `shc`.`color`, `shc`.`bgcolor`, `shc`.`stroke_color`, `main`.`product_id`, `main`.`showcase_id` FROM `shop_product_showcases` `main` INNER JOIN `shop_showcases` `shc` ON main.showcase_id=shc.id INNER JOIN `shop_showcases_lang` `lang` ON main.showcase_id=lang.owner_id WHERE (`language`='uk') AND (0=1) ORDER BY `shc`.`sort_order`
| |
146 | 01:15:20.995 | info | yii\db\Command::query | SELECT SUM(quantity) FROM `shop_document_content` INNER JOIN `shop_document` ON `shop_document_content`.document_id=`shop_document`.id WHERE (`shop_document`.`user_id` IS NULL) AND (`shop_document`.`state_id` IS NULL)
| |
147 | 01:15:20.995 | info | yii\db\Command::query | SELECT `count_previous_month` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
148 | 01:15:20.995 | info | yii\db\Command::query | SELECT `count_previous_twelve_months` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
149 | 01:15:20.995 | info | yii\db\Command::query | SELECT `id` FROM `shop_prices` WHERE `base_price`=1 | |
150 | 01:15:20.995 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 139789) AND (`discount_conditions`.`quantity_to` >= 139789) AND (`discount_conditions`.`format`='moment') AND (`discount_status`.`type_user` IS NULL) | |
151 | 01:15:20.995 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_month') AND (`discount_status`.`type_user` IS NULL) | |
152 | 01:15:20.996 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_year') AND (`discount_status`.`type_user` IS NULL) | |
153 | 01:15:20.996 | info | yii\db\Command::query | SELECT SUM(quantity) FROM `shop_document_content` INNER JOIN `shop_document` ON `shop_document_content`.document_id=`shop_document`.id WHERE (`shop_document`.`user_id` IS NULL) AND (`shop_document`.`state_id` IS NULL)
| |
154 | 01:15:20.996 | info | yii\db\Command::query | SELECT `count_previous_month` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
155 | 01:15:20.996 | info | yii\db\Command::query | SELECT `count_previous_twelve_months` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
156 | 01:15:20.996 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 139789) AND (`discount_conditions`.`quantity_to` >= 139789) AND (`discount_conditions`.`format`='moment') AND (`discount_status`.`type_user` IS NULL)
| |
157 | 01:15:20.996 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_month') AND (`discount_status`.`type_user` IS NULL)
| |
158 | 01:15:20.996 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_year') AND (`discount_status`.`type_user` IS NULL)
| |
159 | 01:15:20.996 | info | yii\db\Command::query | SELECT `discount` FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id INNER JOIN `discount_status_lang` ON `discount_status_lang`.owner_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 139789) AND (`discount_conditions`.`quantity_to` >= 139789) AND (`discount_conditions`.`format`='moment') AND (`discount_status`.`type_user` IS NULL) AND (`discount_status_lang`.`language`='uk')
| |
160 | 01:15:20.997 | info | yii\db\Command::query | SELECT SUM(quantity) FROM `shop_document_content` INNER JOIN `shop_document` ON `shop_document_content`.document_id=`shop_document`.id WHERE (`shop_document`.`user_id` IS NULL) AND (`shop_document`.`state_id` IS NULL)
| |
161 | 01:15:20.997 | info | yii\db\Command::query | SELECT `count_previous_month` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
162 | 01:15:20.997 | info | yii\db\Command::query | SELECT `count_previous_twelve_months` FROM `custom_order_repository` WHERE `custom_order_repository`.`user_id` IS NULL
| |
163 | 01:15:20.997 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 139789) AND (`discount_conditions`.`quantity_to` >= 139789) AND (`discount_conditions`.`format`='moment') AND (`discount_status`.`type_user` IS NULL)
| |
164 | 01:15:20.997 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_month') AND (`discount_status`.`type_user` IS NULL)
| |
165 | 01:15:20.997 | info | yii\db\Command::query | SELECT MAX(discount) FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 0) AND (`discount_conditions`.`quantity_to` >= 0) AND (`discount_conditions`.`format`='previous_year') AND (`discount_status`.`type_user` IS NULL)
| |
166 | 01:15:20.997 | info | yii\db\Command::query | SELECT `discount_type` FROM `discount_conditions` INNER JOIN `discount_status` ON `discount_conditions`.discount_status_id=`discount_status`.id INNER JOIN `discount_status_lang` ON `discount_status_lang`.owner_id=`discount_status`.id WHERE (`discount_conditions`.`quantity_from` <= 139789) AND (`discount_conditions`.`quantity_to` >= 139789) AND (`discount_conditions`.`format`='moment') AND (`discount_status`.`type_user` IS NULL) AND (`discount_status_lang`.`language`='uk')
| |
167 | 01:15:20.998 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `promotions`
| |
168 | 01:15:20.998 | info | yii\db\Command::query | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
(
`kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
(`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
) AND
`kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
`kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'promotions' AND `kcu`.`TABLE_NAME` = 'promotions'
| |
169 | 01:15:20.999 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `promotions_lang`
| |
170 | 01:15:20.999 | info | yii\db\Command::query | SELECT
`kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
`kcu`.`COLUMN_NAME` AS `column_name`,
`kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
`kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
(
`kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
(`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
) AND
`kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
`kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'promotions_lang' AND `kcu`.`TABLE_NAME` = 'promotions_lang'
| |
171 | 01:15:21.000 | info | yii\db\Command::query | SELECT `promotions`.* FROM `promotions` LEFT JOIN `shop_document` ON `promotions`.`id` = `shop_document`.`promotion_id` WHERE (`shop_document`.`user_id` IS NULL) AND (`shop_document`.`id` IS NULL)
| |
172 | 01:15:21.000 | info | yii\db\Command::query | SELECT * FROM `shop_document` WHERE `promotion_id`=1
| |
173 | 01:15:21.000 | info | yii\db\Command::query | SELECT * FROM `promotions_lang` WHERE (`language`='uk') AND (`owner_id`=1)
| |
174 | 01:15:21.000 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main_in_shop`=1 | |
175 | 01:15:21.001 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
176 | 01:15:21.001 | info | yii\db\Command::query | SELECT * FROM `shop_currency` WHERE `main`=1 | |
177 | 01:15:21.001 | info | yii\db\Command::query | SELECT * FROM `shop_currency_lang` WHERE `owner_id`=1 | |
178 | 01:15:21.001 | info | yii\db\Command::query | SELECT SUM(quantity) FROM `shop_document_content` INNER JOIN `shop_document` ON `shop_document_content`.document_id=`shop_document`.id WHERE (`shop_document`.`session_id`='bt4r8ajotaepsgm9nr8cpcsl7v') AND (`shop_document`.`state_id` IS NULL) | |
179 | 01:15:21.002 | info | yii\db\Command::query | SELECT `id` FROM `shop_prices` WHERE `base_price`=1 | |
180 | 01:15:21.002 | info | yii\db\Command::query | SELECT `shop_prices`.`percent`, `value`, `discount_value`, `product_id`, `shop_prices_lang`.`price_info`, `shop_prices_lang`.`title`, `shop_product`.`parent_id` FROM `shop_product_prices` LEFT JOIN `shop_prices` ON `shop_prices`.id=`shop_product_prices`.price_id LEFT JOIN `shop_prices_lang` ON `shop_prices`.id=`shop_prices_lang`.owner_id LEFT JOIN `shop_product` ON `shop_product`.id=`shop_product_prices`.product_id WHERE (0=1) AND (`price_id`='1') AND (`shop_prices_lang`.`language`='uk') | |
181 | 01:15:21.002 | info | yii\db\Command::query | SELECT `shop_prices`.`percent`, `value`, `discount_value`, `product_id`, `shop_prices_lang`.`price_info`, `shop_prices_lang`.`title`, `shop_product`.`parent_id` FROM `shop_product_prices` LEFT JOIN `shop_prices` ON `shop_prices`.id=`shop_product_prices`.price_id LEFT JOIN `shop_prices_lang` ON `shop_prices`.id=`shop_prices_lang`.owner_id LEFT JOIN `shop_product` ON `shop_product`.id=`shop_product_prices`.product_id WHERE (0=1) AND (`price_id`=1) AND (`shop_prices_lang`.`language`='uk') | |
182 | 01:15:21.002 | info | yii\db\Command::query | SELECT * FROM `info_block_categories` WHERE `category_id`=43 | |
183 | 01:15:21.003 | info | yii\db\Command::query | SELECT * FROM `info_blocks` WHERE (`visible`=1) AND (0=1) | |
184 | 01:15:21.003 | info | yii\db\Command::query | SELECT `tape_id` FROM `category_tapes` WHERE `category_id`=43
| |
185 | 01:15:21.003 | info | yii\db\Command::query | SELECT `tt`.`title` AS `title`, `t`.`id` AS `id`, `t`.`construct_id` AS `constructId` FROM `shop_tapes` `t` LEFT JOIN `shop_tapes_lang` `tt` ON t.id=tt.owner_id AND tt.language='uk' WHERE (`t`.`visible`=1) AND ((`t`.`show_on_catalog`=1) OR (0=1)) ORDER BY `t`.`sort_order` | |
186 | 01:15:21.004 | info | yii\db\Command::query | SELECT `shop_attributes_list`.`id` FROM `shop_attributes` LEFT JOIN `shop_attributes_list` ON `shop_attributes_list`.attribute_id = `shop_attributes`.id WHERE (`shop_attributes`.`type` IN ('color', 'Brend', 'Material', 'Proizvod')) AND (0=1)
| |
187 | 01:15:21.004 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/releases/20250319211410/src/frontend/modules/shop/views/search/index.php | |
188 | 01:15:21.004 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `shop_attributes_list` `a` LEFT JOIN `shop_attributes_list_lang` `at` ON a.id=at.owner_id AND at.language='uk' WHERE `a`.`alias` IN ('uk', 'brjuki')) | |
189 | 01:15:21.005 | info | yii\db\Command::query | SELECT EXISTS(SELECT `mftt`.`title`, `mftt`.`description`, `mftt`.`keywords`, `mftt`.`h_one` FROM `shop_meta_filter_template` `mft` LEFT JOIN `shop_meta_filter_template_lang`mftt ON mft.id = mftt.owner_id AND mftt.language='uk' LEFT JOIN `shop_meta_filter_template_category`mftc ON mft.id = mftc.meta_filter_id WHERE (`mft`.`visible`=1) AND (`mftc`.`category_id`=43) AND (`mft`.`id`=2)) | |
190 | 01:15:21.005 | info | yii\db\Command::query | SELECT `mftt`.`title`, `mftt`.`description`, `mftt`.`keywords`, `mftt`.`h_one` FROM `shop_meta_filter_template` `mft` LEFT JOIN `shop_meta_filter_template_lang`mftt ON mft.id = mftt.owner_id AND mftt.language='uk' WHERE (`mft`.`visible`=1) AND (`mft`.`id`=1) | |
191 | 01:15:21.006 | info | yii\db\Command::query | SELECT `at`.`title` AS `default`, `at`.`title_nominative_men` AS `nominative_men`, `at`.`title_accusative_men` AS `accusative_men`, `at`.`title_nominative_wom` AS `nominative_wom`, `at`.`title_accusative_wom` AS `accusative_wom`, `at`.`title_nominative_neut` AS `nominative_neut`, `at`.`title_accusative_neut` AS `accusative_neut`, `at`.`title_plural` AS `plural` FROM `shop_attributes_list` `a` LEFT JOIN `shop_attributes_list_lang` `at` ON a.id=at.owner_id AND at.language='uk' WHERE `a`.`alias` IN ('uk', 'brjuki') | |
192 | 01:15:21.006 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `process_log` | |
193 | 01:15:21.007 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON ( `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) ) AND `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() AND `rc`.`TABLE_NAME` = 'process_log' AND `kcu`.`TABLE_NAME` = 'process_log' | |
194 | 01:15:21.010 | info | yii\db\Command::execute | INSERT INTO `process_log` (`start_at`, `process`, `status`, `comment`) VALUES (1746742521, 'Category exception', 1, '') | |
195 | 01:15:21.012 | info | yii\db\Command::execute | UPDATE `process_log` SET `comment`='Argument 2 passed to frontend\\helper\\MetaTagHelper::getRegisterString() must be of the type string, null given, called in /var/www/lurex.in.ua/releases/20250319211410/src/frontend/helper/MetaTagHelper.php on line 180' WHERE `id`=1435346 | |
196 | 01:15:21.012 | info | yii\db\Command::execute | UPDATE `process_log` SET `process_info`='File:/var/www/lurex.in.ua/releases/20250319211410/src/frontend/helper/MetaTagHelper.php in Line:269' WHERE `id`=1435346 | |
197 | 01:15:21.013 | error | TypeError | TypeError: Argument 2 passed to frontend\helper\MetaTagHelper::getRegisterString() must be of the type string, null given, called in /var/www/lurex.in.ua/releases/20250319211410/src/frontend/helper/MetaTagHelper.php on line 180 and defined in /var/www/lurex.in.ua/releases/20250319211410/src/frontend/helper/MetaTagHelper.php:269 Stack trace: #0 /var/www/lurex.in.ua/releases/20250319211410/src/frontend/helper/MetaTagHelper.php(180): frontend\helper\MetaTagHelper::getRegisterString() #1 /var/www/lurex.in.ua/releases/20250319211410/src/frontend/modules/shop/views/search/index.php(47): frontend\helper\MetaTagHelper::changeMetaModelForFilter() #2 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/View.php(348): require('/var/www/lurex....') #3 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/View.php(257): yii\base\View->renderPhpFile() #4 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/View.php(156): yii\base\View->renderFile() #5 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Controller.php(410): yii\base\View->render() #6 /var/www/lurex.in.ua/releases/20250319211410/src/frontend/modules/main/controllers/CategoryController.php(227): yii\base\Controller->render() #7 [internal function]: app\modules\main\controllers\CategoryController->actionIndex() #8 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() #9 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams() #10 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Module.php(534): yii\base\Controller->runAction() #11 /var/www/lurex.in.ua/releases/20250319211410/src/frontend/modules/main/controllers/RouterController.php(108): yii\base\Module->runAction() #12 [internal function]: app\modules\main\controllers\RouterController->actionIndex() #13 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() #14 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams() #15 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Module.php(534): yii\base\Controller->runAction() #16 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/web/Application.php(104): yii\base\Module->runAction() #17 /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/base/Application.php(392): yii\web\Application->handleRequest() #18 /var/www/lurex.in.ua/releases/20250319211410/public/frontend/index.php(29): yii\base\Application->run() #19 /var/www/lurex.in.ua/releases/20250319211410/public/frontend/index.php(30): {closure}() #20 {main} | |
198 | 01:15:21.013 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/exception.php | |
199 | 01:15:21.013 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
200 | 01:15:21.013 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
201 | 01:15:21.014 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
202 | 01:15:21.014 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
203 | 01:15:21.014 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
204 | 01:15:21.014 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
205 | 01:15:21.014 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
206 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
207 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
208 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
209 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
210 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
211 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
212 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
213 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
214 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
215 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
216 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
217 | 01:15:21.015 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
218 | 01:15:21.016 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
219 | 01:15:21.016 | trace | yii\base\View::renderFile | Rendering view file: /var/www/lurex.in.ua/shared/vendor/yiisoft/yii2/views/errorHandler/callStackItem.php | |
220 | 01:15:21.116 | < 100ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |