Karl G
Karl G
The Problem is the `=404` at the end of the `try_files`. Adding this in `group_vars/app.yml` fixed the problem for me: ``` custom_root_location_try_files: '$uri @example' ``` Note: the `@example` is generated,...
The script is very old and was not updated for a long time. But I think the FTP module is missing. You might need to install (and enable) it.
Looks pretty good. :+1: Will test it soon. I sure can integrate the changes (if it works well, but i assume it does) and I can give you write access...
How should we proceed? I we might create a organisation and rename this repo to carddav2fb-legacy? We might add a small migration guide?
It might be better to merge the changes and branch the current master to legacy. This way we don't loose the stars and stuff.
You might look at https://github.com/carlos22/carddav2fb/issues/34.
I think your credentials are wrong? 401 means you are not authenticated: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_errors
It should add email addresses, see: https://github.com/carlos22/carddav2fb/blob/master/carddav2fb.php#L504
I think this task should be done on the CardDAV server? There are serveral tools supporting a merge of the contacts with the same name (e.g. CardBook Thunderbird extension)
You need to enable php-curl (which should be part of your windows distribution) using php.ini, see: http://php.net/manual/en/install.pecl.windows.php#install.pecl.windows.loading The project requires (as stated in the Readme): curl, ftp, mbstring