ater the Update from 14.0.2 to 14.0.3 i geht this Message:
Dein Web-Server ist nicht richtig eingerichtet um “/.well-known/caldav” aufzulösen.
Dein Web-Server ist nicht richtig eingerichtet um “/.well-known/carddav” aufzulösen.
Have somebody the same Problem? I look in other Post but still not working.
leider hat das auch nichts gebracht. Habe die Konfig wie Artikel beschrieben angelegt.
Wir benutzten das carddav und caldav nicht, kann man das nicht abschalten?
I traced it back to my .htaccess file not being taken into account because I was missing the "AllowOverride All" directive in my Apache virtualhost configuration.
wie Du vielleicht auf Github lesen konntest, war die überprüfung buggy,
darum hat das nicht wirklich monkiert und ist nicht aufgefallen,
erst als das gefixt wurde, dann meldete sich das Ding in der Admin-Panel
als error und bitte “eintragen” und das war eben erst 14.0.2 wo’s mir auch auffiel
und ich dann auch danach auf guugle gesucht hab… und hir gefunden hab… aber gerade wurde von antoine ein link gepostet, schau ich mir auch gleich an…
was für ne Distro und so hast du, bez. auf was ist dein apache Server aufgebaut, sollte man auch wissen, System, Systemversion und welche Apache Version und so weiter…
“Das mist ding geht ned” iss manchmal hald doch n bisschen mau *bg*
edit : <IfModule mod_dav.c> Dav off </IfModule> ahhaa… i have jesterday install this … well it’s not bad … thy for the link !
thanks for your support and your solutions. but this thread was opened in english and it would be helpful to respect the language and answer in english as well (i know you speak english well enough) - since this is an international forum with only a german-speaking subforum…
Hello,
I have the same problem too! I tried to edit the .htaccess file but nothing (I do not know exactly where to insert the strings in more). Same for nextcloud.conf …
also not Running. I run Nextcloud on Debian 9 with Apache Server version: Apache/2.4.25 (Debian).
On this Server I have more then one nextcloud running. I do it with vhosts.
we have also a Installation on Red Hat 7 Enterprise and i just make the same Update from 14.0.2 to 14.0.3 and i have no Problems
But on the Red Hat Server is a singel Nextcloud Installation. On the Debian i have more then one Installation.
well, then is maybe a problem of the Distribution, Apache-Version, plugin-version,
configuration…, if works on Redhat … and there in OMLx 3.0 and on others servers…
i guess you have enough experiences for found the bug or the other/wrong configurations… There might be a comparison between the distributions interesting, where what is different in version and configuration .
For this warning:
Missing index “share_with_index” in table “oc_share”.
Missing index “parent_index” in table “oc_share”.
Missing index “fs_mtime” in table “oc_filecache”.
Open phpmyadmin and login with credentials you have in your nextcloud/config/config.php
dbuser and dbpassword
open nextcloud database and do query for this 3 lines:
ALTER TABLE oc_share ADD KEY share_with_index (share_with) USING BTREE;
ALTER TABLE oc_share ADD KEY parent_index (parent) USING BTREE;
ALTER TABLE oc_filecache ADD KEY fs_mtime (mtime) USING BTREE;
Reboot your Nextcloud and there should be no more warnings.
Not sure about your thunderbird as I use Outlook and didn’t have to change anything and still working fine and I have same path as you for thunderbird. Maybe redo connection for thunderbird plugin and see if it’s synchronizing.I think there is the same CalDav Synchronizer for Outlook and thunderbird.