I just installed Slimerjs and no results on the web.
the slimerjs is found and commands like -help etc output like they should:
exec('/usr/bin/slimerjs -help'.' 2>&1',$out,$ret);
but this line does not work
exec('/usr/bin/slimerjs /var/www/html/capture.js'.' 2>&1',$out,$ret); var_dump($ret, $out);
outputs only int(1); and nothing more. no errors in logs, it does not work. I can write everything I like if the bath is correct the output is always int(1).
Thank you