Hello, I'm testing the export to PDF package. It works fine on Windows but I'm having some issues with Linux. I've installed phantomjs-2.1.1-linux.zip on the server in the export/bin directory. The PHP functions 'exec', 'sustem', 'passthru' and 'popen' exist and are available but when I generate a report I get this error:
Fatal error: Uncaught Exception: Could not execute phantomjs in /home/<path>/koolreport/packages/export/Handler.php:71 Stack trace: #0 /home/<path>/koolreport/packages/export/Handler.php(156): koolreport\export\Handler->runPhantom('/home/grouperb/...', '/tmp/5b927c4c0c...', '/tmp/5b927c4c0c...', 'eyJmb3JtYXQiOiJ...')
What am i missing? Thanks