1 | 07:47:00.111 | | trace | yii\base\Module::getModule | Loading module: gii |
2 | 07:47:00.111 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
3 | 07:47:00.112 | | trace | yii\base\Module::getModule | Loading module: debug |
4 | 07:47:00.113 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
5 | 07:47:00.113 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
6 | 07:47:00.113 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
7 | 07:47:00.114 | | trace | yii\web\Application::handleRequest | Route requested: 'catalog/index' |
8 | 07:47:00.114 | | trace | yii\base\Controller::runAction | Route to run: catalog/index |
9 | 07:47:00.114 | | trace | yii\base\InlineAction::runWithParams | Running action: frontend\controllers\CatalogController::actionIndex() |
10 | 07:47:00.115 | | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=sculptured |
11 | 07:47:00.116 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` WHERE `slug`='pivobeers' |
12 | 07:47:00.116 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_categories` |
13 | 07:47:00.118 | | 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` = 'catalogue_categories' AND `kcu`.`TABLE_NAME` = 'catalogue_categories' |
14 | 07:47:00.119 | | info | yii\db\Command::query | SELECT COUNT(*) FROM `catalogue_items` LEFT JOIN `catalogue_items_to_categories` ON `catalogue_items`.`id` = `catalogue_items_to_categories`.`item_id` LEFT JOIN `catalogue_categories` ON `catalogue_items_to_categories`.`category_id` = `catalogue_categories`.`id` WHERE (`catalogue_items`.`is_active`=1) AND (`slug`='pivobeers') |
15 | 07:47:00.120 | | info | yii\db\Command::query | SELECT `catalogue_items`.* FROM `catalogue_items` LEFT JOIN `catalogue_items_to_categories` ON `catalogue_items`.`id` = `catalogue_items_to_categories`.`item_id` LEFT JOIN `catalogue_categories` ON `catalogue_items_to_categories`.`category_id` = `catalogue_categories`.`id` WHERE (`catalogue_items`.`is_active`=1) AND (`slug`='pivobeers') ORDER BY `catalogue_items`.`id` LIMIT 60 OFFSET 60 |
16 | 07:47:00.122 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_items` |
17 | 07:47:00.123 | | 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` = 'catalogue_items' AND `kcu`.`TABLE_NAME` = 'catalogue_items' |
18 | 07:47:00.126 | | info | yii\db\Command::query | SELECT `catalogue_items_to_categories`.* FROM `catalogue_items_to_categories` LEFT JOIN `catalogue_categories` ON `catalogue_items_to_categories`.`category_id` = `catalogue_categories`.`id` WHERE `catalogue_items_to_categories`.`item_id` IN (438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497) |
19 | 07:47:00.126 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_items_to_categories` |
20 | 07:47:00.127 | | 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` = 'catalogue_items_to_categories' AND `kcu`.`TABLE_NAME` = 'catalogue_items_to_categories' |
21 | 07:47:00.128 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` WHERE `id`=9 |
22 | 07:47:00.129 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/index.php |
23 | 07:47:00.130 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
24 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile thumb value /uploads/botchkas/botchka60.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_438.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_438_thumb.png (true) |
25 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
26 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile thumb url is /uploads/images/products/main_image_438_thumb.png |
27 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile value /uploads/botchkas/botchka60.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_438.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_438_.png (false) |
28 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
29 | 07:47:00.130 | | trace | application | ImageUploadBehave product 438 photo main_image profile url is /uploads/images/products/main_image_438.png |
30 | 07:47:00.130 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=438)) |
31 | 07:47:00.130 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
32 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile thumb value /uploads/botchkas/botchka61.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_439.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_439_thumb.png (true) |
33 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
34 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile thumb url is /uploads/images/products/main_image_439_thumb.png |
35 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile value /uploads/botchkas/botchka61.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_439.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_439_.png (false) |
36 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
37 | 07:47:00.131 | | trace | application | ImageUploadBehave product 439 photo main_image profile url is /uploads/images/products/main_image_439.png |
38 | 07:47:00.131 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=439)) |
39 | 07:47:00.131 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
40 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile thumb value /uploads/botchkas/botchka62.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_440.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_440_thumb.png (true) |
41 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
42 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile thumb url is /uploads/images/products/main_image_440_thumb.png |
43 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile value /uploads/botchkas/botchka62.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_440.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_440_.png (false) |
44 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
45 | 07:47:00.131 | | trace | application | ImageUploadBehave product 440 photo main_image profile url is /uploads/images/products/main_image_440.png |
46 | 07:47:00.132 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=440)) |
47 | 07:47:00.132 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
48 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile thumb value /uploads/botchkas/botchka63.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_441.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_441_thumb.png (true) |
49 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
50 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile thumb url is /uploads/images/products/main_image_441_thumb.png |
51 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile value /uploads/botchkas/botchka63.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_441.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_441_.png (false) |
52 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
53 | 07:47:00.132 | | trace | application | ImageUploadBehave product 441 photo main_image profile url is /uploads/images/products/main_image_441.png |
54 | 07:47:00.132 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=441)) |
55 | 07:47:00.132 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
56 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile thumb value /uploads/botchkas/botchka64.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_442.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_442_thumb.png (true) |
57 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
58 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile thumb url is /uploads/images/products/main_image_442_thumb.png |
59 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile value /uploads/botchkas/botchka64.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_442.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_442_.png (false) |
60 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
61 | 07:47:00.133 | | trace | application | ImageUploadBehave product 442 photo main_image profile url is /uploads/images/products/main_image_442.png |
62 | 07:47:00.133 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=442)) |
63 | 07:47:00.133 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
64 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile thumb value /uploads/botchkas/botchka65.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_443.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_443_thumb.png (true) |
65 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
66 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile thumb url is /uploads/images/products/main_image_443_thumb.png |
67 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile value /uploads/botchkas/botchka65.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_443.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_443_.png (false) |
68 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
69 | 07:47:00.133 | | trace | application | ImageUploadBehave product 443 photo main_image profile url is /uploads/images/products/main_image_443.png |
70 | 07:47:00.133 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=443)) |
71 | 07:47:00.134 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
72 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile thumb value /uploads/botchkas/botchka66.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_444.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_444_thumb.png (true) |
73 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
74 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile thumb url is /uploads/images/products/main_image_444_thumb.png |
75 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile value /uploads/botchkas/botchka66.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_444.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_444_.png (false) |
76 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
77 | 07:47:00.134 | | trace | application | ImageUploadBehave product 444 photo main_image profile url is /uploads/images/products/main_image_444.png |
78 | 07:47:00.134 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=444)) |
79 | 07:47:00.134 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
80 | 07:47:00.134 | | trace | application | ImageUploadBehave product 445 photo main_image profile thumb value /uploads/botchkas/botchka67.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_445.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_445_thumb.png (true) |
81 | 07:47:00.134 | | trace | application | ImageUploadBehave product 445 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
82 | 07:47:00.134 | | trace | application | ImageUploadBehave product 445 photo main_image profile thumb url is /uploads/images/products/main_image_445_thumb.png |
83 | 07:47:00.134 | | trace | application | ImageUploadBehave product 445 photo main_image profile value /uploads/botchkas/botchka67.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_445.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_445_.png (false) |
84 | 07:47:00.135 | | trace | application | ImageUploadBehave product 445 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
85 | 07:47:00.135 | | trace | application | ImageUploadBehave product 445 photo main_image profile url is /uploads/images/products/main_image_445.png |
86 | 07:47:00.135 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=445)) |
87 | 07:47:00.135 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
88 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile thumb value /uploads/botchkas/botchka68.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_446.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_446_thumb.png (true) |
89 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
90 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile thumb url is /uploads/images/products/main_image_446_thumb.png |
91 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile value /uploads/botchkas/botchka68.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_446.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_446_.png (false) |
92 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
93 | 07:47:00.135 | | trace | application | ImageUploadBehave product 446 photo main_image profile url is /uploads/images/products/main_image_446.png |
94 | 07:47:00.135 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=446)) |
95 | 07:47:00.136 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
96 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile thumb value /uploads/botchkas/botchka69.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_447.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_447_thumb.png (true) |
97 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
98 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile thumb url is /uploads/images/products/main_image_447_thumb.png |
99 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile value /uploads/botchkas/botchka69.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_447.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_447_.png (false) |
100 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
101 | 07:47:00.136 | | trace | application | ImageUploadBehave product 447 photo main_image profile url is /uploads/images/products/main_image_447.png |
102 | 07:47:00.136 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=447)) |
103 | 07:47:00.136 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
104 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile thumb value /uploads/botchkas/botchka70.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_448.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_448_thumb.png (true) |
105 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
106 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile thumb url is /uploads/images/products/main_image_448_thumb.png |
107 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile value /uploads/botchkas/botchka70.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_448.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_448_.png (false) |
108 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
109 | 07:47:00.136 | | trace | application | ImageUploadBehave product 448 photo main_image profile url is /uploads/images/products/main_image_448.png |
110 | 07:47:00.136 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=448)) |
111 | 07:47:00.137 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
112 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile thumb value /uploads/botchkas/botchka71.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_449.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_449_thumb.png (true) |
113 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
114 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile thumb url is /uploads/images/products/main_image_449_thumb.png |
115 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile value /uploads/botchkas/botchka71.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_449.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_449_.png (false) |
116 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
117 | 07:47:00.137 | | trace | application | ImageUploadBehave product 449 photo main_image profile url is /uploads/images/products/main_image_449.png |
118 | 07:47:00.137 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=449)) |
119 | 07:47:00.137 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
120 | 07:47:00.137 | | trace | application | ImageUploadBehave product 450 photo main_image profile thumb value /uploads/botchkas/botchka72.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_450.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_450_thumb.png (true) |
121 | 07:47:00.137 | | trace | application | ImageUploadBehave product 450 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
122 | 07:47:00.138 | | trace | application | ImageUploadBehave product 450 photo main_image profile thumb url is /uploads/images/products/main_image_450_thumb.png |
123 | 07:47:00.138 | | trace | application | ImageUploadBehave product 450 photo main_image profile value /uploads/botchkas/botchka72.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_450.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_450_.png (false) |
124 | 07:47:00.138 | | trace | application | ImageUploadBehave product 450 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
125 | 07:47:00.138 | | trace | application | ImageUploadBehave product 450 photo main_image profile url is /uploads/images/products/main_image_450.png |
126 | 07:47:00.138 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=450)) |
127 | 07:47:00.138 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
128 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile thumb value /uploads/botchkas/botchka73.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_451.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_451_thumb.png (true) |
129 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
130 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile thumb url is /uploads/images/products/main_image_451_thumb.png |
131 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile value /uploads/botchkas/botchka73.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_451.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_451_.png (false) |
132 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
133 | 07:47:00.138 | | trace | application | ImageUploadBehave product 451 photo main_image profile url is /uploads/images/products/main_image_451.png |
134 | 07:47:00.138 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=451)) |
135 | 07:47:00.139 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
136 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile thumb value /uploads/botchkas/botchka74.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_452.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_452_thumb.png (true) |
137 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
138 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile thumb url is /uploads/images/products/main_image_452_thumb.png |
139 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile value /uploads/botchkas/botchka74.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_452.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_452_.png (false) |
140 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
141 | 07:47:00.139 | | trace | application | ImageUploadBehave product 452 photo main_image profile url is /uploads/images/products/main_image_452.png |
142 | 07:47:00.139 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=452)) |
143 | 07:47:00.139 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
144 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile thumb value /uploads/botchkas/botchka75.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_453.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_453_thumb.png (true) |
145 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
146 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile thumb url is /uploads/images/products/main_image_453_thumb.png |
147 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile value /uploads/botchkas/botchka75.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_453.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_453_.png (false) |
148 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
149 | 07:47:00.139 | | trace | application | ImageUploadBehave product 453 photo main_image profile url is /uploads/images/products/main_image_453.png |
150 | 07:47:00.140 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=453)) |
151 | 07:47:00.140 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
152 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile thumb value /uploads/botchkas/botchka76.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_454.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_454_thumb.png (true) |
153 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
154 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile thumb url is /uploads/images/products/main_image_454_thumb.png |
155 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile value /uploads/botchkas/botchka76.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_454.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_454_.png (false) |
156 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
157 | 07:47:00.140 | | trace | application | ImageUploadBehave product 454 photo main_image profile url is /uploads/images/products/main_image_454.png |
158 | 07:47:00.140 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=454)) |
159 | 07:47:00.140 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
160 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile thumb value /uploads/botchkas/botchka77.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_455.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_455_thumb.png (true) |
161 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
162 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile thumb url is /uploads/images/products/main_image_455_thumb.png |
163 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile value /uploads/botchkas/botchka77.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_455.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_455_.png (false) |
164 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
165 | 07:47:00.141 | | trace | application | ImageUploadBehave product 455 photo main_image profile url is /uploads/images/products/main_image_455.png |
166 | 07:47:00.141 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=455)) |
167 | 07:47:00.141 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
168 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile thumb value /uploads/botchkas/botchka78.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_456.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_456_thumb.png (true) |
169 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
170 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile thumb url is /uploads/images/products/main_image_456_thumb.png |
171 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile value /uploads/botchkas/botchka78.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_456.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_456_.png (false) |
172 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
173 | 07:47:00.141 | | trace | application | ImageUploadBehave product 456 photo main_image profile url is /uploads/images/products/main_image_456.png |
174 | 07:47:00.141 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=456)) |
175 | 07:47:00.142 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
176 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile thumb value /uploads/botchkas/botchka79.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_457.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_457_thumb.png (true) |
177 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
178 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile thumb url is /uploads/images/products/main_image_457_thumb.png |
179 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile value /uploads/botchkas/botchka79.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_457.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_457_.png (false) |
180 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
181 | 07:47:00.142 | | trace | application | ImageUploadBehave product 457 photo main_image profile url is /uploads/images/products/main_image_457.png |
182 | 07:47:00.142 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=457)) |
183 | 07:47:00.142 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
184 | 07:47:00.142 | | trace | application | ImageUploadBehave product 458 photo main_image profile thumb value /uploads/botchkas/botchka80.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_458.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_458_thumb.png (true) |
185 | 07:47:00.142 | | trace | application | ImageUploadBehave product 458 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
186 | 07:47:00.142 | | trace | application | ImageUploadBehave product 458 photo main_image profile thumb url is /uploads/images/products/main_image_458_thumb.png |
187 | 07:47:00.142 | | trace | application | ImageUploadBehave product 458 photo main_image profile value /uploads/botchkas/botchka80.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_458.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_458_.png (false) |
188 | 07:47:00.143 | | trace | application | ImageUploadBehave product 458 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
189 | 07:47:00.143 | | trace | application | ImageUploadBehave product 458 photo main_image profile url is /uploads/images/products/main_image_458.png |
190 | 07:47:00.143 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=458)) |
191 | 07:47:00.143 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
192 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile thumb value /uploads/botchkas/botchka81.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_459.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_459_thumb.png (true) |
193 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
194 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile thumb url is /uploads/images/products/main_image_459_thumb.png |
195 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile value /uploads/botchkas/botchka81.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_459.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_459_.png (false) |
196 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
197 | 07:47:00.143 | | trace | application | ImageUploadBehave product 459 photo main_image profile url is /uploads/images/products/main_image_459.png |
198 | 07:47:00.143 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=459)) |
199 | 07:47:00.144 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
200 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile thumb value /uploads/botchkas/botchka82.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_460.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_460_thumb.png (true) |
201 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
202 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile thumb url is /uploads/images/products/main_image_460_thumb.png |
203 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile value /uploads/botchkas/botchka82.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_460.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_460_.png (false) |
204 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
205 | 07:47:00.144 | | trace | application | ImageUploadBehave product 460 photo main_image profile url is /uploads/images/products/main_image_460.png |
206 | 07:47:00.144 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=460)) |
207 | 07:47:00.144 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
208 | 07:47:00.144 | | trace | application | ImageUploadBehave product 461 photo main_image profile thumb value /uploads/botchkas/botchka83.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_461.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_461_thumb.png (true) |
209 | 07:47:00.144 | | trace | application | ImageUploadBehave product 461 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
210 | 07:47:00.145 | | trace | application | ImageUploadBehave product 461 photo main_image profile thumb url is /uploads/images/products/main_image_461_thumb.png |
211 | 07:47:00.145 | | trace | application | ImageUploadBehave product 461 photo main_image profile value /uploads/botchkas/botchka83.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_461.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_461_.png (false) |
212 | 07:47:00.145 | | trace | application | ImageUploadBehave product 461 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
213 | 07:47:00.145 | | trace | application | ImageUploadBehave product 461 photo main_image profile url is /uploads/images/products/main_image_461.png |
214 | 07:47:00.145 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=461)) |
215 | 07:47:00.145 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
216 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile thumb value /uploads/botchkas/botchka84.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_462.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_462_thumb.png (true) |
217 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
218 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile thumb url is /uploads/images/products/main_image_462_thumb.png |
219 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile value /uploads/botchkas/botchka84.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_462.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_462_.png (false) |
220 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
221 | 07:47:00.145 | | trace | application | ImageUploadBehave product 462 photo main_image profile url is /uploads/images/products/main_image_462.png |
222 | 07:47:00.145 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=462)) |
223 | 07:47:00.146 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
224 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile thumb value /uploads/botchkas/botchka85.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_463.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_463_thumb.png (true) |
225 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
226 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile thumb url is /uploads/images/products/main_image_463_thumb.png |
227 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile value /uploads/botchkas/botchka85.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_463.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_463_.png (false) |
228 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
229 | 07:47:00.146 | | trace | application | ImageUploadBehave product 463 photo main_image profile url is /uploads/images/products/main_image_463.png |
230 | 07:47:00.146 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=463)) |
231 | 07:47:00.146 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
232 | 07:47:00.146 | | trace | application | ImageUploadBehave product 464 photo main_image profile thumb value /uploads/botchkas/botchka86.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_464.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_464_thumb.png (true) |
233 | 07:47:00.146 | | trace | application | ImageUploadBehave product 464 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
234 | 07:47:00.146 | | trace | application | ImageUploadBehave product 464 photo main_image profile thumb url is /uploads/images/products/main_image_464_thumb.png |
235 | 07:47:00.147 | | trace | application | ImageUploadBehave product 464 photo main_image profile value /uploads/botchkas/botchka86.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_464.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_464_.png (false) |
236 | 07:47:00.147 | | trace | application | ImageUploadBehave product 464 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
237 | 07:47:00.147 | | trace | application | ImageUploadBehave product 464 photo main_image profile url is /uploads/images/products/main_image_464.png |
238 | 07:47:00.147 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=464)) |
239 | 07:47:00.147 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
240 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile thumb value /uploads/botchkas/botchka87.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_465.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_465_thumb.png (true) |
241 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
242 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile thumb url is /uploads/images/products/main_image_465_thumb.png |
243 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile value /uploads/botchkas/botchka87.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_465.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_465_.png (false) |
244 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
245 | 07:47:00.147 | | trace | application | ImageUploadBehave product 465 photo main_image profile url is /uploads/images/products/main_image_465.png |
246 | 07:47:00.147 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=465)) |
247 | 07:47:00.148 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
248 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile thumb value /uploads/botchkas/botchka88.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_466.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_466_thumb.png (true) |
249 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
250 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile thumb url is /uploads/images/products/main_image_466_thumb.png |
251 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile value /uploads/botchkas/botchka88.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_466.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_466_.png (false) |
252 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
253 | 07:47:00.148 | | trace | application | ImageUploadBehave product 466 photo main_image profile url is /uploads/images/products/main_image_466.png |
254 | 07:47:00.148 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=466)) |
255 | 07:47:00.148 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
256 | 07:47:00.148 | | trace | application | ImageUploadBehave product 467 photo main_image profile thumb value /uploads/botchkas/botchka89.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_467.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_467_thumb.png (true) |
257 | 07:47:00.148 | | trace | application | ImageUploadBehave product 467 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
258 | 07:47:00.148 | | trace | application | ImageUploadBehave product 467 photo main_image profile thumb url is /uploads/images/products/main_image_467_thumb.png |
259 | 07:47:00.148 | | trace | application | ImageUploadBehave product 467 photo main_image profile value /uploads/botchkas/botchka89.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_467.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_467_.png (false) |
260 | 07:47:00.148 | | trace | application | ImageUploadBehave product 467 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
261 | 07:47:00.149 | | trace | application | ImageUploadBehave product 467 photo main_image profile url is /uploads/images/products/main_image_467.png |
262 | 07:47:00.149 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=467)) |
263 | 07:47:00.149 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
264 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile thumb value /uploads/botchkas/botchka90.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_468.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_468_thumb.png (true) |
265 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
266 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile thumb url is /uploads/images/products/main_image_468_thumb.png |
267 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile value /uploads/botchkas/botchka90.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_468.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_468_.png (false) |
268 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
269 | 07:47:00.149 | | trace | application | ImageUploadBehave product 468 photo main_image profile url is /uploads/images/products/main_image_468.png |
270 | 07:47:00.149 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=468)) |
271 | 07:47:00.149 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
272 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile thumb value /uploads/botchkas/botchka91.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_469.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_469_thumb.png (true) |
273 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
274 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile thumb url is /uploads/images/products/main_image_469_thumb.png |
275 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile value /uploads/botchkas/botchka91.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_469.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_469_.png (false) |
276 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
277 | 07:47:00.150 | | trace | application | ImageUploadBehave product 469 photo main_image profile url is /uploads/images/products/main_image_469.png |
278 | 07:47:00.150 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=469)) |
279 | 07:47:00.150 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
280 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile thumb value /uploads/botchkas/botchka92.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_470.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_470_thumb.png (true) |
281 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
282 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile thumb url is /uploads/images/products/main_image_470_thumb.png |
283 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile value /uploads/botchkas/botchka92.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_470.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_470_.png (false) |
284 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
285 | 07:47:00.150 | | trace | application | ImageUploadBehave product 470 photo main_image profile url is /uploads/images/products/main_image_470.png |
286 | 07:47:00.150 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=470)) |
287 | 07:47:00.151 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
288 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile thumb value /uploads/botchkas/botchka93.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_471.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_471_thumb.png (true) |
289 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
290 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile thumb url is /uploads/images/products/main_image_471_thumb.png |
291 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile value /uploads/botchkas/botchka93.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_471.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_471_.png (false) |
292 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
293 | 07:47:00.151 | | trace | application | ImageUploadBehave product 471 photo main_image profile url is /uploads/images/products/main_image_471.png |
294 | 07:47:00.151 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=471)) |
295 | 07:47:00.151 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
296 | 07:47:00.151 | | trace | application | ImageUploadBehave product 472 photo main_image profile thumb value /uploads/botchkas/botchka94.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_472.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_472_thumb.png (true) |
297 | 07:47:00.151 | | trace | application | ImageUploadBehave product 472 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
298 | 07:47:00.151 | | trace | application | ImageUploadBehave product 472 photo main_image profile thumb url is /uploads/images/products/main_image_472_thumb.png |
299 | 07:47:00.152 | | trace | application | ImageUploadBehave product 472 photo main_image profile value /uploads/botchkas/botchka94.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_472.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_472_.png (false) |
300 | 07:47:00.152 | | trace | application | ImageUploadBehave product 472 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
301 | 07:47:00.152 | | trace | application | ImageUploadBehave product 472 photo main_image profile url is /uploads/images/products/main_image_472.png |
302 | 07:47:00.152 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=472)) |
303 | 07:47:00.152 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
304 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile thumb value /uploads/botchkas/botchka95.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_473.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_473_thumb.png (true) |
305 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
306 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile thumb url is /uploads/images/products/main_image_473_thumb.png |
307 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile value /uploads/botchkas/botchka95.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_473.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_473_.png (false) |
308 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
309 | 07:47:00.152 | | trace | application | ImageUploadBehave product 473 photo main_image profile url is /uploads/images/products/main_image_473.png |
310 | 07:47:00.153 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=473)) |
311 | 07:47:00.153 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
312 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile thumb value /uploads/botchkas/botchka96.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_474.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_474_thumb.png (true) |
313 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
314 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile thumb url is /uploads/images/products/main_image_474_thumb.png |
315 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile value /uploads/botchkas/botchka96.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_474.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_474_.png (false) |
316 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
317 | 07:47:00.153 | | trace | application | ImageUploadBehave product 474 photo main_image profile url is /uploads/images/products/main_image_474.png |
318 | 07:47:00.154 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=474)) |
319 | 07:47:00.154 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
320 | 07:47:00.154 | | trace | application | ImageUploadBehave product 475 photo main_image profile thumb value /uploads/botchkas/botchka97.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_475.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_475_thumb.png (true) |
321 | 07:47:00.154 | | trace | application | ImageUploadBehave product 475 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
322 | 07:47:00.154 | | trace | application | ImageUploadBehave product 475 photo main_image profile thumb url is /uploads/images/products/main_image_475_thumb.png |
323 | 07:47:00.154 | | trace | application | ImageUploadBehave product 475 photo main_image profile value /uploads/botchkas/botchka97.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_475.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_475_.png (false) |
324 | 07:47:00.154 | | trace | application | ImageUploadBehave product 475 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
325 | 07:47:00.155 | | trace | application | ImageUploadBehave product 475 photo main_image profile url is /uploads/images/products/main_image_475.png |
326 | 07:47:00.155 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=475)) |
327 | 07:47:00.155 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
328 | 07:47:00.155 | | trace | application | ImageUploadBehave product 476 photo main_image profile thumb value /uploads/botchkas/botchka98.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_476.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_476_thumb.png (true) |
329 | 07:47:00.155 | | trace | application | ImageUploadBehave product 476 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
330 | 07:47:00.155 | | trace | application | ImageUploadBehave product 476 photo main_image profile thumb url is /uploads/images/products/main_image_476_thumb.png |
331 | 07:47:00.156 | | trace | application | ImageUploadBehave product 476 photo main_image profile value /uploads/botchkas/botchka98.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_476.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_476_.png (false) |
332 | 07:47:00.156 | | trace | application | ImageUploadBehave product 476 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
333 | 07:47:00.156 | | trace | application | ImageUploadBehave product 476 photo main_image profile url is /uploads/images/products/main_image_476.png |
334 | 07:47:00.156 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=476)) |
335 | 07:47:00.156 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
336 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile thumb value /uploads/botchkas/botchka99.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_477.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_477_thumb.png (true) |
337 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
338 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile thumb url is /uploads/images/products/main_image_477_thumb.png |
339 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile value /uploads/botchkas/botchka99.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_477.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_477_.png (false) |
340 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
341 | 07:47:00.156 | | trace | application | ImageUploadBehave product 477 photo main_image profile url is /uploads/images/products/main_image_477.png |
342 | 07:47:00.157 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=477)) |
343 | 07:47:00.157 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
344 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile thumb value /uploads/botchkas/botchka100.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_478.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_478_thumb.png (true) |
345 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
346 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile thumb url is /uploads/images/products/main_image_478_thumb.png |
347 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile value /uploads/botchkas/botchka100.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_478.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_478_.png (false) |
348 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
349 | 07:47:00.157 | | trace | application | ImageUploadBehave product 478 photo main_image profile url is /uploads/images/products/main_image_478.png |
350 | 07:47:00.157 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=478)) |
351 | 07:47:00.157 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
352 | 07:47:00.157 | | trace | application | ImageUploadBehave product 479 photo main_image profile thumb value /uploads/botchkas/botchka101.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_479.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_479_thumb.png (true) |
353 | 07:47:00.158 | | trace | application | ImageUploadBehave product 479 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
354 | 07:47:00.158 | | trace | application | ImageUploadBehave product 479 photo main_image profile thumb url is /uploads/images/products/main_image_479_thumb.png |
355 | 07:47:00.158 | | trace | application | ImageUploadBehave product 479 photo main_image profile value /uploads/botchkas/botchka101.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_479.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_479_.png (false) |
356 | 07:47:00.158 | | trace | application | ImageUploadBehave product 479 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
357 | 07:47:00.158 | | trace | application | ImageUploadBehave product 479 photo main_image profile url is /uploads/images/products/main_image_479.png |
358 | 07:47:00.158 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=479)) |
359 | 07:47:00.158 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
360 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile thumb value /uploads/botchkas/botchka102.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_480.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_480_thumb.png (true) |
361 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
362 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile thumb url is /uploads/images/products/main_image_480_thumb.png |
363 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile value /uploads/botchkas/botchka102.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_480.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_480_.png (false) |
364 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
365 | 07:47:00.158 | | trace | application | ImageUploadBehave product 480 photo main_image profile url is /uploads/images/products/main_image_480.png |
366 | 07:47:00.158 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=480)) |
367 | 07:47:00.159 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
368 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile thumb value /uploads/botchkas/botchka103.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_481.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_481_thumb.png (true) |
369 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
370 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile thumb url is /uploads/images/products/main_image_481_thumb.png |
371 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile value /uploads/botchkas/botchka103.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_481.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_481_.png (false) |
372 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
373 | 07:47:00.159 | | trace | application | ImageUploadBehave product 481 photo main_image profile url is /uploads/images/products/main_image_481.png |
374 | 07:47:00.159 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=481)) |
375 | 07:47:00.159 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
376 | 07:47:00.159 | | trace | application | ImageUploadBehave product 482 photo main_image profile thumb value /uploads/botchkas/botchka104.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_482.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_482_thumb.png (true) |
377 | 07:47:00.159 | | trace | application | ImageUploadBehave product 482 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
378 | 07:47:00.159 | | trace | application | ImageUploadBehave product 482 photo main_image profile thumb url is /uploads/images/products/main_image_482_thumb.png |
379 | 07:47:00.159 | | trace | application | ImageUploadBehave product 482 photo main_image profile value /uploads/botchkas/botchka104.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_482.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_482_.png (false) |
380 | 07:47:00.160 | | trace | application | ImageUploadBehave product 482 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
381 | 07:47:00.160 | | trace | application | ImageUploadBehave product 482 photo main_image profile url is /uploads/images/products/main_image_482.png |
382 | 07:47:00.160 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=482)) |
383 | 07:47:00.160 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
384 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile thumb value /uploads/botchkas/botchka105.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_483.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_483_thumb.png (true) |
385 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
386 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile thumb url is /uploads/images/products/main_image_483_thumb.png |
387 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile value /uploads/botchkas/botchka105.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_483.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_483_.png (false) |
388 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
389 | 07:47:00.160 | | trace | application | ImageUploadBehave product 483 photo main_image profile url is /uploads/images/products/main_image_483.png |
390 | 07:47:00.160 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=483)) |
391 | 07:47:00.161 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
392 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile thumb value /uploads/botchkas/botchka106.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_484.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_484_thumb.png (true) |
393 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
394 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile thumb url is /uploads/images/products/main_image_484_thumb.png |
395 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile value /uploads/botchkas/botchka106.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_484.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_484_.png (false) |
396 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
397 | 07:47:00.161 | | trace | application | ImageUploadBehave product 484 photo main_image profile url is /uploads/images/products/main_image_484.png |
398 | 07:47:00.161 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=484)) |
399 | 07:47:00.161 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
400 | 07:47:00.161 | | trace | application | ImageUploadBehave product 485 photo main_image profile thumb value /uploads/botchkas/botchka107.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_485.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_485_thumb.png (true) |
401 | 07:47:00.162 | | trace | application | ImageUploadBehave product 485 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
402 | 07:47:00.162 | | trace | application | ImageUploadBehave product 485 photo main_image profile thumb url is /uploads/images/products/main_image_485_thumb.png |
403 | 07:47:00.162 | | trace | application | ImageUploadBehave product 485 photo main_image profile value /uploads/botchkas/botchka107.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_485.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_485_.png (false) |
404 | 07:47:00.162 | | trace | application | ImageUploadBehave product 485 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
405 | 07:47:00.162 | | trace | application | ImageUploadBehave product 485 photo main_image profile url is /uploads/images/products/main_image_485.png |
406 | 07:47:00.162 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=485)) |
407 | 07:47:00.162 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
408 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile thumb value /uploads/botchkas/botchka108.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_486.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_486_thumb.png (true) |
409 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
410 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile thumb url is /uploads/images/products/main_image_486_thumb.png |
411 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile value /uploads/botchkas/botchka108.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_486.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_486_.png (false) |
412 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
413 | 07:47:00.162 | | trace | application | ImageUploadBehave product 486 photo main_image profile url is /uploads/images/products/main_image_486.png |
414 | 07:47:00.162 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=486)) |
415 | 07:47:00.163 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
416 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile thumb value /uploads/botchkas/botchka109.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_487.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_487_thumb.png (true) |
417 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
418 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile thumb url is /uploads/images/products/main_image_487_thumb.png |
419 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile value /uploads/botchkas/botchka109.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_487.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_487_.png (false) |
420 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
421 | 07:47:00.163 | | trace | application | ImageUploadBehave product 487 photo main_image profile url is /uploads/images/products/main_image_487.png |
422 | 07:47:00.163 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=487)) |
423 | 07:47:00.164 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
424 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile thumb value /uploads/botchkas/botchka110.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_488.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_488_thumb.png (true) |
425 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
426 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile thumb url is /uploads/images/products/main_image_488_thumb.png |
427 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile value /uploads/botchkas/botchka110.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_488.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_488_.png (false) |
428 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
429 | 07:47:00.164 | | trace | application | ImageUploadBehave product 488 photo main_image profile url is /uploads/images/products/main_image_488.png |
430 | 07:47:00.164 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=488)) |
431 | 07:47:00.164 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
432 | 07:47:00.164 | | trace | application | ImageUploadBehave product 489 photo main_image profile thumb value /uploads/botchkas/botchka111.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_489.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_489_thumb.png (true) |
433 | 07:47:00.164 | | trace | application | ImageUploadBehave product 489 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
434 | 07:47:00.164 | | trace | application | ImageUploadBehave product 489 photo main_image profile thumb url is /uploads/images/products/main_image_489_thumb.png |
435 | 07:47:00.165 | | trace | application | ImageUploadBehave product 489 photo main_image profile value /uploads/botchkas/botchka111.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_489.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_489_.png (false) |
436 | 07:47:00.165 | | trace | application | ImageUploadBehave product 489 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
437 | 07:47:00.165 | | trace | application | ImageUploadBehave product 489 photo main_image profile url is /uploads/images/products/main_image_489.png |
438 | 07:47:00.165 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=489)) |
439 | 07:47:00.165 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
440 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile thumb value /uploads/botchkas/botchka112.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_490.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_490_thumb.png (true) |
441 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
442 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile thumb url is /uploads/images/products/main_image_490_thumb.png |
443 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile value /uploads/botchkas/botchka112.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_490.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_490_.png (false) |
444 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
445 | 07:47:00.165 | | trace | application | ImageUploadBehave product 490 photo main_image profile url is /uploads/images/products/main_image_490.png |
446 | 07:47:00.165 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=490)) |
447 | 07:47:00.166 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
448 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile thumb value /uploads/botchkas/botchka113.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_491.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_491_thumb.png (true) |
449 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
450 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile thumb url is /uploads/images/products/main_image_491_thumb.png |
451 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile value /uploads/botchkas/botchka113.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_491.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_491_.png (false) |
452 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
453 | 07:47:00.166 | | trace | application | ImageUploadBehave product 491 photo main_image profile url is /uploads/images/products/main_image_491.png |
454 | 07:47:00.166 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=491)) |
455 | 07:47:00.166 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
456 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile thumb value /uploads/botchkas/botchka114.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_492.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_492_thumb.png (true) |
457 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
458 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile thumb url is /uploads/images/products/main_image_492_thumb.png |
459 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile value /uploads/botchkas/botchka114.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_492.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_492_.png (false) |
460 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
461 | 07:47:00.167 | | trace | application | ImageUploadBehave product 492 photo main_image profile url is /uploads/images/products/main_image_492.png |
462 | 07:47:00.167 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=492)) |
463 | 07:47:00.167 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
464 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile thumb value /uploads/botchkas/botchka115.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_493.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_493_thumb.png (true) |
465 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
466 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile thumb url is /uploads/images/products/main_image_493_thumb.png |
467 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile value /uploads/botchkas/botchka115.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_493.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_493_.png (false) |
468 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
469 | 07:47:00.167 | | trace | application | ImageUploadBehave product 493 photo main_image profile url is /uploads/images/products/main_image_493.png |
470 | 07:47:00.168 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=493)) |
471 | 07:47:00.168 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
472 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile thumb value /uploads/botchkas/botchka116.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_494.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_494_thumb.png (true) |
473 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
474 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile thumb url is /uploads/images/products/main_image_494_thumb.png |
475 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile value /uploads/botchkas/botchka116.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_494.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_494_.png (false) |
476 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
477 | 07:47:00.168 | | trace | application | ImageUploadBehave product 494 photo main_image profile url is /uploads/images/products/main_image_494.png |
478 | 07:47:00.168 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=494)) |
479 | 07:47:00.169 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
480 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile thumb value /uploads/botchkas/botchka117.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_495.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_495_thumb.png (true) |
481 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
482 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile thumb url is /uploads/images/products/main_image_495_thumb.png |
483 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile value /uploads/botchkas/botchka117.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_495.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_495_.png (false) |
484 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
485 | 07:47:00.169 | | trace | application | ImageUploadBehave product 495 photo main_image profile url is /uploads/images/products/main_image_495.png |
486 | 07:47:00.169 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=495)) |
487 | 07:47:00.169 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
488 | 07:47:00.169 | | trace | application | ImageUploadBehave product 496 photo main_image profile thumb value /uploads/botchkas/botchka118.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_496.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_496_thumb.png (true) |
489 | 07:47:00.169 | | trace | application | ImageUploadBehave product 496 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
490 | 07:47:00.169 | | trace | application | ImageUploadBehave product 496 photo main_image profile thumb url is /uploads/images/products/main_image_496_thumb.png |
491 | 07:47:00.170 | | trace | application | ImageUploadBehave product 496 photo main_image profile value /uploads/botchkas/botchka118.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_496.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_496_.png (false) |
492 | 07:47:00.170 | | trace | application | ImageUploadBehave product 496 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
493 | 07:47:00.170 | | trace | application | ImageUploadBehave product 496 photo main_image profile url is /uploads/images/products/main_image_496.png |
494 | 07:47:00.170 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=496)) |
495 | 07:47:00.170 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
496 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile thumb value /uploads/botchkas/botchka119.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_497.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_497_thumb.png (true) |
497 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
498 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile thumb url is /uploads/images/products/main_image_497_thumb.png |
499 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile value /uploads/botchkas/botchka119.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_497.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_497_.png (false) |
500 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
501 | 07:47:00.170 | | trace | application | ImageUploadBehave product 497 photo main_image profile url is /uploads/images/products/main_image_497.png |
502 | 07:47:00.170 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=497)) |
503 | 07:47:00.171 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/layouts/main.php |
504 | 07:47:00.172 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` |
505 | 07:47:00.173 | | info | yii\db\Command::query | SELECT COUNT(*) FROM `carts` WHERE `session_id`='' |
506 | 07:47:00.173 | | info | yii\web\Session::open | Session started |