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
Google Calendar ZendGdata library address
Re: Google Calendar ZendGdata library address
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
# 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
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.
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
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
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
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
php_value include_path ".:/usr/local/lib/php:/path/to/ZendGdata/library"
I would get rid of it
Re: Google Calendar ZendGdata library address
Assuming you have installed CMSMS into the root (public_html) the path would be ../ZendGdata-1.11.2/library