Subject: | Thanks for this. |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Brian |
Date: | 2011-03-06 16:08:59 |
|
|
|
Brian rated this package as follows:
Utility: | Good |
Consistency: | Good |
Examples: | Good |
|
Brian - 2011-03-06 16:08:59
Thanks for this. I used this class with GoogleCalendarWrapper.
It didn't work at first but traced the problem to me not having installed the curl module. For anyone else reading thisneeding to install curl do:-
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt
Write to /etc/php5/apache2/php.ini :
extension=curl.so
sudo /etc/init.d/apache2 restart
|