473,326 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Call to undefined method Zend_Gdata_Entry::link()

I've been working through the zend gdata client lib example for google
base:

http://code.google.com/apis/base/sam...mple-zend.html.

I've installed the zend framework version 1.0.2 for this purpose. The
first issue I experience is when I copy google's example code, which
includes the line:

Zend_Loader::loadClass('Zend_Feed_EntryAtom');

I get the following error:

Fatal error: Uncaught exception 'Zend_Exception' with message 'File
"EntryAtom.php" was not found' in C:\php\Zend\Loader.php:159

If I look in the zend directory where I've isntalled the framework, I
notice there is no Feed\EntryAtom.php, but I've got Feed\Atom.php, and
Feed\Entry\Atom.php. I've therefore tried to include the following
lines in the code instead:

Zend_Loader::loadClass('Zend_Feed_Atom');
Zend_Loader::loadClass('Zend_Feed_Entry_Atom');

I get further with this (i.e., it goes through the login process,
etc.), but it then yields the following error:

Fatal error: Call to undefined method Zend_Gdata_Entry::link() in C:
\Inetpub\wwwroot\google\demo-zend.php on line 210

The cited line in the example code is:

$link_list = $feed_entry->link();

I've been looking for info on what else I ought to try, but I've found
nothing on it. I wonder if it's got to do with the version of the zend
framework I've installed being the latest one, in which case I'd only
need insight on the current equivalent of what's in the example code?

Thank you for any input..
- oeln
Nov 16 '07 #1
0 1247

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Fortepianissimo | last post by:
Just started learning how to write a C extension module on Mac OS X. Here is a simple module taken from Programming Python: --- #include <Python.h> #include <string.h> /* module functions */...
1
by: Stanimir Stamenkov | last post by:
Here's an example: <form action="bogus" method="post"> <p> <a href="prev.cgi"><input type="submit" name="prev" value="< Back"></a> <a href="next.cgi"><input type="submit" name="next"...
2
by: stephen henry | last post by:
Hi all, Please help me... I have two projects: systemc (written in C++) and x264 (written in C). I would like to have a C++ project that that can call both systemc functions and x264...
17
by: Xah Lee | last post by:
if i want to have a empty link, which way is more proper? <a href=""> <a href="#"> <a href="javascript:void(0);"> Xah xah@xahlee.org ∑ http://xahlee.org/
22
by: Saul | last post by:
I have a set of radio buttons that are created dynamically, after rendered I try loop thru this set by getting the length of the set, but I keep getting an error stating the element is undefined. I...
3
by: Andreas S. | last post by:
Hi, I don't any solution any more... I have written a small tool wich uses the boost library. It compiles fine, but I can't link it. I am on a Fedora Core 6 x86_64 system. The boost library is...
3
by: prakash.mirji | last post by:
Hello, I am getting below mention linker error when I tried to link my class test.C I use below command to compile test.C /usr/bin/g++ -g -fpic -fvisibility=default -D_POSIX_SOURCE...
7
by: lumo2000 | last post by:
hello i am not able to get mysql running. you can get my server/php settings/details here: http://damn-i-have.no-ip.com/phpinfo.php i already enabled the following stuff in my php.ini NOTE:...
4
hemantbasva
by: hemantbasva | last post by:
We have designed an aspx page having five ajax tab in it. the data of first four are designed on page whereas for the fifth tab it renders a user control named MYDOMAIN. in the tab container's even...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.