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
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.
When I try to use ZendGData to upload movie to youtube i got such error
https://github.com/zendframework/ZendGData/blob/master/library/ZendGData/HttpClient.php#L339
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.