Hi I am very new to using the Google calender Data API. I have followed the tutorial on you tube to try an setup Zend Gdata, specifically setting the include_path. I am Currently running my test site on Xampp on localhost and have installed ZendGdata there. I setup the include_path in the php.ini file as follows:
include_path = ".;\xampplite\php\PEAR:\xampplite\htdocs\Xampp\ZendGdata \library:\xampplite\htdocs\Xampp\ZendGdata\tests" whn I refresh Apache and call the phpinfo() function the include_path has been set ok. I tried testing by running the AllTests.php but this didnt run, giving me an error: I wasn't sure how to test if I had set this up correctly. Warning: require_once(PHPUnit/Framework.php) [function.require-once]: failed to open stream: No such file or directory in H:\xampplite\htdocs \Xampp\ZendGdata\tests\TestHelper.php on line 25 Fatal error: require_once() [function.require]: Failed opening required 'PHPUnit/Framework.php' (include_path='.;\xampplite\php\PEAR: \xampplite\htdocs\Xampp\ZendGdata\library:\xampplite\htdocs\Xampp \ZendGdata\tests') in H:\xampplite\htdocs\Xampp\ZendGdata\tests \TestHelper.php on line 25 Can anyone tell me what I have done wrong, or how I can test if I have set this up correctly or not? Thanks for your help, Rich
-- 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.
