AOW not installing

Hi. I’ve done a clean install of SuiteCRM 7.3 on a local Linux Mint 17.2 installation. The installation appeared to be clean and everything seems to function fine at a basic level. However, in trying to access AOW, I could not seem to find it anyplace and the Admin Module Loader shows no modules installed.

Looking at the apache error log, I saw hundreds of the following messages, indicating that AOW failed to install correctly. Any ideas on A) what I did wrong and B) how to correct it?

I can send the output of phpinfo if that will help also…

[Sun Oct 04 18:52:09.846419 2015] [:error] [pid 1992] [client 127.0.0.1:41719] PHP Notice: Undefined index: moduleList in /var/www/html/SuiteCRM-7.3.1-MAX/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 89, referer: http://localhost/suitecrm/install.php

Thanks,

Gerry

If you are on Linux 777 your SuiteCRM installation folder then do a quick repair and rebuild from the admin panel. then set your permissions as follows:

sudo chown -R www-data:www-data .

sudo chmod -R 755 .

sudo chmod -R 775 cache custom modules themes data upload config_override.php

You may also want to turn off notices in you php.ini