Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get() funktioniert nicht #27

Open
sadden3194 opened this issue Jan 4, 2021 · 1 comment
Open

Get() funktioniert nicht #27

sadden3194 opened this issue Jan 4, 2021 · 1 comment

Comments

@sadden3194
Copy link

sadden3194 commented Jan 4, 2021

Guten Morgen!,

Ich habe eine Synology DS718+ als CardDAV Server im Einsatz.
Gerne würde ich via PHP Kontakte hinzufügen - mit Hilfe Ihres Scripts gelingt mir dies auch.
Allerdings funktioniert die Abfrage nicht.

Mit dem Code: echo $carddav->get();
Erhalte ich nur folgende Ausgabe:

/carddav/SynoContacts//carddav//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts/HTTP/1.1 200 OK

Dieser Part:

$carddav->enable_debug();
$carddav->get();
var_dump($carddav->get_debug());

bringt folgendes Resultat:

array(1) {
  [0]=>
  array(7) {
    ["response"]=>
    string(1393) "
/carddav/SynoContacts//carddav//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts//carddav/SynoContacts/HTTP/1.1 200 OK"
    ["http_code"]=>
    int(207)
    ["url"]=>
    string(52) "https://cardDAV_URL:port/carddav/SynoContacts/"
    ["method"]=>
    string(8) "PROPFIND"
    ["content"]=>
    NULL
    ["content_type"]=>
    NULL
    ["header"]=>
    string(184) "HTTP/2 207 
server: nginx
date: Sun, 03 Jan 2021 14:52:22 GMT
content-type: text/xml; charset=utf-8
content-length: 1393
dav: 1, 2, 3, calendar-access, addressbook, extended-mkcol"
  }
}

@kmpoppe
Copy link

kmpoppe commented Mar 14, 2021

Hallo @Ghost108, ich habe get() mit meiner Synology zum Laufen bekommen - in #24 habe ich beschrieben, was ich getan habe, vielleicht hilft dir das ja weiter.

Kai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants