Nextcloud version (eg, 15.0.8):
Operating system and version (eg, Ubuntu 16.04 LTS):
Apache or nginx version (eg, Apache 2.4.18):
PHP version (eg, 7.3.5):
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N):
Yes
Steps to replicate it:
Don’t really know how to replicate it… It worked before I upgraded our server from 14 up to 15.
The output of your Nextcloud log in Admin > Logging:
I tried but it was over 1,3m characters with the log.. Can I upload only the log somehow?
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'instanceid',
'passwordsalt' => 'passwordsalt',
'secret' => 'secret',
'trusted_domains' =>
array (
0 => 'IP-address',
1 => 'nextcloud-test.company_domain.net',
2 => 'nxtc-test.company_domain.net',
),
'datadirectory' => '/var/www/html/nextcloud/data',
'htaccess.RewriteBase' => '/',
'dbtype' => 'mysql',
'version' => '15.0.7.0',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'nextclouduser',
'dbpassword' => 'password',
'installed' => true,
'ldapIgnoreNamingRules' => false,
'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
'ldapUserCleanupInterval' => 60,
'overwrite.cli.url' => 'http://192.168.39.126',
'memcache.local' => '\\OC\\Memcache\\APCu',
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpsecure' => 'ssl',
'mail_from_address' => 'noreplynextcloud',
'mail_domain' => 'company_domain.net',
'mail_smtphost' => 'mailout-int.company_domain.net',
'mail_smtpport' => '465',
'mail_smtpauth' => 1,
'mail_smtpname' => 'mc727396',
'mail_smtppassword' => 'password',
'maintenance' => false,
'log_type' => 'owncloud',
'loglevel' => 3,
'logfile' => '/var/log/nextcloud/nextcloud.log',
'theme' => '',
'updater.secret' => '$2y$10$EVH/uCf/H/kjxSrNlhAsQubCgLDbmX182mLQa6qQaX6Nh881VrgSi',
);
The output of your Apache/nginx/system log in /var/log/____
:
Which log do you guys want?