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.
ZEND GDATA Google spread sheet data feeding technique is facing some problem from 27 th MAY,2015. It is working fine before the date.It is giving the error :
Uncaught exception 'Zend_Gdata_App_Exception' with message 'DOMDocument cannot parse XML: DOMDocument::loadXML(): Empty string supplied as input' in /home/fp02312/public_html/event/Zend/Gdata/App.php:830
spreadsheet data feeding URL https://spreadsheets.google.com/feeds/spreadsheets response body giving the blank response in Zend/Gdata/App.php in the
public function importUrl($url, $className='Zend_Gdata_App_Feed',
$extraHeaders = array())
{
$response = $this->get($url, $extraHeaders);
$feedContent = $response->getBody();
}
$feedContent is providing blank response.