php-phantomjs
php-phantomjs copied to clipboard
Catchable fatal error: Object of class JonnyW\PhantomJs\Http\Response could not be converted to string in E:\XAMPP\htdocs\groceries\test.php on line 65
Catchable fatal error: Object of class JonnyW\PhantomJs\Http\Response could not be converted to string in E:\XAMPP\htdocs\groceries\test.php on line 65
It Neither Print anything or Make a Image file :(
did you find a solution?
The error is that you are trying to convert a response to a string. Have you tried using vardump instead of echo?