Hello,
I am trying to learn to work with Google Data APIs, specifically
Google Calendar. In a web site I am working on I wish to include the
ability to send appointment info to Google Calendar. I've been
reviewing the page
http://code.google.com/apis/gdata/articles/php_client_lib.html,
and at this point I guess I should describe my system:
Mac Mini 2.0GHz, 4GB RAM, OS-X v10.6.7
MAMP local web server, running Apache v2.2.17, MySQL
v5.5.9, PHP v5.3.2
Active State (™) Komodo IDE with PHP debugger
I have added the following to a .htaccess file in the web root
directory (this directory is called "htdocs"):
php_value include_path ".:/Applications/MAMP/conf/php5.3:/
Applications/MAMP/conf/php5.3/ZendGdata"
But when I try to run the installation checker I get the following:
********
Ran PHP Installation Checker on 2011-05-16T11:05:53+00:00
PHP Extension Errors Tested
No errors found
Zend Framework Installation Errors Tested
0 Exception thrown trying to access Zend/Loader.php using
'use_include_path' = true. Make sure you include Zend Framework in
your include_path which currently contains: .:/Applications/MAMP/conf/
php5.3:/Applications/MAMP/conf/php5.3/ZendGdata
SSL Capabilities Errors Not tested
YouTube API Connectivity Errors Not tested
********
It turns out that I do include a php helper class in that web site. I
experimented with moving that class to the /Applications/MAMP/conf/
php5.3 directory, and it worked fine. Success again after moving the
helper class to the ZendGdata directory. In other words, the include-
extension mechanism seems to work, but the InstallationChecker.php
page fails! Can you help me with this, as I would very much like to
add support for Google Calendar in my site.
Regards,
Cliff Goolsby
--
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://code.google.com/apis/calendar/community/forum.html