Auditing Logging does not appear in the webgui

Steps to reproduce

  1. Enable Auditing / Logging
  2. Logging/Auditing App is not showing on webgui

Expected behaviour

Logging / Auditing should show up in the NC WebGui after enabled

Actual behaviour

Auditing/Logging is not showing up in the admin page

General server configuration

Operating system: Ubuntu 18.04.

Web server: nginx

Database: postgres

PHP version: PHP 7.2.24-0ubuntu0.18.04.1 (cli) (built: Oct 28 2019 12:07:07) ( NTS )

PHP-modules loaded

Nextcloud configuration

Nextcloud version: 17.0.0

Updated from an older Nextcloud/ownCloud or fresh install: Fresh install

Where did you install Nextcloud from:

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Signing statusEnabled appsDisabled apps

Nextcloud configuration:

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

<?php
$CONFIG = array (
  'passwordsalt' => '****',
  'secret' => '*****',
  'trusted_domains' =>
  array (
    1 => 'boxname',
    2 => 'somename.somedomain.com',
  ),
  'datadirectory' => '/opt/data',
  'tempdirectory' => '/opt/data/upload-temp',
  'dbtype' => 'pgsql',
  'version' => '17.0.0.9',
  'overwrite.cli.url' => 'https://austausch.hisolutions.com',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'someuser',
  'dbpassword' => '*****',
  'installed' => true,
  'instanceid' => 'ocbh6xoav4ik',
  'maintenance' => false,
  'default_language' => 'de',
  'default_locale' => 'de_DE',
  'session_lifetime' => 300,
  'remember_login_cookie_lifetime' => 0,
  'session_keepalive' => false,
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'austausch',
  'mail_domain' => 'hisolutions.com',
  'mail_smtpdebug' => true,
  'mail_smtphost' => 'mail.somedomain.com',
  'mail_smtpport' => '25',
  'enable_previews' => false,
  'overwriteprotocol' => 'https',
  'trashbin_retention_obligation' => 'auto, 30',
  'loglevel' => 3,
  'logdateformat' => 'F d, Y H:i:s',
  'logfilemode' => 0640,
  'log_type' => 'file',
  'logfile' => '/var/log//nextcloud/nextcloud.log',

Client configuration

Browser:
Chrome
MS IE

Operating system:
Windows 10

Logs

Can provide if required though I have found this error:
Undefined offset: 0 at

This is a know issue and has already been addressed here.

Hello and thanks, but the link doesn’t work.

Rgds

Haydar

Please try it again :wink: