03-18-2021, 07:42 PM
that is correct, it should be detecting that you have unoconv installed. Please try debugging it.
- activate debug log (include/logging/config.php) enable background log, level=FATAL
- add this line before line 41 in the workflow email task:
https://github.com/tsolucio/corebos/blob/master/modules/com_vtiger_workflow/tasks/VTEmailTask.inc#L41
- execute the workflow and share the logs/background-date.log file here
- activate debug log (include/logging/config.php) enable background log, level=FATAL
- add this line before line 41 in the workflow email task:
https://github.com/tsolucio/corebos/blob/master/modules/com_vtiger_workflow/tasks/VTEmailTask.inc#L41
PHP Code:
global $logbg; $logbg->fatal([($GenDocActive ? 'T':'F'), (OpenDocument::PDFConversionActive() ? 'T':'F')]);
- execute the workflow and share the logs/background-date.log file here
Joe
TSolucio
TSolucio