You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contacts should appear in nextcloud Contact application
Actual behaviour
No contacts appear. NC Admin --> Logging reports the following error:
Debug webdav Sabre\DAV\Exception\NotFound: File not found: groups in 'addressbooks'
Server configuration
Operating system:
Ubuntu 16.04 LTS
Web server:
Apache 2.4.29
Database:
MySQL 5.7.21
PHP version:
7.0.27
Nextcloud version: (see Nextcloud admin page)
13.0.5
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
N/A
Signing status:
Signing status
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
</details>
**List of activated apps:**
<details>
<summary>App list</summary>
ONLYOFFICE
1.3.0
View in store ↗
Activity
2.6.1
Official
Auditing / Logging
1.3.0
Official
Bookmarks
0.11.0
View in store ↗
Limit to groups
Brute-force settings
1.1.0
View in store ↗
Limit to groups
Calendar
1.6.1
View in store ↗
Limit to groups
Collaborative tags
1.3.0
Official
Comments
1.3.0
Official
Contacts
2.1.5
View in store ↗
Limit to groups
Deleted files
1.3.0
Official
End-to-End Encryption
1.0.5
View in store ↗
External storage support
1.4.1
Official
External storage support for Google Drive
0.2.8
View in store ↗
Federation
1.3.0
Official
File sharing
1.5.0
Official
First run wizard
2.2.1
Official
Gallery
18.0.0
Official
Limit to groups
LDAP user and group backend
1.3.1
Official
Log Reader
2.0.0
Official
Limit to groups
Mail
0.8.3
View in store ↗
Limit to groups
Monitoring
1.3.0
Official
Limit to groups
Nextcloud announcements
1.2.0
Official
Notifications
2.1.2
Official
Password policy
1.3.0
Official
Limit to groups
PDF viewer
1.2.1
Official
Limit to groups
Ransomware protection
1.1.1
View in store ↗
Share by mail
1.3.0
Official
Talk
3.2.5
View in store ↗
Text editor
2.5.1
Official
Limit to groups
Theming
1.4.5
Official
Update notification
1.3.0
Official
Limit to groups
Usage survey
1.1.0
Official
Limit to groups
Video player
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
<?php
$CONFIG = array (
'instanceid' => 'INSTANCEID',
'passwordsalt' => 'THEPASSWORDSALT',
'trusted_domains' =>
array (
0 => '192.168.XXX.XXX',
1 => 'cloud.domain.tld',
),
'trusted_proxies' =>
array (
0 => '192.168.xxx.xxx',
),
'forwarded_for_headers' =>
array (
0 => 'HTTP_X_FORWARDED_FOR',
),
'auth.bruteforce.protection.enabled' => true,
'datadirectory' => '/mnt/raid/owncloud/data',
'dbtype' => 'mysql',
'version' => '13.0.5.2',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'ncuser',
'dbpassword' => 'ncpass',
'installed' => true,
'forcessl' => true,
'mail_smtpmode' => 'smtp',
'mail_from_address' => 'postmaster',
'mail_domain' => 'domain.tld',
'mail_smtphost' => 'smtp.domain.tld',
'mail_smtpport' => '25',
'loglevel' => 0,
'theme' => '',
'maintenance' => false,
'secret' => 'THESECRET',
'trashbin_retention_obligation' => 'auto',
'updatechecker' => false,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
'timeout' => 0.0,
),
'overwrite.cli.url' => 'https://cloud.domain.tld',
</details>
**Are you using external storage, if yes which one:** local/smb/sftp/...
local/smb
**Are you using encryption:** yes/no
no
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
ActiveDirctory
#### LDAP configuration (delete this part if not used)
<details>
<summary>LDAP config</summary>
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM oc_appconfig WHERE appid = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
</details>
### Client configuration
**Browser:**
**Operating system:**
### Logs
#### Web server error log
<details>
<summary>Web server error log</summary>
GitMate.io thinks possibly related issues are #9523 (A file completely disappears after deleting from a group folder), #6429 (Locked file), #8149 (files:scan to allow group folder selection), #2939 ("Error uploading File Not Found" when uploading files > 25MB ), and #8436 (Group not changed).
Steps to reproduce
Expected behaviour
Contacts should appear in nextcloud Contact application
Actual behaviour
No contacts appear. NC Admin --> Logging reports the following error:
Debug webdav Sabre\DAV\Exception\NotFound: File not found: groups in 'addressbooks'
Server configuration
Operating system:
Ubuntu 16.04 LTS
Web server:
Apache 2.4.29
Database:
MySQL 5.7.21
PHP version:
7.0.27
Nextcloud version: (see Nextcloud admin page)
13.0.5
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
N/A
Signing status:
Signing status
Nextcloud configuration:
Config report
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: