Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

ZEND GDATA Google spread sheet data feeding issue #19

Description

@dip2013

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions