Installation Wizard crashes

Hello
I’m trying to install SuiteCRM and the Installation wizard crashes. I mean, I go trough all steps ok, and the db is populated with 206 tables, but the installer crashes returning an internal server error…
All pre-requisites are identified as OK. There is something else that the script doesn’t identify as a pre-requisite that is crashing the installation.
The install.log has some lines refering that:
installerHook: Could not find custom/install/install_hooks.php
but it keeps returning
SUCCESS:: no errors detected!
and
looping through all the Beans and create their tables

And finnaly:
Enable SugarFeeds
.Installation has completed *********
.populating the db with seed data

The Sugarcrm.log has 328 lines returning this:
Fri May 12 18:03:42 2017 [20854][-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 ‘DBname.aow_workflow’ doesn’t exist

After chek with phpMyadmin, there is a table named: aow_workflow.

System: Debian 8, PHP 5.6.30, Apache 2.4.10, MySQL 5.5.55, SuiteCRM 7.8.3

1 Like

I suspect you have this problem
https://suitecrm.com/forum/installation-upgrade-help/3581-installation-stops-during-setup

which has a solution at the end of the second page of the thread: increase php memory in php.ini.

If you can access your php_errors.log then you can confirm that diagnosis. Anyway, try it to see how it goes.