I installed cutycapt as root user
I tried it from command prompt
xvfb-run --server-args="-screen 0, 1024x768x24" /root/cutycapt/CutyCapt/CutyCapt --url=http://www.poochh.com --out=/tmp/example.png
But when I am executing it from php exec()
I am getting this error on var_dump($output);
of exec()
array(1) { [0]=> string(80) "/usr/bin/xvfb-run: line 166: /root/cutycapt/CutyCapt/CutyCapt: Permission denied" }