I setup a new install on a linode vps ( Ubuntu 14.04)
All looks good except auto send email when creating users, I’m guessing it’s the same thing for other automated emails.
I setup an exchange 365 mail acount tant sends without issues.
I added this line :
* * * * cd /var/www/mysite/public_html;php -f cron.php> /dev/nell 2>&1
to the cron.php but I don’t see any changes, does this line have to be placed anywhere in perticular ??
I’m also seeing errors in the sugarcrm.log file :
Sat Mar 26 22:35:39 2016 [8756][-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 'suitecrm.aow_workflow' doesn't exist
Can anyone point me in the right direction here ?
thanks
Jeff