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
{{ message }}
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
When I try to use ZendGData to upload movie to youtube i got such error
PHP Fatal error:
Call to undefined method ZendGData\HttpClient::setRawData()
in /vendor/zendframework/zendgdata/library/ZendGData/HttpClient.php
on line 339
I investigate a little bit and its seems that ZendGData\HttpClient is not compatible with new Zend\Http\Client from zendframework/zend-http.
Should I use some specific lib version? All stuff are fetched by composer and I used http://packages.zendframework.com for that.