Time Level Category Message
11:05:23.237 trace system.CModule
Loading "log" application component
  • index.php (19)
11:05:23.237 trace system.CModule
Loading "debug" application component
  • index.php (19)
11:05:23.237 trace system.CModule
Loading "request" application component
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (284)
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (99)
  • index.php (19)
11:05:23.238 trace system.CModule
Loading "urlManager" application component
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (138)
  • index.php (19)
11:05:23.238 trace system.CModule
Loading "cache" application component
  • protected/extensions/localeurls/LocaleUrlManager.php (46)
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (138)
  • index.php (19)
11:05:23.239 trace system.caching.CApcCache
Serving "Yii.CUrlManager.rules" from cache
  • protected/extensions/localeurls/LocaleUrlManager.php (46)
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (138)
  • index.php (19)
11:05:23.239 trace system.CModule
Loading "clientScript" application component
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (203)
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (147)
  • index.php (19)
11:05:23.239 trace system.db.ar.CActiveRecord
MarketingCustomUrl.findByAttributes()
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.239 trace system.CModule
Loading "db" application component
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.239 trace system.db.CDbConnection
Opening DB connection
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.249 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `marketing_custom_urls`
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.251 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `marketing_custom_urls`
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.252 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `marketing_campaign_referrals`
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.253 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `marketing_campaign_referrals`
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.254 trace system.db.CDbCommand
Querying SQL: SELECT `t`.`marketing_custom_url_id` AS `t0_c0`, `t`.`marketing_campaign_referral_id` AS `t0_c1`, `t`.`url` AS `t0_c2`, `t`.`target_url` AS `t0_c3`, `campaign_referral`.`marketing_campaign_referral_id` AS `t1_c0`, `campaign_referral`.`name` AS `t1_c1` FROM `marketing_custom_urls` `t` LEFT OUTER JOIN `marketing_campaign_referrals` `campaign_referral` ON (`campaign_referral`.`marketing_campaign_referral_id`=`t`.`marketing_custom_url_id`) WHERE (`t`.`url`=:yp0). Bound with :yp0='press'
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
11:05:23.255 trace system.CModule
Loading "user" application component
  • protected/components/ApplicationConfigBehavior.php (44)
  • index.php (21)
11:05:23.255 trace system.CModule
Loading "session" application component
  • protected/modules/rights/components/RWebUser.php (17)
  • protected/components/ApplicationConfigBehavior.php (44)
  • index.php (21)
11:05:23.256 trace system.db.CDbCommand
Querying SQL: SELECT `data`
FROM `user_session`
WHERE expire>:expire AND id=:id. Bound with :expire=1744902323, :id='heciscqiesla7c7bthimacd204'
  • protected/components/LCDbHttpSession.php (12)
  • protected/modules/rights/components/RWebUser.php (17)
  • protected/components/ApplicationConfigBehavior.php (44)
11:05:23.259 trace ext.localeurls
Detected language 'fr'
  • protected/extensions/localeurls/LocaleHttpRequest.php (105)
  • index.php (21)
11:05:23.259 trace system.CModule
Loading "messages" application component
  • protected/components/BlogUrlRule.php (62)
  • index.php (21)
11:05:23.261 trace system.CModule
Loading "redis" application component
  • protected/models/MarketplacesCapacity.php (49)
  • protected/models/UserNotificationMessageQueue.php (145)
  • protected/models/UserNotificationMessageQueue.php (105)
11:05:23.262 trace system.db.CDbCommand
Querying SQL: SELECT
q.user_notification_message_queue_id, q.session_clicks,
n.notification_messages_id, n.start_date, n.end_date, n.created_at, n.status,
IF (:lang = "fr", n.desktop_collapsed_message, n_l.l_desktop_collapsed_message) as desktop_collapsed_message,
IF (:lang = "fr", n.mobile_collapsed_message, n_l.l_mobile_collapsed_message) as mobile_collapsed_message,
IF (:lang = "fr", n.title, n_l.l_title) as title,
IF (:lang = "fr", n.content, n_l.content) as content,
CONCAT("/images/notificationMessages/", n.icon) as icon,
:lang as lang,
0 as :session_id
FROM user_notification_message_queue q
INNER JOIN notification_messages n ON n.notification_messages_id = q.notification_messages_id
INNER JOIN notification_messages_lang n_l ON n_l.notification_messages_id = n.notification_messages_id
WHERE q.user_id = :user_id
AND n.status = :STATUS_LIVE
AND q.session_clicks < 2. Bound with :user_id=NULL, :STATUS_LIVE=2, :lang='fr', :session_id='heciscqiesla7c7bthimacd204'
  • protected/models/UserNotificationMessageQueue.php (227)
  • protected/models/UserNotificationMessageQueue.php (120)
  • protected/components/Controller.php (137)
11:05:23.264 trace system.web.filters.CFilterChain
Running filter SiteController.filterHttpsOnly()
  • index.php (21)
11:05:23.264 trace system.db.CDbCommand
Querying SQL: SELECT COUNT(DISTINCT product_id) FROM `product_stats` WHERE date BETWEEN SUBDATE(CURDATE(), INTERVAL 14 DAY) AND CURDATE() AND qty_sold > 0
  • protected/controllers/SiteController.php (1523)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:23.468 trace system.db.CDbCommand
Querying SQL: SELECT COUNT(DISTINCT suppliers.supplier_id) FROM `suppliers` LEFT JOIN products ON suppliers.supplier_id = products.supplier_id WHERE suppliers.status = 1 AND products.status = 1
  • protected/controllers/SiteController.php (1527)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.361 trace system.db.CDbCommand
Querying SQL: SELECT COUNT(DISTINCT products.name) FROM products WHERE products.status = 1 AND supplier_id IN (1, 376, 113)
  • protected/controllers/SiteController.php (1531)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.371 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `page`
  • protected/models/behaviors/MultilingualBehavior.php (618)
  • protected/models/behaviors/MultilingualBehavior.php (323)
  • protected/models/Page.php (27)
11:05:24.376 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `page`
  • protected/models/behaviors/MultilingualBehavior.php (618)
  • protected/models/behaviors/MultilingualBehavior.php (323)
  • protected/models/Page.php (27)
11:05:24.381 trace system.db.ar.CActiveRecord
Page.findByAttributes()
  • protected/controllers/SiteController.php (1534)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.381 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `pageLang`
  • protected/controllers/SiteController.php (1534)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.384 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `pageLang`
  • protected/controllers/SiteController.php (1534)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.386 trace system.db.CDbCommand
Querying SQL: SELECT `t`.`page_id` AS `t0_c0`, `t`.`title` AS `t0_c1`, `t`.`slug` AS `t0_c2`, `t`.`subtitle` AS `t0_c3`, `t`.`body` AS `t0_c4`, `t`.`user_id` AS `t0_c5`, `t`.`created` AS `t0_c6`, `t`.`updated` AS `t0_c7`, `t`.`meta_title` AS `t0_c8`, `t`.`meta_desc` AS `t0_c9`, `t`.`theme` AS `t0_c10`, `t`.`hero_image` AS `t0_c11`, `t`.`short_description` AS `t0_c12`, `t`.`status` AS `t0_c13`, `t`.`display_banner` AS `t0_c14`, `i18nPage`.`l_id` AS `t1_c0`, `i18nPage`.`page_id` AS `t1_c1`, `i18nPage`.`lang_id` AS `t1_c2`, `i18nPage`.`l_slug` AS `t1_c3`, `i18nPage`.`l_title` AS `t1_c4`, `i18nPage`.`l_subtitle` AS `t1_c5`, `i18nPage`.`l_body` AS `t1_c6`, `i18nPage`.`l_meta_title` AS `t1_c7`, `i18nPage`.`l_meta_desc` AS `t1_c8`, `i18nPage`.`l_short_description` AS `t1_c9` FROM `page` `t` LEFT OUTER JOIN `pageLang` `i18nPage` ON (`i18nPage`.`page_id`=`t`.`page_id`) AND (i18nPage.lang_id='fr') WHERE (`t`.`slug`=:yp0). Bound with :yp0='communique-de-presse-une-quatrieme-serre-pour-les-fermes-lufa'
  • protected/controllers/SiteController.php (1534)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.450 trace system.db.CDbCommand
Querying SQL: SELECT
COUNT(DISTINCT d.droppoint_id)
FROM
`droppoints` d
INNER JOIN drop_instance di ON (di.droppoint_id = d.droppoint_id AND di.type IN (1,3) AND di.capacity>0 AND di.active = 1 AND di.temporary_pup_transfer = 0)
WHERE
d.typepup = 0 AND d.droppoint_id NOT IN (SELECT droppoint_id FROM droppoints WHERE hd_product_id IS NOT NULL)
  • protected/controllers/SiteController.php (1545)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.461 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `blog`
  • protected/controllers/SiteController.php (1547)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.463 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `blog`
  • protected/controllers/SiteController.php (1547)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.469 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `blogLang`
  • protected/models/behaviors/MultilingualBehavior.php (482)
  • protected/controllers/SiteController.php (1547)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.471 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `blogLang`
  • protected/models/behaviors/MultilingualBehavior.php (482)
  • protected/controllers/SiteController.php (1547)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.473 trace system.db.ar.CActiveRecord
Blog.findAll()
  • protected/models/Blog.php (542)
  • protected/controllers/SiteController.php (1548)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.474 trace system.db.CDbCommand
Querying SQL: SELECT `t`.`blog_id` AS `t0_c0`, `t`.`slug` AS `t0_c1`, `t`.`title` AS `t0_c2`, `t`.`body` AS `t0_c3`, `t`.`image_url` AS `t0_c4`, `t`.`blog_category_id` AS `t0_c5`, `t`.`recipe_preparation_time` AS `t0_c6`, `t`.`recipe_total_time` AS `t0_c7`, `t`.`recipe_serves` AS `t0_c8`, `t`.`recipe_ingredients_left` AS `t0_c9`, `t`.`recipe_ingredients_right` AS `t0_c10`, `t`.`recipe_directions` AS `t0_c11`, `t`.`frontpage` AS `t0_c12`, `t`.`sticky` AS `t0_c13`, `t`.`status` AS `t0_c14`, `t`.`created` AS `t0_c15`, `t`.`updated` AS `t0_c16`, `t`.`user_id` AS `t0_c17`, `t`.`meta_title` AS `t0_c18`, `t`.`meta_desc` AS `t0_c19`, `t`.`publish_datetime` AS `t0_c20`, `t`.`image_offset` AS `t0_c21` FROM `blog` `t` WHERE ((status=:ycp0) AND (blog_category_id=:ycp1)) ORDER BY created DESC LIMIT 4. Bound with :ycp0='1', :ycp1='1'
  • protected/models/Blog.php (542)
  • protected/controllers/SiteController.php (1548)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.611 trace system.db.CDbCommand
Querying SQL: SELECT `t`.`blog_id` AS `t0_c0`, `i18nBlog`.`l_id` AS `t1_c0`, `i18nBlog`.`blog_id` AS `t1_c1`, `i18nBlog`.`lang_id` AS `t1_c2`, `i18nBlog`.`l_slug` AS `t1_c3`, `i18nBlog`.`l_title` AS `t1_c4`, `i18nBlog`.`l_body` AS `t1_c5`, `i18nBlog`.`l_recipe_preparation_time` AS `t1_c6`, `i18nBlog`.`l_recipe_total_time` AS `t1_c7`, `i18nBlog`.`l_recipe_serves` AS `t1_c8`, `i18nBlog`.`l_recipe_ingredients_left` AS `t1_c9`, `i18nBlog`.`l_recipe_ingredients_right` AS `t1_c10`, `i18nBlog`.`l_recipe_directions` AS `t1_c11`, `i18nBlog`.`l_meta_title` AS `t1_c12`, `i18nBlog`.`l_meta_desc` AS `t1_c13` FROM `blog` `t` LEFT OUTER JOIN `blogLang` `i18nBlog` ON (`i18nBlog`.`blog_id`=`t`.`blog_id`) AND (i18nBlog.lang_id='fr') WHERE (`t`.`blog_id` IN (585, 584, 583, 582))
  • protected/models/Blog.php (542)
  • protected/controllers/SiteController.php (1548)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.614 trace system.CModule
Loading "Global" application component
  • protected/controllers/SiteController.php (1552)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.615 trace system.db.CDbCommand
Querying SQL: SELECT YEAR(`date`) as y, image_url, text_fr, text_en FROM stories WHERE warehouse_id = :warehouse_id ORDER BY `date` DESC. Bound with :warehouse_id=1
  • protected/components/AppGlobal.php (1634)
  • protected/controllers/SiteController.php (1556)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.627 trace system.CModule
Loading "s3images" application component
  • protected/views/site/press.php (126)
  • protected/controllers/SiteController.php (1562)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
11:05:24.628 trace system.CModule
Loading "widgetFactory" application component
  • protected/components/Controller.php (403)
  • protected/views/layouts/version2.php (2)
  • protected/controllers/SiteController.php (1562)
11:05:24.630 trace system.db.CDbCommand
Querying SQL: SHOW FULL COLUMNS FROM `securelufacom`.`users`
  • protected/models/behaviors/MultilingualBehavior.php (618)
  • protected/models/behaviors/MultilingualBehavior.php (323)
  • protected/models/Users.php (128)
11:05:24.635 trace system.db.CDbCommand
Querying SQL: SHOW CREATE TABLE `securelufacom`.`users`
  • protected/models/behaviors/MultilingualBehavior.php (618)
  • protected/models/behaviors/MultilingualBehavior.php (323)
  • protected/models/Users.php (128)
11:05:24.638 trace system.db.ar.CActiveRecord
Users.findByPk()
  • protected/modules/rights/components/RWebUser.php (558)
  • protected/modules/rights/components/RWebUser.php (471)
  • protected/views/site/gaRemarketingTag.php (17)
11:05:24.638 trace system.db.CDbCommand
Querying SQL: SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1
  • protected/modules/rights/components/RWebUser.php (558)
  • protected/modules/rights/components/RWebUser.php (471)
  • protected/views/site/gaRemarketingTag.php (17)
11:05:24.641 trace system.db.ar.CActiveRecord
Users.findByPk()
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (166)
  • protected/components/Controller.php (149)
11:05:24.641 trace system.db.CDbCommand
Querying SQL: SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (166)
  • protected/components/Controller.php (149)
11:05:24.642 trace system.db.CDbCommand
Querying SQL: SELECT child
FROM authitemchild
WHERE parent = 'default_guest'
  • protected/modules/rights/components/RWebUser.php (137)
  • protected/modules/rights/components/RWebUser.php (166)
  • protected/components/Controller.php (149)
11:05:24.644 trace system.db.ar.CActiveRecord
Users.findByPk()
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (166)
  • protected/components/Controller.php (149)
11:05:24.644 trace system.db.CDbCommand
Querying SQL: SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (166)
  • protected/components/Controller.php (149)
11:05:24.647 trace system.db.ar.CActiveRecord
Users.findByPk()
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (246)
  • protected/views/layouts/_header.php (76)
11:05:24.647 trace system.db.CDbCommand
Querying SQL: SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (246)
  • protected/views/layouts/_header.php (76)
11:05:24.651 trace system.db.ar.CActiveRecord
Users.findByPk()
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (246)
  • protected/views/layouts/_header.php (403)
11:05:24.651 trace system.db.CDbCommand
Querying SQL: SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1
  • protected/modules/rights/components/RWebUser.php (102)
  • protected/modules/rights/components/RWebUser.php (246)
  • protected/views/layouts/_header.php (403)
11:05:24.653 trace system.CModule
Loading "assetManager" application component
  • protected/controllers/SiteController.php (1562)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
11:05:24.654 trace system.db.CDbCommand
Executing SQL:
INSERT IGNORE INTO stats_page_requested (url, memory_used, loading_time, ip, user_id, request_body, query_string, cookies)
VALUES (:url, :memory_used, :loading_time, :ip, :user_id, :body, :query_string, :cookies);
. Bound with :url='press', :loading_time=1.418, :memory_used=3.14, :ip='66.249.66.163', :user_id=NULL, :body='', :query_string='', :cookies='s:0:"";'
  • protected/components/ApplicationConfigBehavior.php (193)
  • protected/components/ApplicationConfigBehavior.php (99)
  • index.php (21)