PHP To google spreadsheet (docs api) with zend - DOMDocument cannot parse XML -
i using zend publish data form google spreadsheet, year now. yesterday of sudden stopped working. highly believe got changed on google api can't address.
my code taken link: http://www.farinspace.com/saving-form-data-to-google-spreadsheets/ explaining , professional, made life easier.
this error showing when submit form now:
fatal error: uncaught exception 'zend_gdata_app_exception' message 'domdocument cannot parse xml: domdocument::loadxml(): empty string supplied input' in /fake/path/zend/library/zend/gdata/app.php:830 stack trace: #0 /fake/path/zend/library/zend/gdata/app.php(789): zend_gdata_app::importstring('', 'zend_gdata_spre...', null, null) #1 /fake/path/zend/library/zend/gdata/app.php(210): zend_gdata_app->importurl('https://spreads...', 'zend_gdata_spre...', null) #2 /fake/path/zend/library/zend/gdata.php(162): zend_gdata_app->getfeed('https://spreads...', 'zend_gdata_spre...') #3 /fake/path/zend/library/zend/gdata/spreadsheets.php(150): zend_gdata->getfeed('https://spreads...', 'zend_gdata_spre...') #4 /fake/path/google_spreadsheet.php(252): zend_gdata_spreadsheets->getspreadsheetfeed() #5 /fake/path/google in /fake/path/zend/library/zend/gdata/app.php on line 830
is familiar or know how fix problem? if can share link explanation might lay please so.
i've tried updating zend , reading through google docs found nothing.
thanks ton!
looks clientlogin isn't working...the author of code have switch oauth. can't fetch of spreadsheet attributes, including id.
i use code farinspace multiple sites i'm waiting on too. https://github.com/farinspace/google-spreadsheet/issues/4
Comments
Post a Comment