.ocdata existiert im Ordner data - versteckte Datei

Hallo zusammen,

kann meine Nextcloud nicht mehr starten, es erscheint die Meldung “Datei “.ocdata” im Wurzelverzeichnis des data-Verzeichnisses existiert nicht”

Ich habe nun sÀmtliche Suche bereits ausprobiert, bisher keine Lösung gefunden.
Die Datei .ocdata ist in var/www/nexcloud/data als versteckte datei vorhanden, dies ist leer und hat den 0kB.

Hat jemand eine Idee?
Vielen Dank fĂŒr eure Hilfe

PHP Version => 7.3.27-1
APC Compatibility => 1.0.4
APCu Version => 5.1.17

<?php $CONFIG = array ( 'instanceid' => 'XXX', 'passwordsalt' => 'XXX', 'secret' => XXX, 'trusted_domains' => XXX, 'datadirectory' => '/media/cloud/nextcloud', 'dbtype' => 'mysql', 'version' => '23.0.8.1', 'overwrite.cli.url' => 'https://XXX', 'dbname' => 'XXX', 'dbhost' => 'XXX', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'XXX', 'dbpassword' => 'XXX', 'installed' => true, 'memcache.local' => '\\OC\\Memcache\\APCu', 'updater.secret' => 'XXX', 'maintenance' => false, 'theme' => '', 'loglevel' => 2, 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', );

die Zeile ist nicht korrekt


Path to data directory

By default, the data directory in Nextcloud is .../nextcloud/data!

'datadirectory' => '/.../nextcloud/data'

So regardless which procedure is used, the path to the data directory must include the complete path including .../data because this is where the required .ocdata file is located.

Common error message for incorrect path in config file

Error
Your data directory is invalid.

Ensure there is a file called ".ocdata" in the root of the data directory.

hast du die Erstinitialisierung (first start, admin user anlegen) schon gemacht?

Da sind weit mehr Probleme:

'datadirectory' => '/media/cloud/nextcloud',
yes, correct something like this:
'datadirectory' => '/media/cloud/nextcloud/data',

'version' => '23.0.8.1',
Nextcloud ist veraltet. Installiere neu mit Nextcloud 29 oder 30.

PHP ist veraltet. Verwende PHP 8.x .

Ich denke deine Hard- und Software ist veraltet. Was nutzt du aktuell?

1 Like

Danke euch beiden fĂŒr die Info, ich probier es mal aus

Das die cloud veraltet ist hab ich bewusst so gewÀhlt, bisher lief sie ohne Probleme

Komischerweise kam dann auf einmal die Fehlermeldung ohne dass ich was geÀndert habe


Ich versuche mal sie wieder ans Laufen zu bringen, dann update ich alles

Gruß Chris