php-phantomjs icon indicating copy to clipboard operation
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

Open algobasket opened this issue 8 years ago • 4 comments

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

image

algobasket avatar Jan 12 '17 20:01 algobasket

It Neither Print anything or Make a Image file :(

algobasket avatar Jan 12 '17 20:01 algobasket

image

algobasket avatar Jan 12 '17 20:01 algobasket

did you find a solution?

smaddy avatar Apr 20 '18 19:04 smaddy

The error is that you are trying to convert a response to a string. Have you tried using vardump instead of echo?

fabdelgado avatar Sep 09 '20 16:09 fabdelgado