Hi, Glad you got that working now. Yea the Zend client client requires PHP5 to be functional, for more information please go to -
http://framework.zend.com/download/gdata Hope that helps, Austin On Fri, Mar 28, 2008 at 7:37 AM, charliefortune <[EMAIL PROTECTED]> wrote: > > Ok, it seems my problem was probably due to the fact that I am running > PHP 4.x, I have finally noticed the part where it says it requires PHP > 5.x. What a genius... > > On 28 Mar, 11:53, charliefortune <[EMAIL PROTECTED]> wrote: > > I am trying to include the Zend_Gdata framework and having a load of > > trouble. I have the library folder, containing /Zend/Loader.php etc. > > in usr/local/lib/php, which is in my include_path in php.ini. > > > > My entire script so far is this > > > > <?php > > > > set_include_path('library/'.get_include_path()); > > > > include_once('Zend/Loader.php'); > > echo 'Found Loader<br />'; > > Zend_Loader::loadClass('Zend_Gdata'); > > echo 'found gData'; > > > > ?> > > > > The only output I get is 'Found Loader'. So the first include is > > working, but the Zend_Loader::loadClass is not. Can anybody help me > > diagnose where the fault lies please, it is destroying me !! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
