Hey, so I am trying to install the latest version of 7 (8 can’t run on our environment due to missing PHP modules).
Here’s what happens:
- Environment Check everything ok
- Database tables seem to be created
- Installation stuck
- Following Errors in the log
Anybody any Idea what I am doing wrong?
Wed Oct 29 16:21:01 2025 [652031][-none-][FATAL] Mysqli_query failed.
Wed Oct 29 16:21:01 2025 [652031][-none-][FATAL] Query Failed: SELECT id FROM outbound_email WHERE type = 'system' AND deleted = 0: MySQL error 1146: Table 'd04531be.outbound_email' doesn't exist
Wed Oct 29 16:21:01 2025 [652031][-none-][SECURITY] OutboundEmail::checkSavePermissions - not logged in - skipping check
Wed Oct 29 16:21:01 2025 [652031][-none-][FATAL] Mysqli_query failed.
Wed Oct 29 16:21:01 2025 [652031][-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 ('65413df4-8bf9-8d07-c3ec-690230bef1e6','system','system','1','SMTP','other','',25,'','',1,0): MySQL error 1146: Table 'd04531be.outbound_email' doesn't exist
Wed Oct 29 16:21:02 2025 [652031][-none-][FATAL] Mysqli_query failed.
Wed Oct 29 16:21:02 2025 [652031][-none-][FATAL] Query Failed: SELECT id FROM outbound_email WHERE type = 'system' AND deleted = 0: MySQL error 1146: Table 'd04531be.outbound_email' doesn't exist
Wed Oct 29 16:21:02 2025 [652031][-none-][SECURITY] OutboundEmail::checkSavePermissions - not logged in - skipping check
Wed Oct 29 16:21:02 2025 [652031][-none-][FATAL] Mysqli_query failed.
Wed Oct 29 16:21:02 2025 [652031][-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 ('d4532209-abd7-7fa1-68a7-6902305bc70b','system','system','1','SMTP','other','',25,'','',1,0): MySQL error 1146: Table 'd04531be.outbound_email' doesn't exist