Hi Jacob,

Looks like you uncovered a bug in hte PHP client library --
'specialized' was spelled 'specialzied' in one place (letters
transposed).  The easiest way for you to resolve the problem is to
edit the following file to fix the spelling on line 98:
/home/guerrill/public_html/library/Zend/Gdata/Extension/
RecurrenceException.php

There is a bug filed here for tracking:
http://framework.zend.com/issues/browse/ZF-1947

The issue is fixed in the trunk:
svn revision 6351

The changes are not yet merged into the 1.0 branch, but they will be
before the next cut.

Cheers,
Lane


On Sep 12, 4:30 pm, "Jacob Eggers" <[EMAIL PROTECTED]> wrote:
> I have an update on this and was hoping to get some more help...
> It only errors on one of my calendars, and only if I set the projection to
> composite.
>
>   $query->setProjection('composite');  //doesn't work
>   $query->setProjection('full');  //does work
>
> Unfortunately, I need the full projection. Any help? Again the error is
> below...
>
> To see my code:http://guerrillamilonga.com/test.txt
>
> To see the error:http://guerrillamilonga.com/test.php
>
> Thanks,
> Jacob
>
> On 8/26/07, Jacob Eggers <[EMAIL PROTECTED]> wrote:
>
>
>
> > I've worked with a few different google calendar, but I seem to be
> > getting an error on one particular calendar. If all I do is replace
> > the user, I get an error. Here's the error:
>
> > Fatal error: Uncaught exception
> > 'Zend_Gdata_App_InvalidArgumentException' with message 'Property
> > __specialzied does not exist' in
> > /home/guerrill/public_html/library/Zend/Gdata/App/Base.php:344 Stack
> > trace: #0 /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(324):
> > Zend_Gdata_App_Base->__isset('__specialzied') #1
>
> > /home/guerrill/public_html/library/Zend/Gdata/Extension/RecurrenceException.php(98):
> > Zend_Gdata_App_Base->__set('_specialzied', false) #2
> > /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(202):
>
> > Zend_Gdata_Extension_RecurrenceException->takeAttributeFromDOM(Object(DOMAttr))
> > #3 /home/guerrill/public_html/library/Zend/Gdata/Kind/EventEntry.php(217):
> > Zend_Gdata_App_Base->transferFromDOM(Object(DOMElement)) #4
>
> > /home/guerrill/public_html/library/Zend/Gdata/Calendar/EventEntry.php(113):
> > Zend_Gdata_Kind_EventEntry->takeChildFromDOM(Object(DOMElement)) #5
> > /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(199):
> > Zend_Gdata_Calendar_EventEntry->takeChildFromDOM(Object(DOMElement))
> > #6 /home/guerrill/ in
> > /home/guerrill/public_html/library/Zend/Gdata/App/Base.php on line 344


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to