Skip to content

spinning wheel when selecting 'all contacts' after upgrade to 1.5.1 #53

@dehnhardt

Description

@dehnhardt

Steps to reproduce

  1. Upgrade to 1.5.1
  2. Open the contacts ;-)
  3. Click on 'all Contacts'

Expected behaviour

All contacts are shown

Actual behaviour

No contacts are shown, the spinning wheel does not stop.
When selecting a group, the contacts for the group are shown.
When using a differen account, contacts are shown as well.

Server configuration

Operating system:
Debian Jessie

Web server:
Apache 2.4.10-10+deb8u5

Database:
Postgres 9.4+165+deb8u1

PHP version:
PHP 5.6.27-0+deb8u1

Nextcloud version: (see Nextcloud admin page)
10.1

Contacts version: (see Nextcloud apps page)
1.5.1

Updated from an older Nextcloud or fresh install:
Contacts upgraded

Signing status:

No errors have been found.

List of activated apps:

Enabled:
  - activity: 2.3.2
  - bookmarks: 0.9.0
  - calendar: 1.4.1
  - comments: 1.0.0
  - contacts: 1.5.1
  - conversations: 0.2.3
  - dashboard: 1.9.1 beta
  - dav: 1.0.1
  - documents: 0.13.1
  - federatedfilesharing: 1.0.1
  - federation: 1.0.1
  - files: 1.5.2
  - files_pdfviewer: 0.8.1
  - files_sharing: 1.0.0
  - files_texteditor: 2.1
  - files_trashbin: 1.0.0
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 15.0.0
  - music: 0.3.12
  - notifications: 0.3.0
  - ocsms: 1.10.1
  - ownbackup: 16.11.0
  - ownnote: true
  - password_policy: 1.0.0
  - provisioning_api: 1.0.0
  - qownnotesapi: 16.09.0
  - rainloop: 4.16
  - serverinfo: 1.1.1
  - survey_client: 0.1.5
  - systemtags: 1.0.2
  - tasks: 0.9.3
  - templateeditor: 0.1
  - theming: 1.0.1
  - updatenotification: 1.0.1
  - user_ldap: 1.0.1
  - workflowengine: 1.0.1
Disabled:
  - admin_audit
  - encryption
  - external
  - files_accesscontrol
  - files_automatedtagging
  - files_external
  - files_retention
  - roundcube
  - user_external
  - user_saml

The content of config/config.php:

{
    "system": {
        "dbtype": "pgsql",
        "dbname": "owncloud",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "defaultapp": "dashboard",
        "instanceid": "ocxlo1ff38g5",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "info.modserver.de",
            "www.modserver.de",
            "owncloud.dehnhardt.org",
            "nextcloud.dehnhardt.org"
        ],
        "datadirectory": "\/data\/cloud",
        "version": "9.1.1.5",
        "logtimezone": "UTC",
        "installed": true,
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "ldapIgnoreNamingRules": false,
        "trashbin_retention_obligation": "auto, auto",
        "updatechecker": true,
        "updater.server.url": "https:\/\/updates.nextcloud.org\/updater_server\/",
        "appcodechecker": false,
        "htaccess.RewriteBase": "\/",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "localhost",
            "port": 6379
        },
        "mail_from_address": "holger",
        "mail_smtpmode": "php",
        "mail_domain": "dehnhardt.org",
        "updater.release.channel": "stable",
        "appstore.experimental.enabled": true
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
No

Are you using encryption: yes/no
No

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)

+-------------------------------+--------------------------------------------+
| Configuration                 |                                            |
+-------------------------------+--------------------------------------------+
| hasMemberOfFilterSupport      |                                            |
| hasPagedResultSupport         |                                            |
| homeFolderNamingRule          | uid                                        |
| lastJpegPhotoLookup           | 0                                          |
| ldapAgentName                 | cn=***,dc=***,dc=org               |
| ldapAgentPassword             | ***                                        |
| ldapAttributesForGroupSearch  |                                            |
| ldapAttributesForUserSearch   |                                            |
| ldapBackupHost                |                                            |
| ldapBackupPort                |                                            |
| ldapBase                      | dc=***,dc=org                        |
| ldapBaseGroups                | ou=***,dc=***,dc=org                  |
| ldapBaseUsers                 | ou=***,dc=***,dc=org                    |
| ldapCacheTTL                  | 600                                        |
| ldapConfigurationActive       | 1                                          |
| ldapDynamicGroupMemberURL     |                                            |
| ldapEmailAttribute            | mail                                       |
| ldapExperiencedAdmin          | 0                                          |
| ldapExpertUUIDGroupAttr       |                                            |
| ldapExpertUUIDUserAttr        | uid                                        |
| ldapExpertUsernameAttr        | uid                                        |
| ldapGroupDisplayName          | cn                                         |
| ldapGroupFilter               | (&(|(objectclass=posixGroup)))             |
| ldapGroupFilterGroups         |                                            |
| ldapGroupFilterMode           | 0                                          |
| ldapGroupFilterObjectclass    | posixGroup                                 |
| ldapGroupMemberAssocAttr      | memberUid                                  |
| ldapHost                      | ***                                     |
| ldapIgnoreNamingRules         |                                            |
| ldapLoginFilter               | (&(|(objectclass=posixAccount))(uid=%uid)) |
| ldapLoginFilterAttributes     |                                            |
| ldapLoginFilterEmail          | 0                                          |
| ldapLoginFilterMode           | 0                                          |
| ldapLoginFilterUsername       | 1                                          |
| ldapNestedGroups              | 0                                          |
| ldapOverrideMainServer        | 0                                          |
| ldapPagingSize                | 500                                        |
| ldapPort                      | 389                                        |
| ldapQuotaAttribute            |                                            |
| ldapQuotaDefault              |                                            |
| ldapTLS                       | 0                                          |
| ldapUserDisplayName           | cn                                         |
| ldapUserDisplayName2          |                                            |
| ldapUserFilter                | (|(objectclass=posixAccount))              |
| ldapUserFilterGroups          |                                            |
| ldapUserFilterMode            | 0                                          |
| ldapUserFilterObjectclass     | posixAccount                               |
| ldapUuidGroupAttribute        | auto                                       |
| ldapUuidUserAttribute         | auto                                       |
| turnOffCertCheck              | 0                                          |
| useMemberOfToDetectMembership | 1                                          |
+-------------------------------+--------------------------------------------+

Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser:
Chrome 54.0.2840.98 (64-bit)

Operating system:
Mac

CardDAV-clients:

Logs

Web server error log

empty error log

Nextcloud log (data/nextcloud.log)

no owncloud errors

Browser log

no errors here

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. to developAccepted and waiting to be taken care ofbugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions