christian-putzke / Roundcube-CardDAV

Roundcube CardDAV Plugin
http://www.graviox.de
GNU Affero General Public License v3.0
119 stars 28 forks source link

Roundcube CardDAV syncing with Google Contacts #43

Closed cerebrux closed 11 years ago

cerebrux commented 11 years ago

Recently Google announced the addition of CardDAV protocol for syncing : "Starting today, we're adding CardDAV - an open protocol for contacts - to that list. CardDAV enables 3rd party clients, like the iOS contacts app, to sync your Google contacts. By supporting IMAP, CalDAV, and CardDAV together, we’re making it possible for 3rd parties to build a seamless Google Account sync experience." source: http://gmailblog.blogspot.gr/2012/09/a-new-way-to-sync-google-contacts.html

So after enabling CardDAV Plugin in Roundcube I tried to sync with my google contacts account:

Category : Google Contacts Server : google.com User: myusername@gmail.com pass: mypass

But unfortunately I am getting "Internal Server Error"

Any Ideas why is this happening ?

cerebrux commented 11 years ago

OK after investigating the log files I did realize that there was a missing dependency package "php5-curl" So this bug reposr should be closed as invalid. For future reference the solution is :

1) After you install and configure the plugin 2) Check that your server has php curl package installed. Ubuntu server user run : sudo apt-get install php5-curl