Php7.4 mysql 8.0 SuitCRM doesn't install

Sun Jun 14 19:56:07 2020 [956][-none-][FATAL] Could not connect to DB server _ as suitecrm. port : php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Sun Jun 14 19:57:13 2020 [956][-none-][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Sun Jun 14 19:57:13 2020 [956][-none-][FATAL] “name” field does not exists in field definition.
Sun Jun 14 19:57:13 2020 [956][-none-][FATAL] Mysqli_query failed.
Sun Jun 14 19:57:13 2020 [956][-none-][FATAL] Error creating table: : Query Failed: CREATE TABLE ( NULL ) CHARACTER SET utf8 COLLATE utf8_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 utf8 COLLATE utf8_general_ci’ at line 1

Is SuiteCRM compatible to the latest OS, PHP and MySQL?

:tada: Hi, welcome to the Community!

See here

1 Like

When will we get the support for the new versions?

I don’t know. It hasn’t been announced.

For MySQL 8 you can follow this

and you can even use the fix linked there, it should be easy to get it working.

I think you can try PHP 7.4 in a test environment, maybe it works ok, maybe not. You can evaluate, and perhaps open Github issues if you find anything breaking.

1 Like

I’ll give it a go, thanks ! For now I’ll stick to my virtual OS featuring Mysql 5.7 and PHP 7.2.