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
PHP Fatal error: Uncaught TypeError: Return value of Shopbase\\ShopwareClient\\Response::toArray() must be of the type array, null returned in /media/[...]/vendor/shopbase/shopware-client/src/Response.php
Am I missing something? I checked the $response object, the data property is empty.
Thanks.
The text was updated successfully, but these errors were encountered:
PHP Fatal error: Uncaught Error: Call to a member function getId() on null in /www/htdocs/xyz/shopware/engine/Shopware/Components/Model/CategorySubscriber.php:296
Hi,
I have been using this client for several use cases without any problems. But recently, I cannot seem to POST any categories anymore.
Here's my code:
Which leads to this error:
PHP Fatal error: Uncaught TypeError: Return value of Shopbase\\ShopwareClient\\Response::toArray() must be of the type array, null returned in /media/[...]/vendor/shopbase/shopware-client/src/Response.php
Am I missing something? I checked the
$response
object, thedata
property is empty.Thanks.
The text was updated successfully, but these errors were encountered: