OK, dann ergänze ich mal die Angaben:
The Basics
-
Nextcloud Server version (e.g., 29.x.x): **31.0.4**
-
Operating system and version (e.g., Ubuntu 24.04): **Synology DSM 7.2-64570 Update 4**
-
Web server and version (e.g, Apache 2.4.25): **Apache 2.4.58-0150**
-
Reverse proxy and version _(e.g. nginx 1.27.2): ---
-
PHP version (e.g, 8.3): **php8.2**
-
Is this the first time you’ve seen this error? (Yes / No): **yes**
-
When did this problem seem to first start? **??? no idea**
-
Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
-
Are you using Cloudflare, mod_security, or similar? (Yes / No) **NO**
Summary of the issue you are facing:
Gerade wollte ich einen Ordner für einen externen Zugriff freigeben und stelle fest, dass kein Freigabe/Sharing mehr möglich ist. Die entsprechende Option/Ikon wird mir nicht mehr angeboten. Mit welchem Releasewechsel das Problem eingetreten ist, kann ich leider nicht sagen.
Log entries
mehrere Einträger dieser Art!
[no app in context] Fehler: Could not resolve OCP\ILogger! Class can not be instantiated
PROPFIND /remote.php/dav/files/RainerThe/Documents/Handb%C3%BCcher/Gazelle/
von 79.211.117.66 von RainerThe um 23.04.2025, 07:49:45
[no app in context] Fehler: Could not resolve OCP\ILogger! Class can not be instantiated
PROPFIND /remote.php/dav/files/RainerThe/Gaby%20R%C3%B6ntgenbilder/RA%20v8.0/dv31/es-es/
von 79.211.117.66 von RainerThe um 23.04.2025, 07:51:05
Nextcloud config.php
<?php
$CONFIG = array (
'instanceid' => 'oceu11j37525',
'passwordsalt' => 'xxxxxx',
'secret' => 'fsUn97X6uuwfYuTq55s/uVOMn7onujsqLpS1WxSzrzQz3OOp',
'trusted_domains' =>
array (
0 => 'pr498te.ddns.net',
1 => 'rainerthe.diskstation.me',
),
'datadirectory' => '/volume1/Nextcloud/Data/',
'dbtype' => 'mysql',
'version' => '31.0.4.1',
'overwrite.cli.url' => 'https://pr498te.ddns.net',
'dbname' => 'Nextcloud',
'dbhost' => '127.0.0.1:3307',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_RainerThe',
'dbpassword' => '',
'installed' => true,
'mail_from_address' => 'Rainer.Theuerkauf',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'gmx.de',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtphost' => 'mail.gmx.net',
'mail_smtpport' => '465',
'mail_smtpsecure' => 'ssl',
'maintenance' => false,
'theme' => '',
'loglevel' => 0,
'updater.release.channel' => 'stable',
'mail_smtpauth' => 1,
'mail_smtpname' => '',
'mail_smtppassword' => '',
'default_phone_region' => 'DE',
'memcache.local' => '\\OC\\Memcache\\APCu',
'app_install_overwrite' =>
array (
0 => 'files_external_dropbox',
1 => 'cookbook',
2 => 'ransomware_protection',
3 => 'maps',
4 => 'integration_dropbox',
),
'memcache.locking' => '\\OC\\Memcache\\APCu',
'maintenance_window_start' => '1',
'forbidden_filename_basenames' =>
array (
0 => 'con',
1 => 'prn',
2 => 'aux',
3 => 'nul',
4 => 'com0',
5 => 'com1',
6 => 'com2',
7 => 'com3',
8 => 'com4',
9 => 'com5',
10 => 'com6',
11 => 'com7',
12 => 'com8',
13 => 'com9',
14 => 'com¹',
15 => 'com²',
16 => 'com³',
17 => 'lpt0',
18 => 'lpt1',
19 => 'lpt2',
20 => 'lpt3',
21 => 'lpt4',
22 => 'lpt5',
23 => 'lpt6',
24 => 'lpt7',
25 => 'lpt8',
26 => 'lpt9',
27 => 'lpt¹',
28 => 'lpt²',
29 => 'lpt³',
),
'forbidden_filename_characters' =>
array (
0 => '<',
1 => '>',
2 => ':',
3 => '"',
4 => '|',
5 => '?',
6 => '*',
7 => '\\',
8 => '/',
),
'forbidden_filename_extensions' =>
array (
0 => ' ',
1 => '.',
2 => '.filepart',
3 => '.part',
),
);
Falls weitere Infos gewünscht bzw. erforderlich sind, lasst es mich bitte wissen! Schon mal vielen Dank für Eure Unterstützung!