jens-maus / carddav2fb

:notebook: A command-line PHP script allowing to import CardDAV-based VCards (e.g. from 'owncloud') to a phonebook in a AVM FRITZ!Box
The Unlicense
28 stars 19 forks source link

Not Working under Windows / curl-error #23

Closed ArnaudFeld closed 8 years ago

ArnaudFeld commented 8 years ago

Hi Guys,

when i try to use the Script under Windows i get following error.

Script is the Last commit. I try different Version of PHP. From 5.4 up to 7.

Any Suggestion what i can make to fix?

bildschirmfoto 2016-04-07 um 14 43 51

jens-maus commented 8 years ago

No idea. Real nerds like me use Unix/Linux only ;)

ArnaudFeld commented 8 years ago

I also with OS X ;-) It's a PC of a Friend

jens-maus commented 8 years ago

OSX is more or less Unix. So tell your friend so switch. ;) But to be serious: I am sorry but I can't help here. Looks like some PHP modules are missing.

ArnaudFeld commented 8 years ago

UNIX is the mother of all ;)

Thanks

He can't switch (long story).

Then he must wait until his rPi is online! Or I connected via VPN from my rPi to his Box and use the script so.

I will try ;)

Von meinem iPhone gesendet

Am 07.04.2016 um 14:54 schrieb Jens Maus notifications@github.com:

OSX is more or less Unix. So tell your friend so switch. ;) But to be serious: I am sorry but I can't help here. Looks like some PHP modules are missing.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

jens-maus commented 8 years ago

I had the same problem now recently. The reason for this error message is that the "php-curl" extension is missing and required for carddav2fb to work properly. On Ubuntu one would install this extension via the following command:

sudo apt-get install php-curl

How this is done on Windows, I can't tell – but he might be able to look it up.