03-16-2021, 04:13 AM
(03-12-2021, 10:45 PM)joebordes Wrote: I just tried the change on a server with unoconv installed and it detected the install correctly. login to your server and execute this command
which unoconv > /dev/null; echo $?
tell me what it returns
you could try changing this line: https://github.com/tsolucio/corebos/blob/master/modules/evvtgendoc/OpenDocument.php#L2822
to
$rdo = shell_exec('/usr/bin/which unoconv > /dev/null; echo $?');
Hi Joe, thanks
Return 0