We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Same issue on centos, how can resolve it?
Sorry, something went wrong.
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/';
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: