1 | 06:55:28.358 | | trace | yii\base\Module::getModule | Loading module: gii |
2 | 06:55:28.358 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
3 | 06:55:28.358 | | trace | yii\base\Module::getModule | Loading module: debug |
4 | 06:55:28.359 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
5 | 06:55:28.359 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
6 | 06:55:28.359 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
7 | 06:55:28.360 | | trace | yii\web\Application::handleRequest | Route requested: 'catalog/index' |
8 | 06:55:28.360 | | trace | yii\base\Controller::runAction | Route to run: catalog/index |
9 | 06:55:28.360 | | trace | yii\base\InlineAction::runWithParams | Running action: frontend\controllers\CatalogController::actionIndex() |
10 | 06:55:28.360 | | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=sculptured |
11 | 06:55:28.361 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` WHERE `slug`='pivobeers' |
12 | 06:55:28.362 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_categories` |
13 | 06:55:28.363 | | 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 | 06:55:28.364 | | 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 | 06:55:28.365 | | 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 |
16 | 06:55:28.366 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_items` |
17 | 06:55:28.367 | | 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 | 06:55:28.369 | | 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 (378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437) |
19 | 06:55:28.370 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `catalogue_items_to_categories` |
20 | 06:55:28.371 | | 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 | 06:55:28.372 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` WHERE `id`=9 |
22 | 06:55:28.373 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/index.php |
23 | 06:55:28.373 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
24 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile thumb value /uploads/botchkas/botchka0.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_378.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_378_thumb.png (true) |
25 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
26 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile thumb url is /uploads/images/products/main_image_378_thumb.png |
27 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile value /uploads/botchkas/botchka0.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_378.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_378_.png (false) |
28 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
29 | 06:55:28.374 | | trace | application | ImageUploadBehave product 378 photo main_image profile url is /uploads/images/products/main_image_378.png |
30 | 06:55:28.374 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=378)) |
31 | 06:55:28.374 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
32 | 06:55:28.374 | | trace | application | ImageUploadBehave product 379 photo main_image profile thumb value /uploads/botchkas/botchka1.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_379.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_379_thumb.png (true) |
33 | 06:55:28.374 | | trace | application | ImageUploadBehave product 379 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
34 | 06:55:28.374 | | trace | application | ImageUploadBehave product 379 photo main_image profile thumb url is /uploads/images/products/main_image_379_thumb.png |
35 | 06:55:28.375 | | trace | application | ImageUploadBehave product 379 photo main_image profile value /uploads/botchkas/botchka1.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_379.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_379_.png (false) |
36 | 06:55:28.375 | | trace | application | ImageUploadBehave product 379 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
37 | 06:55:28.375 | | trace | application | ImageUploadBehave product 379 photo main_image profile url is /uploads/images/products/main_image_379.png |
38 | 06:55:28.375 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=379)) |
39 | 06:55:28.375 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
40 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile thumb value /uploads/botchkas/botchka2.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_380.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_380_thumb.png (true) |
41 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
42 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile thumb url is /uploads/images/products/main_image_380_thumb.png |
43 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile value /uploads/botchkas/botchka2.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_380.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_380_.png (false) |
44 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
45 | 06:55:28.375 | | trace | application | ImageUploadBehave product 380 photo main_image profile url is /uploads/images/products/main_image_380.png |
46 | 06:55:28.375 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=380)) |
47 | 06:55:28.376 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
48 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile thumb value /uploads/botchkas/botchka3.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_381.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_381_thumb.png (true) |
49 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
50 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile thumb url is /uploads/images/products/main_image_381_thumb.png |
51 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile value /uploads/botchkas/botchka3.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_381.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_381_.png (false) |
52 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
53 | 06:55:28.376 | | trace | application | ImageUploadBehave product 381 photo main_image profile url is /uploads/images/products/main_image_381.png |
54 | 06:55:28.376 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=381)) |
55 | 06:55:28.376 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
56 | 06:55:28.376 | | trace | application | ImageUploadBehave product 382 photo main_image profile thumb value /uploads/botchkas/botchka4.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_382.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_382_thumb.png (true) |
57 | 06:55:28.376 | | trace | application | ImageUploadBehave product 382 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
58 | 06:55:28.376 | | trace | application | ImageUploadBehave product 382 photo main_image profile thumb url is /uploads/images/products/main_image_382_thumb.png |
59 | 06:55:28.376 | | trace | application | ImageUploadBehave product 382 photo main_image profile value /uploads/botchkas/botchka4.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_382.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_382_.png (false) |
60 | 06:55:28.377 | | trace | application | ImageUploadBehave product 382 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
61 | 06:55:28.377 | | trace | application | ImageUploadBehave product 382 photo main_image profile url is /uploads/images/products/main_image_382.png |
62 | 06:55:28.377 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=382)) |
63 | 06:55:28.377 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
64 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile thumb value /uploads/botchkas/botchka5.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_383.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_383_thumb.png (true) |
65 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
66 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile thumb url is /uploads/images/products/main_image_383_thumb.png |
67 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile value /uploads/botchkas/botchka5.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_383.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_383_.png (false) |
68 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
69 | 06:55:28.377 | | trace | application | ImageUploadBehave product 383 photo main_image profile url is /uploads/images/products/main_image_383.png |
70 | 06:55:28.377 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=383)) |
71 | 06:55:28.377 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
72 | 06:55:28.377 | | trace | application | ImageUploadBehave product 384 photo main_image profile thumb value /uploads/botchkas/botchka6.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_384.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_384_thumb.png (true) |
73 | 06:55:28.378 | | trace | application | ImageUploadBehave product 384 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
74 | 06:55:28.378 | | trace | application | ImageUploadBehave product 384 photo main_image profile thumb url is /uploads/images/products/main_image_384_thumb.png |
75 | 06:55:28.378 | | trace | application | ImageUploadBehave product 384 photo main_image profile value /uploads/botchkas/botchka6.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_384.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_384_.png (false) |
76 | 06:55:28.378 | | trace | application | ImageUploadBehave product 384 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
77 | 06:55:28.378 | | trace | application | ImageUploadBehave product 384 photo main_image profile url is /uploads/images/products/main_image_384.png |
78 | 06:55:28.378 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=384)) |
79 | 06:55:28.378 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
80 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile thumb value /uploads/botchkas/botchka7.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_385.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_385_thumb.png (true) |
81 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
82 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile thumb url is /uploads/images/products/main_image_385_thumb.png |
83 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile value /uploads/botchkas/botchka7.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_385.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_385_.png (false) |
84 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
85 | 06:55:28.378 | | trace | application | ImageUploadBehave product 385 photo main_image profile url is /uploads/images/products/main_image_385.png |
86 | 06:55:28.378 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=385)) |
87 | 06:55:28.379 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
88 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile thumb value /uploads/botchkas/botchka8.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_386.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_386_thumb.png (true) |
89 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
90 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile thumb url is /uploads/images/products/main_image_386_thumb.png |
91 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile value /uploads/botchkas/botchka8.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_386.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_386_.png (false) |
92 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
93 | 06:55:28.379 | | trace | application | ImageUploadBehave product 386 photo main_image profile url is /uploads/images/products/main_image_386.png |
94 | 06:55:28.379 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=386)) |
95 | 06:55:28.379 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
96 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile thumb value /uploads/botchkas/botchka9.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_387.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_387_thumb.png (true) |
97 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
98 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile thumb url is /uploads/images/products/main_image_387_thumb.png |
99 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile value /uploads/botchkas/botchka9.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_387.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_387_.png (false) |
100 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
101 | 06:55:28.379 | | trace | application | ImageUploadBehave product 387 photo main_image profile url is /uploads/images/products/main_image_387.png |
102 | 06:55:28.380 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=387)) |
103 | 06:55:28.380 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
104 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile thumb value /uploads/botchkas/botchka10.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_388.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_388_thumb.png (true) |
105 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
106 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile thumb url is /uploads/images/products/main_image_388_thumb.png |
107 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile value /uploads/botchkas/botchka10.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_388.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_388_.png (false) |
108 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
109 | 06:55:28.380 | | trace | application | ImageUploadBehave product 388 photo main_image profile url is /uploads/images/products/main_image_388.png |
110 | 06:55:28.380 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=388)) |
111 | 06:55:28.380 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
112 | 06:55:28.380 | | trace | application | ImageUploadBehave product 389 photo main_image profile thumb value /uploads/botchkas/botchka11.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_389.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_389_thumb.png (true) |
113 | 06:55:28.381 | | trace | application | ImageUploadBehave product 389 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
114 | 06:55:28.381 | | trace | application | ImageUploadBehave product 389 photo main_image profile thumb url is /uploads/images/products/main_image_389_thumb.png |
115 | 06:55:28.381 | | trace | application | ImageUploadBehave product 389 photo main_image profile value /uploads/botchkas/botchka11.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_389.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_389_.png (false) |
116 | 06:55:28.381 | | trace | application | ImageUploadBehave product 389 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
117 | 06:55:28.381 | | trace | application | ImageUploadBehave product 389 photo main_image profile url is /uploads/images/products/main_image_389.png |
118 | 06:55:28.381 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=389)) |
119 | 06:55:28.381 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
120 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile thumb value /uploads/botchkas/botchka12.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_390.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_390_thumb.png (true) |
121 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
122 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile thumb url is /uploads/images/products/main_image_390_thumb.png |
123 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile value /uploads/botchkas/botchka12.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_390.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_390_.png (false) |
124 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
125 | 06:55:28.381 | | trace | application | ImageUploadBehave product 390 photo main_image profile url is /uploads/images/products/main_image_390.png |
126 | 06:55:28.381 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=390)) |
127 | 06:55:28.382 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
128 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile thumb value /uploads/botchkas/botchka13.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_391.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_391_thumb.png (true) |
129 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
130 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile thumb url is /uploads/images/products/main_image_391_thumb.png |
131 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile value /uploads/botchkas/botchka13.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_391.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_391_.png (false) |
132 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
133 | 06:55:28.382 | | trace | application | ImageUploadBehave product 391 photo main_image profile url is /uploads/images/products/main_image_391.png |
134 | 06:55:28.382 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=391)) |
135 | 06:55:28.382 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
136 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile thumb value /uploads/botchkas/botchka14.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_392.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_392_thumb.png (true) |
137 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
138 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile thumb url is /uploads/images/products/main_image_392_thumb.png |
139 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile value /uploads/botchkas/botchka14.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_392.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_392_.png (false) |
140 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
141 | 06:55:28.382 | | trace | application | ImageUploadBehave product 392 photo main_image profile url is /uploads/images/products/main_image_392.png |
142 | 06:55:28.383 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=392)) |
143 | 06:55:28.383 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
144 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile thumb value /uploads/botchkas/botchka15.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_393.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_393_thumb.png (true) |
145 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
146 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile thumb url is /uploads/images/products/main_image_393_thumb.png |
147 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile value /uploads/botchkas/botchka15.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_393.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_393_.png (false) |
148 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
149 | 06:55:28.383 | | trace | application | ImageUploadBehave product 393 photo main_image profile url is /uploads/images/products/main_image_393.png |
150 | 06:55:28.383 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=393)) |
151 | 06:55:28.383 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
152 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile thumb value /uploads/botchkas/botchka16.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_394.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_394_thumb.png (true) |
153 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
154 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile thumb url is /uploads/images/products/main_image_394_thumb.png |
155 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile value /uploads/botchkas/botchka16.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_394.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_394_.png (false) |
156 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
157 | 06:55:28.384 | | trace | application | ImageUploadBehave product 394 photo main_image profile url is /uploads/images/products/main_image_394.png |
158 | 06:55:28.384 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=394)) |
159 | 06:55:28.384 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
160 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile thumb value /uploads/botchkas/botchka17.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_395.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_395_thumb.png (true) |
161 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
162 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile thumb url is /uploads/images/products/main_image_395_thumb.png |
163 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile value /uploads/botchkas/botchka17.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_395.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_395_.png (false) |
164 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
165 | 06:55:28.384 | | trace | application | ImageUploadBehave product 395 photo main_image profile url is /uploads/images/products/main_image_395.png |
166 | 06:55:28.384 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=395)) |
167 | 06:55:28.385 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
168 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile thumb value /uploads/botchkas/botchka18.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_396.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_396_thumb.png (true) |
169 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
170 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile thumb url is /uploads/images/products/main_image_396_thumb.png |
171 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile value /uploads/botchkas/botchka18.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_396.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_396_.png (false) |
172 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
173 | 06:55:28.385 | | trace | application | ImageUploadBehave product 396 photo main_image profile url is /uploads/images/products/main_image_396.png |
174 | 06:55:28.385 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=396)) |
175 | 06:55:28.385 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
176 | 06:55:28.385 | | trace | application | ImageUploadBehave product 397 photo main_image profile thumb value /uploads/botchkas/botchka19.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_397.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_397_thumb.png (true) |
177 | 06:55:28.385 | | trace | application | ImageUploadBehave product 397 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
178 | 06:55:28.385 | | trace | application | ImageUploadBehave product 397 photo main_image profile thumb url is /uploads/images/products/main_image_397_thumb.png |
179 | 06:55:28.385 | | trace | application | ImageUploadBehave product 397 photo main_image profile value /uploads/botchkas/botchka19.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_397.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_397_.png (false) |
180 | 06:55:28.385 | | trace | application | ImageUploadBehave product 397 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
181 | 06:55:28.386 | | trace | application | ImageUploadBehave product 397 photo main_image profile url is /uploads/images/products/main_image_397.png |
182 | 06:55:28.386 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=397)) |
183 | 06:55:28.386 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
184 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile thumb value /uploads/botchkas/botchka20.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_398.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_398_thumb.png (true) |
185 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
186 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile thumb url is /uploads/images/products/main_image_398_thumb.png |
187 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile value /uploads/botchkas/botchka20.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_398.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_398_.png (false) |
188 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
189 | 06:55:28.386 | | trace | application | ImageUploadBehave product 398 photo main_image profile url is /uploads/images/products/main_image_398.png |
190 | 06:55:28.386 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=398)) |
191 | 06:55:28.386 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
192 | 06:55:28.386 | | trace | application | ImageUploadBehave product 399 photo main_image profile thumb value /uploads/botchkas/botchka21.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_399.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_399_thumb.png (true) |
193 | 06:55:28.387 | | trace | application | ImageUploadBehave product 399 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
194 | 06:55:28.387 | | trace | application | ImageUploadBehave product 399 photo main_image profile thumb url is /uploads/images/products/main_image_399_thumb.png |
195 | 06:55:28.387 | | trace | application | ImageUploadBehave product 399 photo main_image profile value /uploads/botchkas/botchka21.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_399.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_399_.png (false) |
196 | 06:55:28.387 | | trace | application | ImageUploadBehave product 399 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
197 | 06:55:28.387 | | trace | application | ImageUploadBehave product 399 photo main_image profile url is /uploads/images/products/main_image_399.png |
198 | 06:55:28.387 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=399)) |
199 | 06:55:28.387 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
200 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile thumb value /uploads/botchkas/botchka22.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_400.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_400_thumb.png (true) |
201 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
202 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile thumb url is /uploads/images/products/main_image_400_thumb.png |
203 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile value /uploads/botchkas/botchka22.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_400.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_400_.png (false) |
204 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
205 | 06:55:28.387 | | trace | application | ImageUploadBehave product 400 photo main_image profile url is /uploads/images/products/main_image_400.png |
206 | 06:55:28.387 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=400)) |
207 | 06:55:28.388 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
208 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile thumb value /uploads/botchkas/botchka23.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_401.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_401_thumb.png (true) |
209 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
210 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile thumb url is /uploads/images/products/main_image_401_thumb.png |
211 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile value /uploads/botchkas/botchka23.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_401.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_401_.png (false) |
212 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
213 | 06:55:28.388 | | trace | application | ImageUploadBehave product 401 photo main_image profile url is /uploads/images/products/main_image_401.png |
214 | 06:55:28.388 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=401)) |
215 | 06:55:28.388 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
216 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile thumb value /uploads/botchkas/botchka24.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_402.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_402_thumb.png (true) |
217 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
218 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile thumb url is /uploads/images/products/main_image_402_thumb.png |
219 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile value /uploads/botchkas/botchka24.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_402.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_402_.png (false) |
220 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
221 | 06:55:28.388 | | trace | application | ImageUploadBehave product 402 photo main_image profile url is /uploads/images/products/main_image_402.png |
222 | 06:55:28.389 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=402)) |
223 | 06:55:28.389 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
224 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile thumb value /uploads/botchkas/botchka25.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_403.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_403_thumb.png (true) |
225 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
226 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile thumb url is /uploads/images/products/main_image_403_thumb.png |
227 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile value /uploads/botchkas/botchka25.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_403.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_403_.png (false) |
228 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
229 | 06:55:28.389 | | trace | application | ImageUploadBehave product 403 photo main_image profile url is /uploads/images/products/main_image_403.png |
230 | 06:55:28.389 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=403)) |
231 | 06:55:28.389 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
232 | 06:55:28.389 | | trace | application | ImageUploadBehave product 404 photo main_image profile thumb value /uploads/botchkas/botchka26.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_404.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_404_thumb.png (true) |
233 | 06:55:28.390 | | trace | application | ImageUploadBehave product 404 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
234 | 06:55:28.390 | | trace | application | ImageUploadBehave product 404 photo main_image profile thumb url is /uploads/images/products/main_image_404_thumb.png |
235 | 06:55:28.390 | | trace | application | ImageUploadBehave product 404 photo main_image profile value /uploads/botchkas/botchka26.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_404.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_404_.png (false) |
236 | 06:55:28.390 | | trace | application | ImageUploadBehave product 404 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
237 | 06:55:28.390 | | trace | application | ImageUploadBehave product 404 photo main_image profile url is /uploads/images/products/main_image_404.png |
238 | 06:55:28.390 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=404)) |
239 | 06:55:28.390 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
240 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile thumb value /uploads/botchkas/botchka27.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_405.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_405_thumb.png (true) |
241 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
242 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile thumb url is /uploads/images/products/main_image_405_thumb.png |
243 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile value /uploads/botchkas/botchka27.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_405.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_405_.png (false) |
244 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
245 | 06:55:28.390 | | trace | application | ImageUploadBehave product 405 photo main_image profile url is /uploads/images/products/main_image_405.png |
246 | 06:55:28.390 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=405)) |
247 | 06:55:28.391 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
248 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile thumb value /uploads/botchkas/botchka28.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_406.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_406_thumb.png (true) |
249 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
250 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile thumb url is /uploads/images/products/main_image_406_thumb.png |
251 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile value /uploads/botchkas/botchka28.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_406.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_406_.png (false) |
252 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
253 | 06:55:28.391 | | trace | application | ImageUploadBehave product 406 photo main_image profile url is /uploads/images/products/main_image_406.png |
254 | 06:55:28.391 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=406)) |
255 | 06:55:28.391 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
256 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile thumb value /uploads/botchkas/botchka29.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_407.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_407_thumb.png (true) |
257 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
258 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile thumb url is /uploads/images/products/main_image_407_thumb.png |
259 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile value /uploads/botchkas/botchka29.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_407.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_407_.png (false) |
260 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
261 | 06:55:28.391 | | trace | application | ImageUploadBehave product 407 photo main_image profile url is /uploads/images/products/main_image_407.png |
262 | 06:55:28.391 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=407)) |
263 | 06:55:28.392 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
264 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile thumb value /uploads/botchkas/botchka30.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_408.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_408_thumb.png (true) |
265 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
266 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile thumb url is /uploads/images/products/main_image_408_thumb.png |
267 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile value /uploads/botchkas/botchka30.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_408.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_408_.png (false) |
268 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
269 | 06:55:28.392 | | trace | application | ImageUploadBehave product 408 photo main_image profile url is /uploads/images/products/main_image_408.png |
270 | 06:55:28.392 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=408)) |
271 | 06:55:28.392 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
272 | 06:55:28.392 | | trace | application | ImageUploadBehave product 409 photo main_image profile thumb value /uploads/botchkas/botchka31.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_409.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_409_thumb.png (true) |
273 | 06:55:28.392 | | trace | application | ImageUploadBehave product 409 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
274 | 06:55:28.393 | | trace | application | ImageUploadBehave product 409 photo main_image profile thumb url is /uploads/images/products/main_image_409_thumb.png |
275 | 06:55:28.393 | | trace | application | ImageUploadBehave product 409 photo main_image profile value /uploads/botchkas/botchka31.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_409.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_409_.png (false) |
276 | 06:55:28.393 | | trace | application | ImageUploadBehave product 409 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
277 | 06:55:28.393 | | trace | application | ImageUploadBehave product 409 photo main_image profile url is /uploads/images/products/main_image_409.png |
278 | 06:55:28.393 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=409)) |
279 | 06:55:28.393 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
280 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile thumb value /uploads/botchkas/botchka32.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_410.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_410_thumb.png (true) |
281 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
282 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile thumb url is /uploads/images/products/main_image_410_thumb.png |
283 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile value /uploads/botchkas/botchka32.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_410.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_410_.png (false) |
284 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
285 | 06:55:28.393 | | trace | application | ImageUploadBehave product 410 photo main_image profile url is /uploads/images/products/main_image_410.png |
286 | 06:55:28.393 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=410)) |
287 | 06:55:28.394 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
288 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile thumb value /uploads/botchkas/botchka33.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_411.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_411_thumb.png (true) |
289 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
290 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile thumb url is /uploads/images/products/main_image_411_thumb.png |
291 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile value /uploads/botchkas/botchka33.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_411.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_411_.png (false) |
292 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
293 | 06:55:28.394 | | trace | application | ImageUploadBehave product 411 photo main_image profile url is /uploads/images/products/main_image_411.png |
294 | 06:55:28.394 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=411)) |
295 | 06:55:28.394 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
296 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile thumb value /uploads/botchkas/botchka34.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_412.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_412_thumb.png (true) |
297 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
298 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile thumb url is /uploads/images/products/main_image_412_thumb.png |
299 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile value /uploads/botchkas/botchka34.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_412.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_412_.png (false) |
300 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
301 | 06:55:28.394 | | trace | application | ImageUploadBehave product 412 photo main_image profile url is /uploads/images/products/main_image_412.png |
302 | 06:55:28.395 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=412)) |
303 | 06:55:28.395 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
304 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile thumb value /uploads/botchkas/botchka35.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_413.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_413_thumb.png (true) |
305 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
306 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile thumb url is /uploads/images/products/main_image_413_thumb.png |
307 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile value /uploads/botchkas/botchka35.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_413.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_413_.png (false) |
308 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
309 | 06:55:28.395 | | trace | application | ImageUploadBehave product 413 photo main_image profile url is /uploads/images/products/main_image_413.png |
310 | 06:55:28.395 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=413)) |
311 | 06:55:28.396 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
312 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile thumb value /uploads/botchkas/botchka36.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_414.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_414_thumb.png (true) |
313 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
314 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile thumb url is /uploads/images/products/main_image_414_thumb.png |
315 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile value /uploads/botchkas/botchka36.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_414.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_414_.png (false) |
316 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
317 | 06:55:28.396 | | trace | application | ImageUploadBehave product 414 photo main_image profile url is /uploads/images/products/main_image_414.png |
318 | 06:55:28.396 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=414)) |
319 | 06:55:28.396 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
320 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile thumb value /uploads/botchkas/botchka37.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_415.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_415_thumb.png (true) |
321 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
322 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile thumb url is /uploads/images/products/main_image_415_thumb.png |
323 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile value /uploads/botchkas/botchka37.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_415.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_415_.png (false) |
324 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
325 | 06:55:28.397 | | trace | application | ImageUploadBehave product 415 photo main_image profile url is /uploads/images/products/main_image_415.png |
326 | 06:55:28.397 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=415)) |
327 | 06:55:28.397 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
328 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile thumb value /uploads/botchkas/botchka38.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_416.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_416_thumb.png (true) |
329 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
330 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile thumb url is /uploads/images/products/main_image_416_thumb.png |
331 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile value /uploads/botchkas/botchka38.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_416.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_416_.png (false) |
332 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
333 | 06:55:28.397 | | trace | application | ImageUploadBehave product 416 photo main_image profile url is /uploads/images/products/main_image_416.png |
334 | 06:55:28.397 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=416)) |
335 | 06:55:28.398 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
336 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile thumb value /uploads/botchkas/botchka39.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_417.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_417_thumb.png (true) |
337 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
338 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile thumb url is /uploads/images/products/main_image_417_thumb.png |
339 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile value /uploads/botchkas/botchka39.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_417.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_417_.png (false) |
340 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
341 | 06:55:28.398 | | trace | application | ImageUploadBehave product 417 photo main_image profile url is /uploads/images/products/main_image_417.png |
342 | 06:55:28.398 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=417)) |
343 | 06:55:28.398 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
344 | 06:55:28.398 | | trace | application | ImageUploadBehave product 418 photo main_image profile thumb value /uploads/botchkas/botchka40.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_418.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_418_thumb.png (true) |
345 | 06:55:28.399 | | trace | application | ImageUploadBehave product 418 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
346 | 06:55:28.399 | | trace | application | ImageUploadBehave product 418 photo main_image profile thumb url is /uploads/images/products/main_image_418_thumb.png |
347 | 06:55:28.399 | | trace | application | ImageUploadBehave product 418 photo main_image profile value /uploads/botchkas/botchka40.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_418.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_418_.png (false) |
348 | 06:55:28.399 | | trace | application | ImageUploadBehave product 418 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
349 | 06:55:28.399 | | trace | application | ImageUploadBehave product 418 photo main_image profile url is /uploads/images/products/main_image_418.png |
350 | 06:55:28.399 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=418)) |
351 | 06:55:28.399 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
352 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile thumb value /uploads/botchkas/botchka41.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_419.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_419_thumb.png (true) |
353 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
354 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile thumb url is /uploads/images/products/main_image_419_thumb.png |
355 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile value /uploads/botchkas/botchka41.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_419.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_419_.png (false) |
356 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
357 | 06:55:28.399 | | trace | application | ImageUploadBehave product 419 photo main_image profile url is /uploads/images/products/main_image_419.png |
358 | 06:55:28.400 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=419)) |
359 | 06:55:28.400 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
360 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile thumb value /uploads/botchkas/botchka42.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_420.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_420_thumb.png (true) |
361 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
362 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile thumb url is /uploads/images/products/main_image_420_thumb.png |
363 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile value /uploads/botchkas/botchka42.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_420.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_420_.png (false) |
364 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
365 | 06:55:28.400 | | trace | application | ImageUploadBehave product 420 photo main_image profile url is /uploads/images/products/main_image_420.png |
366 | 06:55:28.400 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=420)) |
367 | 06:55:28.400 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
368 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile thumb value /uploads/botchkas/botchka43.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_421.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_421_thumb.png (true) |
369 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
370 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile thumb url is /uploads/images/products/main_image_421_thumb.png |
371 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile value /uploads/botchkas/botchka43.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_421.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_421_.png (false) |
372 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
373 | 06:55:28.401 | | trace | application | ImageUploadBehave product 421 photo main_image profile url is /uploads/images/products/main_image_421.png |
374 | 06:55:28.401 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=421)) |
375 | 06:55:28.401 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
376 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile thumb value /uploads/botchkas/botchka44.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_422.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_422_thumb.png (true) |
377 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
378 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile thumb url is /uploads/images/products/main_image_422_thumb.png |
379 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile value /uploads/botchkas/botchka44.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_422.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_422_.png (false) |
380 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
381 | 06:55:28.401 | | trace | application | ImageUploadBehave product 422 photo main_image profile url is /uploads/images/products/main_image_422.png |
382 | 06:55:28.401 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=422)) |
383 | 06:55:28.402 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
384 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile thumb value /uploads/botchkas/botchka45.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_423.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_423_thumb.png (true) |
385 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
386 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile thumb url is /uploads/images/products/main_image_423_thumb.png |
387 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile value /uploads/botchkas/botchka45.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_423.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_423_.png (false) |
388 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
389 | 06:55:28.402 | | trace | application | ImageUploadBehave product 423 photo main_image profile url is /uploads/images/products/main_image_423.png |
390 | 06:55:28.402 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=423)) |
391 | 06:55:28.402 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
392 | 06:55:28.402 | | trace | application | ImageUploadBehave product 424 photo main_image profile thumb value /uploads/botchkas/botchka46.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_424.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_424_thumb.png (true) |
393 | 06:55:28.403 | | trace | application | ImageUploadBehave product 424 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
394 | 06:55:28.403 | | trace | application | ImageUploadBehave product 424 photo main_image profile thumb url is /uploads/images/products/main_image_424_thumb.png |
395 | 06:55:28.403 | | trace | application | ImageUploadBehave product 424 photo main_image profile value /uploads/botchkas/botchka46.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_424.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_424_.png (false) |
396 | 06:55:28.403 | | trace | application | ImageUploadBehave product 424 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
397 | 06:55:28.403 | | trace | application | ImageUploadBehave product 424 photo main_image profile url is /uploads/images/products/main_image_424.png |
398 | 06:55:28.403 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=424)) |
399 | 06:55:28.403 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
400 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile thumb value /uploads/botchkas/botchka47.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_425.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_425_thumb.png (true) |
401 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
402 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile thumb url is /uploads/images/products/main_image_425_thumb.png |
403 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile value /uploads/botchkas/botchka47.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_425.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_425_.png (false) |
404 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
405 | 06:55:28.403 | | trace | application | ImageUploadBehave product 425 photo main_image profile url is /uploads/images/products/main_image_425.png |
406 | 06:55:28.403 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=425)) |
407 | 06:55:28.404 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
408 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile thumb value /uploads/botchkas/botchka48.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_426.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_426_thumb.png (true) |
409 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
410 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile thumb url is /uploads/images/products/main_image_426_thumb.png |
411 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile value /uploads/botchkas/botchka48.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_426.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_426_.png (false) |
412 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
413 | 06:55:28.404 | | trace | application | ImageUploadBehave product 426 photo main_image profile url is /uploads/images/products/main_image_426.png |
414 | 06:55:28.404 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=426)) |
415 | 06:55:28.404 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
416 | 06:55:28.404 | | trace | application | ImageUploadBehave product 427 photo main_image profile thumb value /uploads/botchkas/botchka49.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_427.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_427_thumb.png (true) |
417 | 06:55:28.404 | | trace | application | ImageUploadBehave product 427 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
418 | 06:55:28.404 | | trace | application | ImageUploadBehave product 427 photo main_image profile thumb url is /uploads/images/products/main_image_427_thumb.png |
419 | 06:55:28.405 | | trace | application | ImageUploadBehave product 427 photo main_image profile value /uploads/botchkas/botchka49.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_427.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_427_.png (false) |
420 | 06:55:28.405 | | trace | application | ImageUploadBehave product 427 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
421 | 06:55:28.405 | | trace | application | ImageUploadBehave product 427 photo main_image profile url is /uploads/images/products/main_image_427.png |
422 | 06:55:28.405 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=427)) |
423 | 06:55:28.405 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
424 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile thumb value /uploads/botchkas/botchka50.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_428.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_428_thumb.png (true) |
425 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
426 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile thumb url is /uploads/images/products/main_image_428_thumb.png |
427 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile value /uploads/botchkas/botchka50.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_428.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_428_.png (false) |
428 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
429 | 06:55:28.405 | | trace | application | ImageUploadBehave product 428 photo main_image profile url is /uploads/images/products/main_image_428.png |
430 | 06:55:28.405 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=428)) |
431 | 06:55:28.405 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
432 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile thumb value /uploads/botchkas/botchka51.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_429.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_429_thumb.png (true) |
433 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
434 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile thumb url is /uploads/images/products/main_image_429_thumb.png |
435 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile value /uploads/botchkas/botchka51.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_429.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_429_.png (false) |
436 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
437 | 06:55:28.406 | | trace | application | ImageUploadBehave product 429 photo main_image profile url is /uploads/images/products/main_image_429.png |
438 | 06:55:28.406 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=429)) |
439 | 06:55:28.406 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
440 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile thumb value /uploads/botchkas/botchka52.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_430.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_430_thumb.png (true) |
441 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
442 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile thumb url is /uploads/images/products/main_image_430_thumb.png |
443 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile value /uploads/botchkas/botchka52.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_430.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_430_.png (false) |
444 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
445 | 06:55:28.406 | | trace | application | ImageUploadBehave product 430 photo main_image profile url is /uploads/images/products/main_image_430.png |
446 | 06:55:28.406 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=430)) |
447 | 06:55:28.407 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
448 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile thumb value /uploads/botchkas/botchka53.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_431.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_431_thumb.png (true) |
449 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
450 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile thumb url is /uploads/images/products/main_image_431_thumb.png |
451 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile value /uploads/botchkas/botchka53.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_431.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_431_.png (false) |
452 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
453 | 06:55:28.407 | | trace | application | ImageUploadBehave product 431 photo main_image profile url is /uploads/images/products/main_image_431.png |
454 | 06:55:28.407 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=431)) |
455 | 06:55:28.407 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
456 | 06:55:28.407 | | trace | application | ImageUploadBehave product 432 photo main_image profile thumb value /uploads/botchkas/botchka54.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_432.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_432_thumb.png (true) |
457 | 06:55:28.407 | | trace | application | ImageUploadBehave product 432 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
458 | 06:55:28.407 | | trace | application | ImageUploadBehave product 432 photo main_image profile thumb url is /uploads/images/products/main_image_432_thumb.png |
459 | 06:55:28.407 | | trace | application | ImageUploadBehave product 432 photo main_image profile value /uploads/botchkas/botchka54.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_432.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_432_.png (false) |
460 | 06:55:28.408 | | trace | application | ImageUploadBehave product 432 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
461 | 06:55:28.408 | | trace | application | ImageUploadBehave product 432 photo main_image profile url is /uploads/images/products/main_image_432.png |
462 | 06:55:28.408 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=432)) |
463 | 06:55:28.408 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
464 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile thumb value /uploads/botchkas/botchka55.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_433.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_433_thumb.png (true) |
465 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
466 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile thumb url is /uploads/images/products/main_image_433_thumb.png |
467 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile value /uploads/botchkas/botchka55.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_433.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_433_.png (false) |
468 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
469 | 06:55:28.408 | | trace | application | ImageUploadBehave product 433 photo main_image profile url is /uploads/images/products/main_image_433.png |
470 | 06:55:28.408 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=433)) |
471 | 06:55:28.409 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
472 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile thumb value /uploads/botchkas/botchka56.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_434.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_434_thumb.png (true) |
473 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
474 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile thumb url is /uploads/images/products/main_image_434_thumb.png |
475 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile value /uploads/botchkas/botchka56.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_434.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_434_.png (false) |
476 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
477 | 06:55:28.409 | | trace | application | ImageUploadBehave product 434 photo main_image profile url is /uploads/images/products/main_image_434.png |
478 | 06:55:28.409 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=434)) |
479 | 06:55:28.409 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
480 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile thumb value /uploads/botchkas/botchka57.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_435.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_435_thumb.png (true) |
481 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
482 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile thumb url is /uploads/images/products/main_image_435_thumb.png |
483 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile value /uploads/botchkas/botchka57.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_435.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_435_.png (false) |
484 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
485 | 06:55:28.409 | | trace | application | ImageUploadBehave product 435 photo main_image profile url is /uploads/images/products/main_image_435.png |
486 | 06:55:28.409 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=435)) |
487 | 06:55:28.410 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
488 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile thumb value /uploads/botchkas/botchka58.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_436.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_436_thumb.png (true) |
489 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
490 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile thumb url is /uploads/images/products/main_image_436_thumb.png |
491 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile value /uploads/botchkas/botchka58.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_436.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_436_.png (false) |
492 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
493 | 06:55:28.410 | | trace | application | ImageUploadBehave product 436 photo main_image profile url is /uploads/images/products/main_image_436.png |
494 | 06:55:28.410 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=436)) |
495 | 06:55:28.410 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/catalog/_item.php |
496 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile thumb value /uploads/botchkas/botchka59.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_437.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_437_thumb.png (true) |
497 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile thumb template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
498 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile thumb url is /uploads/images/products/main_image_437_thumb.png |
499 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile value /uploads/botchkas/botchka59.png file /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_437.png (true) thumb /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/web/uploads/images/products/main_image_437_.png (false) |
500 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile template @uploadsuri/images/products/main_image_[[pk]]_[[profile]].[[extension]] |
501 | 06:55:28.410 | | trace | application | ImageUploadBehave product 437 photo main_image profile url is /uploads/images/products/main_image_437.png |
502 | 06:55:28.411 | | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM `carts` WHERE (`session_id`='') AND (`item_id`=437)) |
503 | 06:55:28.411 | | trace | yii\base\View::renderFile | Rendering view file: /var/www/web/sites/sculpturica.smartsoftware.su/yii2-app-advanced/frontend/views/layouts/main.php |
504 | 06:55:28.412 | | info | yii\db\Command::query | SELECT * FROM `catalogue_categories` |
505 | 06:55:28.412 | | info | yii\db\Command::query | SELECT COUNT(*) FROM `carts` WHERE `session_id`='' |
506 | 06:55:28.413 | | info | yii\web\Session::open | Session started |