Page 1 of 1
Google Calendar ZendGdata library address
Posted: Tue Jan 25, 2011 9:32 pm
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
Re: Google Calendar ZendGdata library address
Posted: Tue Jan 25, 2011 10:11 pm
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
Re: Google Calendar ZendGdata library address
Posted: Sat Jan 29, 2011 2:41 am
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.
Re: Google Calendar ZendGdata library address
Posted: Sun Jan 30, 2011 12:41 am
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
Re: Google Calendar ZendGdata library address
Posted: Sun Jan 30, 2011 2:53 am
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
Re: Google Calendar ZendGdata library address
Posted: Tue Feb 08, 2011 2:42 am
by zenmaster
Assuming you have installed CMSMS into the root (public_html) the path would be ../ZendGdata-1.11.2/library