Empty versions list

Hi,

My list of file versions is empty on every time and on every file, although there existing entries of file versions in database and data directory:
image

Has anyone an idea, how I can find a solution for this problems. Unfortunalty there are no relevant entries in logs…

Thx!


My system:

Nextcloud version: 27.1.5
Operating system and version: Ubuntu 22.04
Apache or nginx version: 2.4.52
PHP version: 8.1.27

The issue you are facing:

Is this the first time you’ve seen this error?: Y

The output of your Nextcloud log in Admin > Logging: unfortunately no relevant log-entries

The output of your config.php file in /path/to/nextcloud:

<?php
$CONFIG = array (
  'instanceid' => '...',
  'passwordsalt' => '...',
  'secret' => '...',
  'trusted_domains' =>
  array (
    0 => '...',
  ),
  'datadirectory' => '...',
  'dbtype' => 'mysql',
  'version' => '27.1.5.1',
  'overwrite.cli.url' => '...',
  'dbname' => '...',
  'dbhost' => '127.0.0.1',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '...',
  'dbpassword' => '...',
  'installed' => true,
  'proxy' => '...',
  'default_locale' => 'de_DE',
  'default_phone_region' => 'de_DE',
  'mail_smtpmode' => 'sendmail',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => '...',
  'mail_domain' => '...',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'default_language' => 'de_DE',
  'htaccess.RewriteBase' => '/',
  'skeletondirectory' => '',
  'knowledgebaseenabled' => 'false',
  'loglevel' => '1',
  'app_install_overwrite' => array (),
  'maintenance' => false,
  'logtimezone' => 'Europe/Berlin',
  'logfile' => '...',
  'logtype' => 'file',
  'log_rotate_size' => '104857600',
  'simpleSignUpLink.shown' => '',
  'activity_use_cached_mountpoints' => 'true',
);

The output of your Apache/nginx/system log: unfortunately no relevant logs in PHP and Apache

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

Maybe the app “Versions” is deactivated or not installed.

No, the app is installed and active:

Maybe you are part of this (still open) issue …

The latest update of Groupfolders app fix this…

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.