Giter Club home page Giter Club logo

Comments (5)

mstilkerich avatar mstilkerich commented on August 16, 2024

Hello,

from your screenshots, I don't understand why you are getting syntax errors. Looks like the default file to me.

A valid config.inc.php for RCMCardDAV v4 with one example preset could look like this:

<?php

$prefs['Davical'] = [
    'name'    =>  'Davical',
    'url'         =>  'http://davical.localdomain/',

    'username'     =>  '%u',
    'password'     =>  '%p',

    'fixed'        =>  [ 'username', 'password' ],
];

from rcmcarddav.

sys-team-59 avatar sys-team-59 commented on August 16, 2024

Выходит одна и таже ошибка при добавлении адресной книги
error adding address book from preset web could not determine the address book home
Название адресной книги нудно прописывать /var/www/roundcube/plugins/carddav/config.inc.php или не нужно ?
Screenshot_11
@mstilkerich

from rcmcarddav.

mstilkerich avatar mstilkerich commented on August 16, 2024

It means the location of the addressbooks cannot be found. Might be that your discovery DNS records are not properly set up, well-known URI redirect is missing, or just authentication is not working. Without more information I cannot help. HTTP debug log would be helpful.

from rcmcarddav.

sys-team-59 avatar sys-team-59 commented on August 16, 2024

Доброе утро! Отправляю Log ошибки carddav_http.log

Screenshot_1
@mstilkerich

from rcmcarddav.

mstilkerich avatar mstilkerich commented on August 16, 2024

Well I guess you see the error message yourself. The hostname cannot be resolved, and in the second log entry the URL is malformed. Since you have redacted the relevant content I cannot tell you more than that.

from rcmcarddav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.