hi all,
I am using SuiteCRM_Script(github) or " Running the CLI installer" to install suitecrm-8-7-1.zip.
And I have got the same error log in suitecrm.log:
Blockquote
ri Nov 22 14:18:28 2024 [1877][-none-][FATAL] Mysqli_query failed.
Fri Nov 22 14:18:28 2024 [1877][-none-][FATAL] Query Failed: SELECT id FROM outbound_email WHERE type = ‘system’ AND deleted = 0: MySQL error 1146: Table ‘MY_CRM.outbound_email’ doesn’t exist
Fri Nov 22 14:18:28 2024 [1877][-none-][SECURITY] OutboundEmail::checkSavePermissions - not logged in - skipping check
Fri Nov 22 14:18:28 2024 [1877][-none-][FATAL] Mysqli_query failed.
Fri Nov 22 14:18:28 2024 [1877][-none-][FATAL] Query Failed: INSERT INTO outbound_email (id,name,type,user_id,mail_sendtype,mail_smtptype,mail_smtpserver,mail_smtpport,mail_smtpuser,mail_smtppass,mail_smtpauth_req,mail_smtpssl) VALUES (‘84bc99aa-8317-6d7b-126c-674092d83b48’,‘system’,‘system’,‘1’,‘SMTP’,‘other’,‘’,25,‘’,‘’,1,0): MySQL error 1146: Table ‘FZ_CRM.outbound_email’ doesn’t exist
Sun Nov 24 03:24:50 2024 [6296][-none-][FATAL] Mysqli_query failed.
Sun Nov 24 03:24:50 2024 [6296][-none-][FATAL] Query Failed: SELECT id FROM outbound_email WHERE type = ‘system’ AND deleted = 0: MySQL error 1146: Table ‘MY_CRM.outbound_email’ doesn’t exist
Sun Nov 24 03:24:50 2024 [6296][-none-][SECURITY] OutboundEmail::checkSavePermissions - not logged in - skipping check
Sun Nov 24 03:24:50 2024 [6296][-none-][FATAL] Mysqli_query failed.
Sun Nov 24 03:24:50 2024 [6296][-none-][FATAL] Query Failed: INSERT INTO outbound_email (id,name,type,user_id,mail_sendtype,mail_smtptype,mail_smtpserver,mail_smtpport,mail_smtpuser,mail_smtppass,mail_smtpauth_req,mail_smtpssl) VALUES (‘5db04f20-3dff-4d9d-63e5-67429ce9508a’,‘system’,‘system’,‘1’,‘SMTP’,‘other’,‘’,25,‘’,‘’,1,0): MySQL error 1146: Table ‘MY_CRM.outbound_email’ doesn’t exist
So I don’t know where the root of this exception. And anyone can help me?