03-12-2021, 10:45 PM
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 $?');
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 $?');
Joe
TSolucio
TSolucio