Emails not being imported

Some messages in Emails modules cannot be imported. The user assigned to is simply ignored. Here I have the logs of the moment when I’m importing.

Thank you


Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query Execution Time:0.00022006034851074
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query:SELECT category, name, value FROM config
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query Execution Time:0.00018310546875
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query Execution Time:0.00016093254089355
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '6143ccde-b954-a31b-2647-5a79e9cefe54'
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query Execution Time:0.00012493133544922
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:04 2018 [17515][-none-][INFO] Query Execution Time:0.0002129077911377
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016999244689941
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015115737915039
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00026297569274902
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT inbound_email.* FROM inbound_email  WHERE inbound_email.id = '96da2818-935f-2f3e-3889-5ae38082d428' AND inbound_email.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00022506713867188
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Request ssl value not found.
Wed Sep  5 16:07:04 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Connected to mail server id: 96da2818-935f-2f3e-3889-5ae38082d428
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT count(emails.id) AS c FROM emails WHERE emails.message_id = '44cac1dcc2aa670589216ac7d9325a36' and emails.deleted = 0
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0011301040649414
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] InboundEmail found a duplicate email: <SN1PR16MB0591409DD39F6D1D1FD6D455CC020@SN1PR16MB0591.namprd16.prod.outlook.com>
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id from emails WHERE message_id ="44cac1dcc2aa670589216ac7d9325a36"AND mailbox_id = "96da2818-935f-2f3e-3889-5ae38082d428"
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00046300888061523
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:INSERT INTO emails_text (email_id,from_addr,reply_to_addr,to_addrs,cc_addrs,bcc_addrs,description,description_html,raw_source,deleted)
					VALUES ('86311703-ea70-d7de-ae09-5b90290f1c4c','','','','','','','','',0)
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00078415870666504
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id FROM email_addresses WHERE email_address_caps = ''
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.056128025054932
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT * FROM emails_email_addr_rel WHERE email_id = '86311703-ea70-d7de-ae09-5b90290f1c4c' AND email_address_id = '10009685-203d-d96e-c7ee-5b1fba295316' AND address_type = 'from' AND deleted = 0
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0003969669342041
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:INSERT INTO emails_email_addr_rel VALUES('99149e93-8831-3740-4950-5b90290d0692', '86311703-ea70-d7de-ae09-5b90290f1c4c', 'from', '10009685-203d-d96e-c7ee-5b1fba295316', 0)
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.031831026077271
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][ERROR] fromUser: Conversion of   from user format d/m/Y H:i failed
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][ERROR] Unable to find relationship emails_email_templates
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] emails_email_templates for emails_email_templates failed to load

Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Failed to load relationship emails_email_templates while saving Emails
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][DEPRECATED] SugarBean.php: preprocess_fields_on_save() is deprecated
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:INSERT INTO emails (id,date_entered,date_modified,modified_user_id,created_by,deleted,assigned_user_id,type,intent,parent_type,parent_id)
					VALUES ('86311703-ea70-d7de-ae09-5b90290f1c4c','2018-09-05 19:07:04','2018-09-05 19:07:04','224b09b1-a77f-f3a5-aa82-5ad76e47e9c6','224b09b1-a77f-f3a5-aa82-5ad76e47e9c6',0,'3cc3ee6d-158a-b93f-4026-57433272e68d','archived','pick','','')
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.038048028945923
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0016181468963623
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select securitygroups_default.id, securitygroups.name, securitygroups_default.module, securitygroups_default.securitygroup_id from securitygroups_default inner join securitygroups on securitygroups_default.securitygroup_id = securitygroups.id where securitygroups_default.deleted = 0 and securitygroups.deleted = 0
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0010650157928467
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:insert into securitygroups_records(id,securitygroup_id,record_id,module,date_modified,deleted) select distinct 'ac5f9096-acce-3b7d-9a45-5b90297317f1',g.id,'86311703-ea70-d7de-ae09-5b90290f1c4c','Emails',CURDATE(),0 from securitygroups g left join securitygroups_records d on d.securitygroup_id = g.id and d.record_id = '86311703-ea70-d7de-ae09-5b90290f1c4c' and d.module = 'Emails' and d.deleted = 0 where d.id is null and g.id = 'aae3f862-b4ee-3700-c308-5ad77ff08e38' and g.deleted = 0 
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.10334491729736
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0012409687042236
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:INSERT INTO securitygroups_records(id,securitygroup_id,record_id,module,date_modified,deleted) SELECT DISTINCT  uuid() ,u.securitygroup_id,'86311703-ea70-d7de-ae09-5b90290f1c4c','Emails',CURDATE(),0 from securitygroups_users u inner join securitygroups g on u.securitygroup_id = g.id and g.deleted = 0 and (g.noninheritable is null or g.noninheritable <> 1) left join securitygroups_records d on d.securitygroup_id = u.securitygroup_id and d.record_id = '86311703-ea70-d7de-ae09-5b90290f1c4c' and d.module = 'Emails' and d.deleted = 0 where d.id is null and u.user_id = '3cc3ee6d-158a-b93f-4026-57433272e68d' and u.deleted = 0  and (u.noninheritable is null or u.noninheritable <> 1)
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0014739036560059
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0011909008026123
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0011470317840576
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:INSERT INTO securitygroups_records(id,securitygroup_id,record_id,module,date_modified,deleted) SELECT DISTINCT  uuid() ,u.securitygroup_id,'86311703-ea70-d7de-ae09-5b90290f1c4c','Emails',CURDATE(),0 from securitygroups_users u inner join securitygroups g on u.securitygroup_id = g.id and g.deleted = 0 and (g.noninheritable is null or g.noninheritable <> 1) left join securitygroups_records d on d.securitygroup_id = u.securitygroup_id and d.record_id = '86311703-ea70-d7de-ae09-5b90290f1c4c' and d.module = 'Emails' and d.deleted = 0 where d.id is null and u.user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u.deleted = 0 and (u.noninheritable is null or u.noninheritable <> 1)
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0010809898376465
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] CaseUpdatesHook: saveEmailUpdate: Not a create case or wrong parent type
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT aod_index.* FROM aod_index  WHERE aod_index.id = '1' AND aod_index.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00083398818969727
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = 'Emails' AND aow_workflow.status = 'Active' AND (aow_workflow.run_when = 'Always' OR aow_workflow.run_when = 'On_Save' OR aow_workflow.run_when = 'Create') AND aow_workflow.deleted = 0 
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00084185600280762
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT parent_id, parent_type FROM favorites WHERE assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND deleted = 0 ORDER BY date_entered DESC
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00085711479187012
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT aor_reports.* FROM aor_reports  WHERE aor_reports.id = '8af6f233-c7c8-dc7f-1cc7-5af1ec14a853' AND aor_reports.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00080299377441406
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT item_id, item_summary, module_name, id FROM tracker WHERE id = (SELECT MAX(id) as id FROM tracker WHERE user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND deleted = 0 AND visible = 1) LIMIT 0,50
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0013282299041748
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Tracker: retrieving 10 items
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query Execution Time:0.00015592575073242
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query:SELECT category, name, value FROM config
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query Execution Time:0.00011801719665527
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query Execution Time:8.8214874267578E-5
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '6143ccde-b954-a31b-2647-5a79e9cefe54'
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query Execution Time:8.1777572631836E-5
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:06 2018 [17529][-none-][INFO] Query Execution Time:0.00012993812561035
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:9.7036361694336E-5
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010180473327637
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020313262939453
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT parent_id, parent_type FROM favorites WHERE assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND deleted = 0 ORDER BY date_entered DESC
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011897087097168
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT aor_reports.* FROM aor_reports  WHERE aor_reports.id = '8af6f233-c7c8-dc7f-1cc7-5af1ec14a853' AND aor_reports.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010490417480469
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT item_id, item_summary, module_name, id FROM tracker WHERE id = (SELECT MAX(id) as id FROM tracker WHERE user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND deleted = 0 AND visible = 1) LIMIT 0,50
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00021696090698242
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Tracker: retrieving 10 items
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00030708312988281
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name from users WHERE status='Active' AND portal_only=0  ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010299682617188
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Email ID is Empty
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001370906829834
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] List View Where Clause: 
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, name FROM saved_search
				  WHERE
					deleted = '0' AND
				  	assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND
					search_module =  'Emails'
				  ORDER BY name
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014209747314453
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][DEPRECATED] Using row number in fetchByAssoc is not portable and no longer supported. Please fix your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, name FROM saved_search
                  WHERE
                    deleted = '0' AND
                    assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND
                    search_module =  'Emails'
                  ORDER BY name
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:7.6055526733398E-5
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][DEPRECATED] Using row number in fetchByAssoc is not portable and no longer supported. Please fix your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Empty or undefined Email Folder ID
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT inbound_email.* FROM inbound_email  WHERE inbound_email.id = '96da2818-935f-2f3e-3889-5ae38082d428' AND inbound_email.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011920928955078
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] unknown or undefined folder type (we will use 'imap' instead): inbound
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Request ssl value not found.
Wed Sep  5 16:07:06 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:08 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:08 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Connected to mail server id: 96da2818-935f-2f3e-3889-5ae38082d428
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query Execution Time:0.00021004676818848
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query:SELECT category, name, value FROM config
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query Execution Time:0.00014996528625488
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query Execution Time:0.00011301040649414
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '6143ccde-b954-a31b-2647-5a79e9cefe54'
Wed Sep  5 16:07:09 2018 [17515][-none-][INFO] Query Execution Time:0.00010085105895996
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136465" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0071439743041992
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136465' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0038700103759766
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136464" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.002903938293457
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136464' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0040018558502197
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136462" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0028841495513916
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136462' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0040040016174316
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136461" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0028939247131348
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136461' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0039999485015869
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136460" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0029008388519287
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='a4452af6-e744-082d-81b7-5b9022541b6d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0002129077911377
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = 'a4452af6-e744-082d-81b7-5b9022541b6d' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00025296211242676
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136460' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026719570159912
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='a4452af6-e744-082d-81b7-5b9022541b6d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00021600723266602
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136459" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027451515197754
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='7bdcd047-0310-4e91-d9c0-5b90225d935d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001981258392334
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '7bdcd047-0310-4e91-d9c0-5b90225d935d' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016117095947266
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136459' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0018219947814941
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='7bdcd047-0310-4e91-d9c0-5b90225d935d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136458" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.002748966217041
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='4f66026f-7cc1-1799-4f58-5b90176759c4' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019693374633789
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '4f66026f-7cc1-1799-4f58-5b90176759c4' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015497207641602
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136458' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0010988712310791
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='4f66026f-7cc1-1799-4f58-5b90176759c4' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136455" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.002708911895752
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='aab8a80b-b072-d2d6-8fe1-5b90005f45a8' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001990795135498
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = 'aab8a80b-b072-d2d6-8fe1-5b90005f45a8' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015711784362793
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136455' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026090145111084
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='aab8a80b-b072-d2d6-8fe1-5b90005f45a8' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136453" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027139186859131
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5a4a04b1-1817-44b4-aa46-5b8feb4f1dc9' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001981258392334
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '5a4a04b1-1817-44b4-aa46-5b8feb4f1dc9' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015711784362793
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136453' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0012991428375244
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5a4a04b1-1817-44b4-aa46-5b8feb4f1dc9' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001828670501709
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136452" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026671886444092
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='7faac7ea-ee51-cc58-aca4-5b8febd0f41d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016498565673828
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '7faac7ea-ee51-cc58-aca4-5b8febd0f41d' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015592575073242
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136452' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0018908977508545
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='7faac7ea-ee51-cc58-aca4-5b8febd0f41d' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001828670501709
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136451" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026710033416748
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136451' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.003715991973877
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136447" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027050971984863
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3bfffe62-205f-f45e-f9d5-5b8fddab8835' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020003318786621
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '3bfffe62-205f-f45e-f9d5-5b8fddab8835' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016617774963379
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136447' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0008089542388916
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3bfffe62-205f-f45e-f9d5-5b8fddab8835' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019717216491699
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136446" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027379989624023
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3d15ba37-5001-fd46-bfec-5b8fddf2149f' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '3d15ba37-5001-fd46-bfec-5b8fddf2149f' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014996528625488
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136446' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00078988075256348
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3d15ba37-5001-fd46-bfec-5b8fddf2149f' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019407272338867
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136445" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027410984039307
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='50fa91eb-b7f2-1a0d-47f1-5b8fdc0ec4bc' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001978874206543
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '50fa91eb-b7f2-1a0d-47f1-5b8fdc0ec4bc' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014185905456543
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136445' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0011301040649414
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='50fa91eb-b7f2-1a0d-47f1-5b8fdc0ec4bc' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00017905235290527
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136442" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027308464050293
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3228b1ac-7e5d-5cb1-9ecf-5b8fd7e890a5' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00018191337585449
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '3228b1ac-7e5d-5cb1-9ecf-5b8fd7e890a5' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014114379882812
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136442' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00063610076904297
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='3228b1ac-7e5d-5cb1-9ecf-5b8fd7e890a5' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014400482177734
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136441" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.002701997756958
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='2e85db9d-35bd-ccbb-ac28-5b8fd10844bb' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '2e85db9d-35bd-ccbb-ac28-5b8fd10844bb' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016283988952637
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136441' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00060009956359863
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='2e85db9d-35bd-ccbb-ac28-5b8fd10844bb' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020313262939453
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136439" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027098655700684
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='af0b0a17-7e31-a4d7-a681-5b8fcaadbb9a' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = 'af0b0a17-7e31-a4d7-a681-5b8fcaadbb9a' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015902519226074
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136439' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026941299438477
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='af0b0a17-7e31-a4d7-a681-5b8fcaadbb9a' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001978874206543
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136437" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027749538421631
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5ab282ff-cf3b-defc-fc86-5b8fc7968b36' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019693374633789
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '5ab282ff-cf3b-defc-fc86-5b8fc7968b36' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015687942504883
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136437' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0013070106506348
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5ab282ff-cf3b-defc-fc86-5b8fc7968b36' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019216537475586
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136436" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0026991367340088
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136436' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0037491321563721
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136429" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027410984039307
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='4935b331-66fd-e258-ab09-5b8fc4c9087c' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020003318786621
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '4935b331-66fd-e258-ab09-5b8fc4c9087c' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015687942504883
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136429' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0010190010070801
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='4935b331-66fd-e258-ab09-5b8fc4c9087c' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019502639770508
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.*, users.user_name as assigned_user_name
 FROM emails
 LEFT JOIN users ON emails.assigned_user_id=users.id 
WHERE emails.uid LIKE "136428" AND  emails.deleted=0 
 ORDER BY date_sent DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0027079582214355
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5aa08dbb-3714-de55-5f87-5b8fc4be8001' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019598007202148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:select 1 from notes where notes.parent_id = '5aa08dbb-3714-de55-5f87-5b8fc4be8001' and notes.deleted = 0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015997886657715
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] ListViewDataEmails::getEmailRecordFieldValue: email list should be a Countable
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT emails.* FROM emails  WHERE uid = '136428' AND deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0013089179992676
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.first_name, contacts.last_name, contacts.phone_work, contacts.id, contacts.assigned_user_id contact_name_owner, 'Contacts' contact_name_mod FROM contacts, emails_beans WHERE emails_beans.email_id='5aa08dbb-3714-de55-5f87-5b8fc4be8001' AND emails_beans.bean_id=contacts.id AND emails_beans.bean_module = 'Contacts' AND emails_beans.deleted=0 AND contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00019502639770508
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] $value must be a string
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT meetings.id, name,reminder_time, description,location, status, parent_type, parent_id, date_start, assigned_user_id
			FROM meetings LEFT JOIN meetings_users ON meetings.id = meetings_users.meeting_id
			WHERE meetings_users.user_id ='224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
				AND meetings_users.accept_status != 'decline'
				AND meetings.reminder_time != -1
				AND meetings_users.deleted != 1
				AND meetings.status = 'Planned'
			    AND date_start >= '2018-09-05 19:06:06'
			    AND date_start <= '2018-09-06 20:07:06'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00048494338989258
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:
				SELECT calls.id, name, reminder_time, description, date_start, status, parent_type, parent_id
				FROM calls LEFT JOIN calls_users ON calls.id = calls_users.call_id
				WHERE calls_users.user_id ='224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
				    AND calls_users.accept_status != 'decline'
				    AND calls.reminder_time != -1
					AND calls_users.deleted != 1
					AND calls.status = 'Planned'
				    AND date_start >= '2018-09-05 19:06:06'
				    AND date_start <= '2018-09-06 20:07:06'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00035786628723145
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query: SELECT  reminders.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM reminders   LEFT JOIN  users jt0 ON reminders.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON reminders.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON reminders.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (reminders.popup = 1 AND (reminders.date_willexecute = -1 OR reminders.date_willexecute BETWEEN 1536174426 AND 1536264426)) AND reminders.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0015721321105957
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT calls.* FROM calls  WHERE calls.id = '20142252-bde3-d0e7-52cf-5b7c43a5d7f3' AND calls.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00015687942504883
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contact_id id  FROM calls_contacts  WHERE calls_contacts.call_id = '20142252-bde3-d0e7-52cf-5b7c43a5d7f3' AND calls_contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00022697448730469
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '4ed175d3-36fe-9871-23b9-5b7c2494b828' AND contacts.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00026798248291016
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
		from contacts
		left join accounts_contacts a_c on a_c.contact_id = '4ed175d3-36fe-9871-23b9-5b7c2494b828' and a_c.deleted=0
		left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
		left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
		where contacts.id = '4ed175d3-36fe-9871-23b9-5b7c2494b828' ORDER BY a_c.date_modified DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0003821849822998
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = '4ed175d3-36fe-9871-23b9-5b7c2494b828' AND contacts_users.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020599365234375
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = '4ed175d3-36fe-9871-23b9-5b7c2494b828'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0002138614654541
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,LTRIM(RTRIM(CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')))) as contact_name , contacts.assigned_user_id owner FROM contacts WHERE deleted=0 AND id='4ed175d3-36fe-9871-23b9-5b7c2494b828'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00013995170593262
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT calls.* FROM calls  WHERE calls.id = '9782e3c9-8ed8-057a-26ef-5a282db1564e' AND calls.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010299682617188
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,accounts.name as parent_name , accounts.assigned_user_id owner FROM accounts WHERE deleted=0 AND id='32956af3-a5b9-69c0-92ec-49be644ec324'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:8.6069107055664E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contact_id id  FROM calls_contacts  WHERE calls_contacts.call_id = '9782e3c9-8ed8-057a-26ef-5a282db1564e' AND calls_contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011992454528809
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '7e5a477e-40bd-5ac8-ae15-49be65c1fbd9' AND contacts.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00013399124145508
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
		from contacts
		left join accounts_contacts a_c on a_c.contact_id = '7e5a477e-40bd-5ac8-ae15-49be65c1fbd9' and a_c.deleted=0
		left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
		left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
		where contacts.id = '7e5a477e-40bd-5ac8-ae15-49be65c1fbd9' ORDER BY a_c.date_modified DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001981258392334
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = '7e5a477e-40bd-5ac8-ae15-49be65c1fbd9' AND contacts_users.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:9.7036361694336E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT users.* FROM users  WHERE users.id = '689de35d-c455-ac31-2ba0-48737b89bcba' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011205673217773
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,users.user_name as created_by_name , users.created_by owner FROM users WHERE deleted=0 AND id='689de35d-c455-ac31-2ba0-48737b89bcba'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:8.702278137207E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = '7e5a477e-40bd-5ac8-ae15-49be65c1fbd9'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016999244689941
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,LTRIM(RTRIM(CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')))) as contact_name , contacts.assigned_user_id owner FROM contacts WHERE deleted=0 AND id='7e5a477e-40bd-5ac8-ae15-49be65c1fbd9'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010895729064941
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT calls.* FROM calls  WHERE calls.id = '4e71e0d8-5694-fa4b-88a6-5b771f06eefc' AND calls.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010514259338379
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,accounts.name as parent_name , accounts.assigned_user_id owner FROM accounts WHERE deleted=0 AND id='10e3acaa-0d16-c1a6-2001-51912ab7e04a'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:8.702278137207E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contact_id id  FROM calls_contacts  WHERE calls_contacts.call_id = '4e71e0d8-5694-fa4b-88a6-5b771f06eefc' AND calls_contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011014938354492
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = 'cb6634cb-23c2-12b7-40c5-51912a9427e8' AND contacts.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00013494491577148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
		from contacts
		left join accounts_contacts a_c on a_c.contact_id = 'cb6634cb-23c2-12b7-40c5-51912a9427e8' and a_c.deleted=0
		left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
		left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
		where contacts.id = 'cb6634cb-23c2-12b7-40c5-51912a9427e8' ORDER BY a_c.date_modified DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001521110534668
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = 'cb6634cb-23c2-12b7-40c5-51912a9427e8' AND contacts_users.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010395050048828
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT users.* FROM users  WHERE users.id = '4bf13ae2-c03a-9de9-0480-4835a58af683' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011587142944336
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,users.user_name as created_by_name , users.created_by owner FROM users WHERE deleted=0 AND id='4bf13ae2-c03a-9de9-0480-4835a58af683'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:8.392333984375E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = 'cb6634cb-23c2-12b7-40c5-51912a9427e8'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00013494491577148
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,LTRIM(RTRIM(CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')))) as contact_name , contacts.assigned_user_id owner FROM contacts WHERE deleted=0 AND id='cb6634cb-23c2-12b7-40c5-51912a9427e8'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011897087097168
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT calls.* FROM calls  WHERE calls.id = 'e4650f26-bb97-eb38-0cb7-5910c0626827' AND calls.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011706352233887
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,accounts.name as parent_name , accounts.assigned_user_id owner FROM accounts WHERE deleted=0 AND id='b24345bb-1c77-bb38-0cf6-555b968ef207'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010395050048828
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contact_id id  FROM calls_contacts  WHERE calls_contacts.call_id = 'e4650f26-bb97-eb38-0cb7-5910c0626827' AND calls_contacts.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00012707710266113
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = 'cc56e609-6690-d944-2287-54ef42555f27' AND contacts.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001380443572998
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
		from contacts
		left join accounts_contacts a_c on a_c.contact_id = 'cc56e609-6690-d944-2287-54ef42555f27' and a_c.deleted=0
		left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
		left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
		where contacts.id = 'cc56e609-6690-d944-2287-54ef42555f27' ORDER BY a_c.date_modified DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00018787384033203
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = 'cc56e609-6690-d944-2287-54ef42555f27' AND contacts_users.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:9.2983245849609E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT users.* FROM users  WHERE users.id = 'c6d4f5b8-e98a-69d2-a935-48358ffa1540' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010204315185547
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,users.user_name as created_by_name , users.created_by owner FROM users WHERE deleted=0 AND id='c6d4f5b8-e98a-69d2-a935-48358ffa1540'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:5.1021575927734E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = 'cc56e609-6690-d944-2287-54ef42555f27'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00012898445129395
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id ,LTRIM(RTRIM(CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')))) as contact_name , contacts.assigned_user_id owner FROM contacts WHERE deleted=0 AND id='cc56e609-6690-d944-2287-54ef42555f27'
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:7.3909759521484E-5
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00011205673217773
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014305114746094
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00016593933105469
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:
			SELECT * FROM calls_users
			WHERE
				call_id = 'e4650f26-bb97-eb38-0cb7-5910c0626827' AND
				user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND
				deleted = 0
		
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0001068115234375
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query: SELECT  reminders_invitees.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM reminders_invitees   LEFT JOIN  users jt0 ON reminders_invitees.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON reminders_invitees.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON reminders_invitees.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (reminders_invitees.reminder_id = 'b4a133d9-ca46-e84c-0fcf-5b1e97cd2b95' AND reminders_invitees.related_invitee_module_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6') AND reminders_invitees.deleted=0
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00026702880859375
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:0.00021696090698242
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014615058898926
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00014805793762207
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00025510787963867
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query: SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND is_read != '1') AND alerts.deleted=0
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00051498413085938
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:0.00012421607971191
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT category, name, value FROM config
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:0.00011897087097168
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:8.9168548583984E-5
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '6143ccde-b954-a31b-2647-5a79e9cefe54'
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:7.9870223999023E-5
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:12 2018 [17515][-none-][INFO] Query Execution Time:0.00012803077697754
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:9.5844268798828E-5
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00010085105895996
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00020003318786621
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query: SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND is_read != '1') AND alerts.deleted=0
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00042915344238281
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:12 2018 [17515][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query Execution Time:0.00020289421081543
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query:SELECT category, name, value FROM config
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query Execution Time:0.00020909309387207
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query Execution Time:0.00015997886657715
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '6143ccde-b954-a31b-2647-5a79e9cefe54'
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query Execution Time:0.00011491775512695
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND users.deleted=0 LIMIT 0,1
Wed Sep  5 16:07:15 2018 [17529][-none-][INFO] Query Execution Time:0.00017499923706055
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00013589859008789
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' and u1.deleted=0
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00017809867858887
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query:SELECT 
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE 
                    ear.bean_module = 'Users'
                    AND ear.bean_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.0002589225769043
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: en_us.lang.php
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Found language file: es_ES.lang.php
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query: SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = '224b09b1-a77f-f3a5-aa82-5ad76e47e9c6' AND is_read != '1') AND alerts.deleted=0
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][INFO] Query Execution Time:0.00054097175598145
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Wed Sep  5 16:07:15 2018 [17529][224b09b1-a77f-f3a5-aa82-5ad76e47e9c6][WARN] Pop error level. Try to remove the error_reporting() function from your code.

You don’t say your version of SuiteCRM… :frowning:

See if any of these applies to your case, there seem to be many similar issues:

https://www.google.com/search?q=[ERROR]+Unable+to+find+relationship+emails_email_templates

Thank you pgr. This is a new fresh install of v 7.10.7

Looking the google search link you posted, I have 5 links in purple. I have visited the most relevant pages about this issue and I’m subscribed to some issues on github with a similar error (at least the same message you remarked in the logs).

Three of them are already solved in the version I’m using (#3610, #3773 and #4497). So I guess this message logged refers to another issue.

It’s difficult to reproduce, because it won’t happen all the time. I’m not even sure if this message is related to the error of emails not being imported. When I have more details or a pattern to reproduce, I’ll update this post. It seems it will happen with ordinary users with a group inbound email account but not with admin user.

Thank you, again. Regards

Thank you, @mikeydejesus! Actually this post is from 2 years ago and fortunately this issue is already solved. I have many other issues related to the Email Module, anyway, if you wish to help…
Kind regards