05-11-2022 06:46:45 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 66572326 is not a valid phone number. 05-11-2022 11:42:22 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 50989122 is not a valid phone number. 05-11-2022 12:30:34 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 66202655 is not a valid phone number. 05-11-2022 03:32:40 ## Exception ## Table 'kwtcmri2.et_document_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_document_users' doesn't exist Select t.*, mst_wo_task_action.name as task_action_name, mst_users.name as approved_by_name, (case when ifnull(t.completed,0) = 0 then 'Pending' else 'Complete' End) as task_status from et_document_tasks t left outer join mst_wo_task_action on mst_wo_task_action.id = t.FK_task_action_PK left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 228) order by t.id desc Inner Exception: NULL Source: MySql.Data