Nextcloud version (eg, 29.0.5): 30.0
Operating system and version (eg, Ubuntu 24.04): 24.04
Apache or nginx version (eg, Apache 2.4.25): 2.4.58
PHP version (eg, 8.3): 8.3
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N): Yes
The output of your Nextcloud log in Admin > Logging:
Cant Acces Dashboard
The output of your config.php file in /var/www/html/config/config.php
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'ocnof4vhtd6f',
'passwordsalt' => '** Password Removed**',
'secret' => '** Secret Removed**',
'trusted_domains' =>
array (
0 => 'cloud.krykomedia.eu',
1 => '37.60.248.176:8080',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '30.0.0.14',
'overwrite.cli.url' => 'http://cloud.krykomedia.eu',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => '** Password Removed**',
'installed' => true,
'maintenance' => false,
'overwriteprotocol' => 'https',
'default_phone_region' => 'NL',
'enable_previews' => true,
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 0,
),
'maintenance_window_start' => 17,
'mail_domain' => 'krykofox.eu',
'mail_from_address' => 'noreply',
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'mail.krykofox.eu',
'mail_smtpauth' => 1,
'mail_smtpport' => '587',
'mail_sendmailmode' => 'smtp',
'mail_smtpname' => 'noreply@krykofox.eu',
'mail_smtppassword' => '** Password Removed**',
);
The output of your Apache/nginx/system log in /var/log/apache2/error_log.1
:
Greettings KrykoFox