ZF-5328: /demo/Zend/Gdata/MyLibrary calls non-existent method Zend_Gdata_Books::getUserFeed()
Description
When running /demos/Zend/Gdata/MyLibrary/demo.php, the following error is output:
$ php demo.php
Books Gdata API - my library demo
Please enter your email address [example: username@gmail.com]: user@gmail.com
Please enter your password [example: mypassword]: ********
PHP Fatal error: Uncaught exception 'Zend_Gdata_App_Exception' with message 'No such method getUserFeed' in /library/Zend/Gdata/App.php:959
Stack trace:
#0 [internal function]: Zend_Gdata_App->__call('getUserFeed', Array)
#1 /demos/Zend/Gdata/MyLibrary/demo.php(93): Zend_Gdata_Books->getUserFeed()
#2 /demos/Zend/Gdata/MyLibrary/demo.php(166): SimpleDemo->listLibrary()
#3 /demos/Zend/Gdata/MyLibrary/demo.php(219): SimpleDemo->run()
#4 {main}
thrown in /library/Zend/Gdata/App.php on line 959
This method doesn't seem to exist anywhere, so this seems to be a typo in this demo.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-30T07:01:58.000+0000
maybe getFeed instead of getUserFeed.
Posted by Trevor Johns (tjohns) on 2009-07-20T13:59:24.000+0000
This issue appears to have been fixed in r14550 as part of ZF-6164.
Closing as duplicate.