Dieter Pichowiak - 2011-09-26 22:06:24
5.3.2-1ubuntu4.9
I try to use Google calendar API.
First i included the new path in php.ini. Did not work.
Then i tried
set_include_path(get_include_path() . ":" . "/var/www/vhosts/xxxxx.com/httpdocs/ZendGdata/library/");
if(file_exists("../ZendGdata/library/Zend/Loader.php")) it finds the file.
if(file_exists("Zend/Loader.php")) it won't find the file
any ideas are appreciated
Thanks
Dieter