SuiteCRM Install Errors

Hi,

I am trying to install SuiteCRM and I am getting errors during the install process.

AWS Linux2 (Centos)
MySQL 8.0.21 (innoDB)
Apache
SuiteCRM LTS 7.10.27, but I have tried 7.11.15 too.

Apache logs show no errors.

Suitecrm.log:

Tue Oct 13 13:23:27 2020 [11600][-none-][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Tue Oct 13 13:23:27 2020 [11600][-none-][FATAL] “name” field does not exists in field definition.
Tue Oct 13 13:23:27 2020 [11600][-none-][FATAL] Mysqli_query failed.
Tue Oct 13 13:23:27 2020 [11600][-none-][FATAL] Error creating table: : Query Failed: CREATE TABLE ( NULL ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘( NULL ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci’ at line 1

Thanks

Andrew

Hi @andrew_milonavic,

I had the same error. I think your MySQL version needs downgrading to 5.7

Regards,
Kev

1 Like

Hey @kevinjackson,

Thanks for the fast reply. I’ll rebuild with 5.7 and come back to update the thread.

Thanks

Andrew

Hey @kevinjackson,

MySQL 5.7* worked!

Thanks

Andrew

Excellent! Glad you got it sorted :smiley:

1 Like