SuiteCRM v7.11.2 - Custom Module TSE's subpanels on the quick create view, while sending data to save it into the database - Server Error 500

Hi

I upgrade my suite CRM 7.10.4 to 7.11.2 and now my completely customized TSE module is not working and when I hit ‘Save’ show me on the chrome’s console Error 500… somebody knows what could be happening?..

My custom submodule is embedded in the Contacts module as subpanel…

please Help!!

Hi,
Have you added any custom code in the module?
can you please check CRM and apache logs?
Thanks

Hi!

this is my crm’s log when i finished to upgrade it…


Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] get_full_list:  order_by = 'reminders.date_entered' and where = 'reminders.related_event_module = 'Calls' AND reminders.related_event_module_id = '''
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SugarBean[Reminder].load_relationships, Loading relationship (modified_user_link).
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SugarBean[Reminder].load_relationships, Loading relationship (created_by_link).
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SugarBean[Reminder].load_relationships, Loading relationship (assigned_user_link).
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] process_order_by: (reminders.date_entered) does not have a vardef entry.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] process_full_list_query: query is  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.related_event_module = 'Calls' AND reminders.related_event_module_id = '') AND reminders.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][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.related_event_module = 'Calls' AND reminders.related_event_module_id = '') AND reminders.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00030207633972168
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] process_full_list_query: result is mysqli_result Object
(
    [current_field] => 0
    [field_count] => 27
    [lengths] => 
    [num_rows] => 0
    [type] => 0
)

Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Get One: |SELECT COUNT(*) FROM calls_reschedule WHERE call_id=''|
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Limit Query:SELECT COUNT(*) FROM calls_reschedule WHERE call_id='' Start: 0 count: 1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT COUNT(*) FROM calls_reschedule WHERE call_id='' LIMIT 0,1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00014305114746094
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][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
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00030398368835449
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_name = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_phone = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_id = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_email1 = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][WARN] Email ID is Empty
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][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
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00026106834411621
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_name = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_phone = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_id = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Call(): contact_email1 = 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Project contacts
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Hook called: Currencies::before_retrieve
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Retrieve Currency : SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Limit Query:SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0 Start: 0 count: 1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0 LIMIT 0,1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00017905235290527
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Project project_documents_1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Project project_resources
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '' and u1.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00018501281738281
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '' and u1.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00017189979553223
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Hook called: Currencies::before_retrieve
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Retrieve Currency : SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Limit Query:SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0 Start: 0 count: 1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT currencies.* FROM currencies  WHERE currencies.id = '' AND currencies.deleted=0 LIMIT 0,1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00016999244689941
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Project pt_project_team_project_1
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] get_user_array 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
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][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
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00028800964355469
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): aclroles= not exempt  ACL OK
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): securitygroups= exempt 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): users_project_1= not exempt  ACL OK
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users aclroles
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users securitygroups
Tue Mar  5 14:35:55 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users users_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pt_project_team_project_1= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] pt_project_team pt_project_team_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): aclroles= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): securitygroups= exempt 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): users_project_1= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users aclroles
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users securitygroups
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users users_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pt_project_team_project_1= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] pt_project_team pt_project_team_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): aclroles= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): securitygroups= exempt 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): users_project_1= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users aclroles
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users securitygroups
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Users users_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pt_project_team_project_1= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] pt_project_team pt_project_team_project_1
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT * FROM relationships WHERE deleted = 0
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.0012679100036621
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pm_processmanagerstage= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] PM_ProcessManager pm_processmanagerstage
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Subpanel Where Clause: 
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] rebuilding cache for PM_ProcessManager
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT * FROM fields_meta_data WHERE  custom_module='PM_ProcessManager' AND  deleted = 0
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00028300285339355
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pm_processmanager= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] SubPanelDefinitions->get_available_tabs(): pm_processmanagerstagetask= not exempt  ACL OK
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] PM_ProcessManagerStage pm_processmanager
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 8.0, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 7.8, please update your code
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] rebuilding cache for ProcessManager
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT * FROM fields_meta_data WHERE  custom_module='ProcessManager' AND  deleted = 0
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00034308433532715
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] rebuilding cache for ProcessManager
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:SELECT * FROM fields_meta_data WHERE  custom_module='ProcessManager' AND  deleted = 0
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.00024104118347168
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query:show tables
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][INFO] Query Execution Time:0.0010612010955811
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Hook called: ::server_round_trip
Tue Mar  5 14:35:56 2019 [14952][a89a9d84-a7cf-79d6-42c8-57bc7594dea5][DEBUG] Calling MySQLi::disconnect()

and this is my apache’s log:



[Tue Mar 05 11:47:04.498849 2019] [:error] [pid 5648] [client 187.134.102.227:58524] PHP Notice:  Undefined variable: tu_list in /var/www/html/custom/modules/tse_timesheet_entries/logic_hook_implementation.php on line 158, referer: http://54.241.185.55/index.php?module=UpgradeWizard&action=index
[Tue Mar 05 14:35:11.289360 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:11.289388 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:11.618879 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Notice:  unserialize(): Error at offset 0 of 10 bytes in /var/www/html/modules/DynamicFields/templates/Fields/TemplateEnum.php on line 153, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.396513 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.396547 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.615463 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.615492 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.669936 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.669965 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.681189 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:15.681212 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:17.151057 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:17.151099 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:18.564626 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:18.564659 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:19.674266 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:19.674299 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:20.778588 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:20.778621 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:22.600565 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:22.600598 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:25.274800 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:25.274834 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:26.971252 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:26.971285 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:28.471044 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:28.471077 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:30.245559 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:30.245591 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:30.503778 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:30.503807 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:32.107351 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:32.107382 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:33.243798 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:33.243833 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:33.670509 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:33.670538 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
(include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:53.247113 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:53.247144 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:53.989478 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:53.989507 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:55.123286 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:55.123319 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:55.877307 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:55.877336 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:56.648030 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(custom/metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:56.648062 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  include(): Failed opening 'custom/metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 56, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:56.705309 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  Declaration of ProcessManagerEngine::getFieldValue($focusObjectType, $focusObjectId, $emailField) should be compatible with SugarBean::getFieldValue($name) in /var/www/html/modules/PM_ProcessManager/ProcessManagerEngine.php on line 3118, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:56.709684 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Warning:  require_once(modules/ResourceCalendar/ResourceCalendar.php): failed to open stream: No such file or directory in /var/www/html/modules/PM_ProcessManager/ProcessManagerEngine1.php on line 1289, referer: http://54.241.185.55/index.php
[Tue Mar 05 14:35:56.709708 2019] [:error] [pid 14952] [client 187.134.102.227:60726] PHP Fatal error:  require_once(): Failed opening required 'modules/ResourceCalendar/ResourceCalendar.php' (include_path='/var/www/html:/var/www/html/include/..:.:/usr/share/php:modules/AOD_Index/Lib') in /var/www/html/modules/PM_ProcessManager/ProcessManagerEngine1.php on line 1289, referer: http://54.241.185.55/index.php


what could be happening?..

I wanted to said, how can i fix that?

and… when i hit the ‘Save’ button on my subpanel

the apache’s log show this:


[Tue Mar 05 14:47:33.029750 2019] [:error] [pid 5647] [client 187.134.102.227:61294] PHP Warning:  Declaration of SugarFieldDatetimecombo::save(&$bean, &$inputData, &$field, &$def, $prefix = '') should be compatible with SugarFieldBase::save(&$bean, $params, $field, $properties, $prefix = '') in /var/www/html/custom/include/SugarFields/Fields/Datetimecombo/SugarFieldDatetimecombo.php on line 0, referer: http://54.241.185.55/index.php?module=Project&action=DetailView&record=f2cd9ee5-cf9f-1298-45ae-5abaa21146ae
[Tue Mar 05 14:48:02.158310 2019] [:error] [pid 14955] [client 187.134.102.227:61299] PHP Warning:  Declaration of SugarFieldAdditionalusers::save($bean, $params, $field, $properties, $prefix = '') should be compatible with SugarFieldBase::save(&$bean, $params, $field, $properties, $prefix = '') in /var/www/html/custom/include/SugarFields/Fields/Additionalusers/SugarFieldAdditionalusers.php on line 0, referer: http://54.241.185.55/index.php?module=Project&action=DetailView&record=f2cd9ee5-cf9f-1298-45ae-5abaa21146ae
[Tue Mar 05 14:48:02.158772 2019] [:error] [pid 14955] [client 187.134.102.227:61299] PHP Warning:  Declaration of SugarFieldDatetimecombo::save(&$bean, &$inputData, &$field, &$def, $prefix = '') should be compatible with SugarFieldBase::save(&$bean, $params, $field, $properties, $prefix = '') in /var/www/html/custom/include/SugarFields/Fields/Datetimecombo/SugarFieldDatetimecombo.php on line 0, referer: http://54.241.185.55/index.php?module=Project&action=DetailView&record=f2cd9ee5-cf9f-1298-45ae-5abaa21146ae
[Tue Mar 05 14:48:02.158867 2019] [:error] [pid 14955] [client 187.134.102.227:61299] PHP Fatal error:  Uncaught Error: Cannot pass parameter 2 by reference in /var/www/html/include/MVC/Controller/SugarController.php:664\nStack trace:\n#0 /var/www/html/include/MVC/Controller/SugarController.php(508): SugarController->pre_save()\n#1 /var/www/html/include/MVC/Controller/SugarController.php(494): SugarController->pre_action()\n#2 /var/www/html/include/MVC/Controller/SugarController.php(468): SugarController->handle_action()\n#3 /var/www/html/include/MVC/Controller/SugarController.php(373): SugarController->process()\n#4 /var/www/html/include/MVC/SugarApplication.php(113): SugarController->execute()\n#5 /var/www/html/index.php(52): SugarApplication->execute()\n#6 {main}\n  thrown in /var/www/html/include/MVC/Controller/SugarController.php on line 664, referer: http://54.241.185.55/index.php?module=Project&action=DetailView&record=f2cd9ee5-cf9f-1298-45ae-5abaa21146ae
[Tue Mar 05 14:48:02.691234 2019] [:error] [pid 14973] [client 187.134.102.227:61300] PHP Warning:  Declaration of SugarFieldDatetimecombo::save(&$bean, &$inputData, &$field, &$def, $prefix = '') should be compatible with SugarFieldBase::save(&$bean, $params, $field, $properties, $prefix = '') in /var/www/html/custom/include/SugarFields/Fields/Datetimecombo/SugarFieldDatetimecombo.php on line 42, referer: http://54.241.185.55/index.php?module=Project&action=DetailView&record=f2cd9ee5-cf9f-1298-45ae-5abaa21146ae

Hi,
There are some hints i can give you.

1: Try by set error_reporting to 0 on your server
2: Check Hook files of the Subpanel module and its parent module
3: Try to edit/Create the child module record separately without doing it by Subpanel, if they are being created, then there can be any issue with RELATIONSHIP hooks.

Thanks