Guten Tag Allerseits!
Ich habe eine frische NextCloud Installation auf einer Ubuntu 22.04 VM.
- habe erst vorhin NextCloud erneut installiert mit der Hoffnung, ich kriege es hin
von
curl -LO https://download.nextcloud.com/server/releases/latest.zip
- update-alternatives --display php
php - auto mode
link best version is /usr/bin/php8.1
link currently points to /usr/bin/php8.1
link php is /usr/bin/php
slave php.1.gz is /usr/share/man/man1/php.1.gz
/usr/bin/php8.1 - priority 81
slave php.1.gz: /usr/share/man/man1/php8.1.1.gz - sudo -u www-data php /var/www/nextcloud/occ status
- installed: true
- version: 31.0.2.1
- versionstring: 31.0.2
- edition:
- maintenance: false
- needsDbUpgrade: false
- productname: Nextcloud
- extendedSupport: false
- config.php
?php
$CONFIG = array (
'instanceid' => '#####',
'passwordsalt' => '#####',
'secret' => '#####',
'trusted_domains' =>
array (
0 => 'cloud.domain.de',
),
'datadirectory' => '/var/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '31.0.2.1',
'overwrite.cli.url' => 'http://cloud.domain.de',
'dbname' => 'datenbanknextcloudmm',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouddbbenutzer',
'dbpassword' => '#####',
'installed' => true,
);
-
mysql Ver 15.1 Distrib 10.6.21-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
-
Ubuntu 22.04.5 LTS
-
nginx version: nginx/1.18.0 (Ubuntu)
-
System ist Up to Date
-
Im Log gibt es nur einen Eintrag:
{"reqId":"#####","level":2,"time":"2025-04-04T09:54:26+00:00","remoteAddr":"#.#.#.#","user":"adminuser","app":"no app in context","method":"GET","url":"/index.php/core/apps/recommended","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.49 seconds to generate.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","version":"31.0.2.1","data":[]}
Leider habe ich das Problem, dass beim Aufrufen von “Dateien” er immer “Ordner nicht gefunden” sagt
Bei Aufruf von “Fotos” sagt er Rechts oben: “Fotos-Ordner konnte nicht geladen werden”
Könnt Ihr mir helfen, dass zu fixen?
Ich habe bisschen ChatGPT gefragt und anscheinend ist die Datenbankverbindung da
Außerdem habe ich folgendes ausgeführt:
sudo chown -R www-data:www-data /var/www/nextcloud
sudo chmod -R 750 /var/www/nextcloud
Vielen lieben Dank schonmal für Rückmeldung!
Euch allen ein schönes Wochenende!
Grüße! Gutfred!