I’m running on Centos 6.5 with php 5.4, all the checks pass, installation starts and stops at ‘Creating SuiteCRM application tables, audit tables and relationship metadata’
It creates about 70 tables then stops, the sugarcrm.log shows
“Query Failed: select securitygroups_default.id, securitygroups.name, securitygroups_default.module, securitygroups_default.securitygroup_id from securitygroups_default inner join securitygroups on securitygroups_default.securitygroup_id = securitygroups.id where securitygroups_default.deleted = 0 and securitygroups.deleted = 0: MySQL error 1146: Table ‘admin_suite.securitygroups_default’ doesn’t exist”
The error.log shows “installerHook: Could not find custom/install/install_hooks.php”
I’m installing the latest version 7.1.4 MAX.