I did changed the include_path in php.ini. when i run phpinfo(); it shows correctly. but still not working. I even tried setting the include path in the script. It works on my development laptop but not on windows 2003 server. The install test for GData only shows a blank page so that is not help to me. Any other ideas
Thanks, Nathan On Tue, Mar 24, 2009 at 2:24 PM, Trevor Johns <[email protected]> wrote: > > On Thu, Mar 12, 2009 at 8:34 AM, Nathan Dahl <[email protected]> wrote: > > Hello All, > > > > I have Zend GData working on my windows vista but i cant get it to work > on > > windows 2003 server. does anyone have code to set the include path that > > works on windows. > > > > Thanks in advance. > > Nathan > > Nathan, > I don't have a Windows 2003 Server system readily available, but the > process of setting the include path shouldn't be any different. > > Namely, you'll need to edit the include_path directive in your php.ini > file, wherever that's saved. If you don't know where to find it, you > should be able to find the search path by looking at the output from > phpinfo(). > > -- > Trevor Johns > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
