2 messages in com.googlegroups.google-base-data-apiAuthor - name - email -- DOM error ZE...
FromSent OnAttachments
DonMarcos26 May 2008 23:24 
Eric (Google)27 May 2008 23:11 
Subject:Author - name - email -- DOM error ZEND API - PHP
From:DonMarcos (marc@gmail.com)
Date:05/26/2008 11:24:51 PM
List:com.googlegroups.google-base-data-api

Hello List

I am using the Zend api to insert a new listing into my gbase(housing)

"<author>" & _ "<name>" & agent & "</name>" & _ "<email>" & agentEmail & "</email>" & _ "</author>" & _

I am using this :

$newEntry->setAuthor($service->newAuthor($FormName[agent], $FormName[agentEmail]));

but then I get the error :

Fatal error: Call to a member function getDOM() on a non-object in / home/mike/workspace/officeguild/trunk/lib/ZendFramework/library/Zend/ Gdata/App/FeedEntryParent.php on line 171

is there a workaround, patch, fix ? that will enable me to create a new Author using Zend ?

thank you

marcos oliva