Group Folders settings page is empty

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 12.0.2): latest
Operating system and version (eg, Ubuntu 17.04): Debian Stretch
Apache or nginx version (eg, Apache 2.4.25): don’t know
PHP version (eg, 7.1): 7.3

The issue you are facing: Group Folders settings page now displays an empty page.

Is this the first time you’ve seen this error? (Y/N): Y, since last nextCloud update. I’ve also installed, then uninstalled both LDAP (deativated, as this application cannot be uninstalled) and SAML plugins. Maybe the issue is related to these plugins…

Steps to replicate it:

  1. Access Group Folders settings page

The output of your Nextcloud log in Admin > Logging: not found

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'iid',
  'passwordsalt' => 'salt',
  'secret' => 'secret',
  'trusted_domains' => 
  array (
    0 => 'nc1.mydomain.com',
    1 => 'nc2.mydomain.com',
  ),
  'datadirectory' => 'datadir',
  'overwrite.cli.url' => 'https://nc.mydomain.com',
  'dbtype' => 'mysql',
  'version' => '16.0.4.1',
  'dbname' => 'intranet',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'dbuser',
  'dbpassword' => 'dbpwd',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
  ),
  'files_external_allow_create_new_local' => true,
  'mail_from_address' => 'addr',
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_domain' => 'mydomain.com',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'mail_smtphost' => 'host',
  'mail_smtpport' => '587',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'addr@mydomain.com',
  'mail_smtppassword' => 'password',
  'mail_smtpsecure' => 'tls',
  'mail_sendmailmode' => 'smtp',
  'ldapIgnoreNamingRules' => false,
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
);

The output of your Apache/nginx/system log in /var/log/____:

not found