Time Level Category Message
13:24:24.290 trace system.CModule
Loading "log" application component
  • index.php (19)
13:24:24.290 trace system.CModule
Loading "debug" application component
  • index.php (19)
13:24:24.290 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)
13:24:24.290 trace system.CModule
Loading "urlManager" application component
  • protected/vendor/sbs/yii-debug-toolbar/Yii2Debug.php (138)
  • index.php (19)
13:24:24.290 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)
13:24:24.291 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)
13:24:24.291 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)
13:24:24.291 trace system.db.ar.CActiveRecord
MarketingCustomUrl.findByAttributes()
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
13:24:24.292 trace system.CModule
Loading "db" application component
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
13:24:24.292 trace system.db.CDbConnection
Opening DB connection
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
13:24:24.300 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)
13:24:24.302 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)
13:24:24.304 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)
13:24:24.305 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)
13:24:24.306 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='login'
  • protected/components/ApplicationConfigBehavior.php (206)
  • protected/components/ApplicationConfigBehavior.php (31)
  • index.php (21)
13:24:24.307 trace system.CModule
Loading "user" application component
  • protected/components/ApplicationConfigBehavior.php (44)
  • index.php (21)
13:24:24.307 trace system.CModule
Loading "session" application component
  • protected/modules/rights/components/RWebUser.php (17)
  • protected/components/ApplicationConfigBehavior.php (44)
  • index.php (21)
13:24:24.307 trace system.db.CDbCommand
Querying SQL: SELECT `data`
FROM `user_session`
WHERE expire>:expire AND id=:id. Bound with :expire=1744910664, :id='am5mccrftbisdtaa3l23njpenr'
  • protected/components/LCDbHttpSession.php (12)
  • protected/modules/rights/components/RWebUser.php (17)
  • protected/components/ApplicationConfigBehavior.php (44)
13:24:24.310 trace ext.localeurls
Detected language 'fr'
  • protected/extensions/localeurls/LocaleHttpRequest.php (105)
  • index.php (21)
13:24:24.311 trace system.CModule
Loading "messages" application component
  • protected/components/BlogUrlRule.php (62)
  • index.php (21)
13:24:24.312 trace system.CModule
Loading "redis" application component
  • protected/models/MarketplacesCapacity.php (49)
  • protected/models/UserNotificationMessageQueue.php (145)
  • protected/models/UserNotificationMessageQueue.php (105)
13:24:24.313 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='am5mccrftbisdtaa3l23njpenr'
  • protected/models/UserNotificationMessageQueue.php (227)
  • protected/models/UserNotificationMessageQueue.php (120)
  • protected/components/Controller.php (137)
13:24:24.315 trace system.web.filters.CFilterChain
Running filter SiteController.filterHttpsOnly()
  • index.php (21)
13:24:24.315 trace system.CModule
Loading "widgetFactory" application component
  • protected/components/Controller.php (403)
  • protected/views/site/login2.php (36)
  • protected/controllers/SiteController.php (649)
13:24:24.315 trace system.CModule
Loading "coreMessages" application component
  • protected/views/site/login2.php (44)
  • protected/controllers/SiteController.php (649)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
13:24:24.318 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)
13:24:24.322 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)
13:24:24.325 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)
13:24:24.325 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)
13:24:24.327 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)
13:24:24.327 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)
13:24:24.328 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)
13:24:24.329 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)
13:24:24.330 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)
13:24:24.332 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)
13:24:24.333 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)
13:24:24.335 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)
13:24:24.335 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)
13:24:24.337 trace system.CModule
Loading "assetManager" application component
  • protected/controllers/SiteController.php (649)
  • protected/extensions/RESTFullYii/components/ERestController.php (99)
  • index.php (21)
13:24:24.338 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='login', :loading_time=0.049, :memory_used=2.63, :ip='66.249.81.97', :user_id=NULL, :body='', :query_string='', :cookies='s:0:"";'
  • protected/components/ApplicationConfigBehavior.php (193)
  • protected/components/ApplicationConfigBehavior.php (99)
  • index.php (21)