Hi guys,
I recently downloaded the latest copy of SuiteCRM, and have been attempting to install it on my CentOS 7 machine. I fulfill all the prerequisites as prescribed by the install wizard.
However, I cannot seem to get the installation to work. After proceeding through the wizard, it would seem that none of the suitecrm tables are created in the database, even though the database itself is created by the installer. When attempting to go to the main SuiteCRM page, I simply get a blank page, assumable because the database is not correctly created.
I am attempting to create the database with the root user, so I do not see how SQL permissions could be an issue.
My install log says this:
2017-01-11 04:49:02âŚinstallerHook: Could not find custom/install/install_hooks.php
2017-01-11 04:49:06âŚBegin System Check Process *************
2017-01-11 04:49:06âŚXML Parsing Support Found
2017-01-11 04:49:06âŚMBString Support Found
2017-01-11 04:49:06âŚZIP Support Found
2017-01-11 04:49:06âŚ/custom directory and subdirectory check passed
2017-01-11 04:49:06âŚcache directory and subdirectory check passed
2017-01-11 04:49:06âŚ/module directory and subdirectory check passed
2017-01-11 04:49:06âŚ/upload directory check passed
2017-01-11 04:49:06âŚ/zip check passed
2017-01-11 04:49:06âŚPCRE version check passed
2017-01-11 04:49:06âŚinstallerHook: Could not find custom/install/install_hooks.php
2017-01-11 04:49:06âŚphp.ini location found. /etc/php.ini
2017-01-11 04:49:06âŚOutputting HTML for System check
2017-01-11 04:49:06âŚNo Errors were found *************
2017-01-11 04:49:06âŚinstallerHook: Could not find custom/install/install_hooks.php
2017-01-11 04:49:12âŚinstallerHook: Could not find custom/install/install_hooks.php
2017-01-11 04:49:33âŚBegin DB Check Process *************
2017-01-11 04:49:33âŚtesting with mysql:mysqli
2017-01-11 04:49:33âŚBasic form info is valid, continuing Process.
2017-01-11 04:49:33âŚTesting user accountâŚ
2017-01-11 04:49:33âŚConnection made using host: localhost, usr: root
2017-01-11 04:49:33âŚSUCCESS:: no errors detected!
2017-01-11 04:49:33âŚEnd DB Check Process *************
2017-01-11 04:49:34âŚinstallerHook: Could not find custom/install/install_hooks.php
2017-01-11 04:49:34âŚcalling handleSugarConfig()
2017-01-11 04:49:34âŚcalling handleHtaccess()
2017-01-11 04:49:34âŚcalling handleDbCreateDatabase()
2017-01-11 04:49:34âŚlooping through all the Beans and create their tables
2017-01-11 04:49:34âŚprocessing table acl_actions
2017-01-11 04:49:34âŚcreating table acl_actions
2017-01-11 04:49:34âŚcreating Relationship Meta for ACLAction
2017-01-11 04:49:34âŚprocessing table acl_roles
2017-01-11 04:49:34âŚcreating table acl_roles
2017-01-11 04:49:34âŚcreating Relationship Meta for ACLRole
2017-01-11 04:49:34âŚprocessing table relationships
2017-01-11 04:49:34âŚcreating table relationships
2017-01-11 04:49:34âŚcreating Relationship Meta for Relationship
2017-01-11 04:49:34âŚprocessing table leads
2017-01-11 04:49:35âŚcreating table leads
2017-01-11 04:49:35âŚcreating Relationship Meta for Lead
2017-01-11 04:49:35âŚprocessing table cases
2017-01-11 04:49:35âŚcreating table cases
2017-01-11 04:49:35âŚcreating Relationship Meta for Case
My sugarcrm log says this:
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:34 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
Wed Jan 11 04:49:35 2017 [3337][-none-][FATAL] Query Failed: SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = âACLActionsâ AND aow_workflow.status = âActiveâ AND (aow_workflow.run_when = âAlwaysâ OR aow_workflow.run_when = âOn_Saveâ OR aow_workflow.run_when = âCreateâ) AND aow_workflow.deleted = 0 : MySQL error 1146: Table âsuitecrmdata.aow_workflowâ doesnât exist
And there doesnât appear to be a suitecrm.log as there would normally be.
Iâm at a loss for what is going on. Could I please request your assistance?
Kind Regards.