Getting 500 issue
Fatal error: Uncaught Screen\Exceptions\PhantomJsException: sh: /home/www/html/developementsec.com/browsershotnew/plugin/bin/phantomjs: Permission denied in /home/www/html/developementsec.com/browsershotnew/plugin/src/Capture.php:301 Stack trace: #0 /home/www/html/developementsec.com/browsershotnew/plugin/demo/shot.php(43): Screen\Capture->save('test') #1 {main} thrown in /home/www/html/developementsec.com/browsershotnew/plugin/src/Capture.php on line 301
Same issue on centos, how can resolve it?
Found out, Just add $screen->setOptions([ 'ignore-ssl-errors' => 'yes', ]); and it works like a charm. Good luck
In my case i have to set phantomjs path directly (linux):
$screen->binPath = '/usr/local/bin/';