You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specific command print($fetchBookResponse->getBody() . PHP_EOL); is throwing an error when the example is run.
Serialized Object:
PHP Fatal error: Call to undefined method Basho\Riak\Command\Object\Response::getBody() in /root/riak-client-tester/php/book.php on line 63
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Getting Started > PHP > CRUD Operations > Working With Complex Objects
Getting Started > PHP > CRUD Operations > Working With Complex Objects [JIRA: DOC-713]
Nov 11, 2016
The specific command
print($fetchBookResponse->getBody() . PHP_EOL);
is throwing an error when the example is run.The text was updated successfully, but these errors were encountered: