Hi All,
I donāt know if any one else has seen this but since upgrading to 7.9.4 I have an issue with the Workflow Module. Iām trying to create a new workflow to send an e-mail but under actions when I select āSend Emailā I no longer get the additional attributes to select a template or who the email gets sent too.
Any ideas on whatās causing this would be greatly appreciated.
Many thanks,
Tom
Iām still trying to work this issue, Iāve worked out that it is not to do with version 7.9.4 as Iām running this on a test environment with my live data and fresh copy of suitecrm that I have upgraded to 7.9.4
Attached is more details of the 500 error, it looks like AOW_workflow is failing to load actions=sendemail
Any ideas on a fix please let me know
Solved.
Problem was a custom module had not removed correctly.
remove or ā//ā out the following in ā¦/custom/application/Ext/Include/modules.ext.php
$beanList[āCustom_Moduleā] = āCustom_Modulesā;
$beanFiles[āCustom_Moduleā] = āmodules/Custom_Module/Custom_Module.phpā;
$moduleList[] = āCustom_Moduleā;