RichF wrote:
> I sent this message before, but don't think it got sent. Apologise if
> this is a duplicate.
It got sent.
> include_path = ".;\xampplite\php\PEAR:\xampplite\htdocs\iitXampp
> \ZendGdata\library:\xampplite\htdocs\iitXampp\ZendGdata\tests"
>
> I checked the phpinfo() function and the include_path is set
> correctly.
You are using both ";" and ":" as path separators. In Windows you must
use ";" as path separators, because ":" is used for drive letters. In
Linux/Unix you have to use ":" as path separators (and "/" instead of
"\").
Michael
--
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.