Google Calendar ZendGdata library address

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
j4web
Forum Members
Forum Members
Posts: 46
Joined: Fri Aug 29, 2008 6:17 pm

Google Calendar ZendGdata library address

Post by j4web »

Hi All,

I am trying to get my Google Calendar to work and you cannot seem to just embed the simple <__iframe> link within CMS:MS.

This is my ZendGdata path:

/public_html/ZendGdata-1.11.2/library/Zend

Yet, I continually get this message above:
Zend GData library not found. Please make sure that the path to this library is set correctly in the preferences panel.

What is missing here?????

TIA
j4web
Forum Members
Forum Members
Posts: 46
Joined: Fri Aug 29, 2008 6:17 pm

Re: Google Calendar ZendGdata library address

Post by j4web »

I have also added this to my .htaccess file but it does not seem to be helping:

# This works for PHP5 in both Apache versions 1 and 2
<IfModule mod_php5.c>
php_value include_path ".:/usr/local/lib/php:/path/to/ZendGdata/library"
</IfModule>


TIA
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: Google Calendar ZendGdata library address

Post by mw »

I remember installing this once and I moved the ZendGdata-1.xx.x/library/Zend to :
GoogleCalendar/Zend
Then the path to the Zend Gdata library became: "GoogleCalendar/Zend"
and that seemed to do the trick.
j4web
Forum Members
Forum Members
Posts: 46
Joined: Fri Aug 29, 2008 6:17 pm

Re: Google Calendar ZendGdata library address

Post by j4web »

I moved it over there as suggested ... now I am getting this:

Warning: include_once(Zend/Gdata.php) [function.include-once]: failed to open stream: No such file or directory in /home/gracelut/public_html/modules/GoogleCalendar/Zend/Loader.php on line 146

Warning: include_once() [function.include]: Failed opening 'Zend/Gdata.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:"GoogleCalendar/ZendGdata-1.11.2/library/"') in /home/gracelut/public_html/modules/GoogleCalendar/Zend/Loader.php on line 146

Warning: require_once(Zend/Exception.php) [function.require-once]: failed to open stream: No such file or directory in /home/gracelut/public_html/modules/GoogleCalendar/Zend/Loader.php on line 98

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:"GoogleCalendar/ZendGdata-1.11.2/library/"') in /home/gracelut/public_html/modules/GoogleCalendar/Zend/Loader.php on line 98
mw
Forum Members
Forum Members
Posts: 159
Joined: Mon Aug 25, 2008 8:38 pm
Location: Comox Valley, BC, Canada

Re: Google Calendar ZendGdata library address

Post by mw »

your getting conflicts with the include path:
php_value include_path ".:/usr/local/lib/php:/path/to/ZendGdata/library"

I would get rid of it
zenmaster
New Member
New Member
Posts: 7
Joined: Wed Jan 26, 2011 12:46 pm

Re: Google Calendar ZendGdata library address

Post by zenmaster »

Assuming you have installed CMSMS into the root (public_html) the path would be ../ZendGdata-1.11.2/library
Post Reply

Return to “Modules/Add-Ons”