Error de integridad

Hola buenos dias , despues de instalar en un qnap nextcloud , obtengo este error de integridad


no se como se soluciona este error. dejo tambien mi archivo de configuracion

<?php

$CONFIG = array (
‘hashing_default_password’ => true,
‘instanceid’ => ‘xxxxxxxxxxxx’,
‘passwordsalt’ => ‘xxxxxxxxxxxxxxxx’,
‘secret’ => ‘xxxxxxxxxxxxxxxxxxxxxxxxx’,
‘trusted_domains’ =>
array (
0 => ‘www.tudominio’,
),
‘datadirectory’ => ‘/share/CACHEDEV1_DATA/.qpkg/NextCloud74/nextcloud/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘19.0.2.2’,
‘overwrite.cli.url’ => ‘https://www.tudominio.com’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘nextcloud’,
‘dbpassword’ => ‘tupass’,
‘installed’ => true,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘mail_smtpmode’ => ‘smtp’,
‘mail_smtpsecure’ => ‘ssl’,
‘mail_sendmailmode’ => ‘smtp’,
‘mail_from_address’ => ‘webmaster’,
‘mail_domain’ => ‘https://www.tudominio.com’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtpauth’ => 1,
‘mail_smtphost’ => ‘mail.tudominio.com’,
‘mail_smtpport’ => ‘465’,
‘mail_smtpname’ => ‘webmaster@www.tudominio.com’,
‘mail_smtppassword’ => ‘tupass’,
‘log_type’ => ‘owncloud’,
‘logtimezone’ => ‘Europe/Madrid’,
‘theme’ => ‘’,
‘loglevel’ => 2,
‘maintenance’ => false,
);

Delete the files an make sure that they are not created in it again, by adjusting the program configurations. “access_log” has most likely been created by your web server, and “nextcloud.log” by Nextcloud. Both programs allow to store log files in different locations.

Tengo el mismo problema. Por lo que he conseguido investigar, puede estar relacionado con el sistema de encriptacion letsencrypt.

ÂżConseguiste solucionarlo?